Quick Bug Fix for Element, Greenfox and Bluefox 3.8.1

Find the latest vBulletin information about Quick Bug Fix for Element, Greenfox and Bluefox 3.8.1 relating to Announcements, vBStyles at The Staff Lounge. This was a vBulletin news entry posted 1 year, 7 months ago. Quick Bug Fix for Element, Greenfox and Bluefox 3.8.1.




vBStyles
I knew it that it was to good to be true.... to have re coded everything without messing something up :p

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!
Tags: , ,

No Responses to “Quick Bug Fix for Element, Greenfox and Bluefox 3.8.1”  

  1. No Comments

Leave a Reply



About This Entry

About This Entry
  • You’re currently reading “Quick Bug Fix for Element, Greenfox and Bluefox 3.8.1,” an entry on The Staff Lounge

  • Published at 1.30.09 / 3am

Powered By

Living Off

Forums Powered By vBulletin Blog Powered By Wordpress Skin Designed By Binary Bonsai