Notices
 

Thread: Quick Bug Fix for Element, Greenfox and Bluefox 3.8.1

Reply to Thread
Results 1 to 2 of 2
  1. Exclamation Quick Bug Fix for Element, Greenfox and Bluefox 3.8.1 
    #1
    Join Date
    Apr 2004
    Location
    Australia
    Posts
    3,298
    Blog Entries
    3
    I knew it that it was to good to be true.... to have re coded everything without messing something up

    I found a minor bug in all 3.8.1 skin released.

    All postbit and postbit legacy template will need to be changed in order to correct the "post highlight" not working when selected during moderation.

    You can download the fixed xml files in the customer area or if you wish to manually apply the fix simply do these 2 small changes:


    Skin with name ending in -
    In postbit and postbit legacy template look for:

    Code:
    <table class="tborder" id="post$post[postid]" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    change it to:

    Code:
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    Look for:

    Code:
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-top: 0px;">
    change it to:

    Code:
    <table class="tborder"  id="post$post[postid]" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-top: 0px;">
    Done!



    Skin with name ending in #
    In postbit and postbit legacy template look for:

    Code:
    <table class="tborder" id="post$post[postid]" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    change it to:

    Code:
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    Look for:

    Code:
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-top: 0px;">
    change it to:

    Code:
    <table class="tborder" id="post$post[postid]" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-top: 0px;">
    Done!
     

  2.  
    #2
    Join Date
    Apr 2004
    Location
    Australia
    Posts
    3,298
    Blog Entries
    3
    The greenfox skin CSS is also been amended to fix the pop up highlight colour as reported by niake
     

Tags for this Thread

View Tag Cloud

Bookmarks
Bookmarks
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Paypal
 
Copyright © VBStyles.com 2011