Element 4.03 Bugfix

Find the latest vBulletin information about Element 4.03 Bugfix relating to Announcements, vBStyles at The Staff Lounge. This was a vBulletin news entry posted 4 months ago. Element 4.03 Bugfix.




Element 4.03 Bugfix

vBStyles
Just added a couple of small changes to fix some validation errors in Element 4.03.

Open and Edit the following templates:

in navbar look for:


Code:


</li>
<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_header}
</vb:if>

Delete the red </li> and save the template.


In forumhome template look for:

Code:

<ol class="commalist" id="wgo_onlineusers_list">
{vb:raw activeusers}
</ol>

Change it to:

Code:

<vb:if condition="$show['member']"><ol class="commalist" id="wgo_onlineusers_list">
{vb:raw activeusers} </ol><vb:else />&nbsp;</vb:if>

The first change fixes an extra bullet tag that I left in by mistake.

The second change fixes a vBulletin problem in forumhome that appear when no user/s are logged in the forum

I added a conditional to take care of the problem and fixing the empty ordered list tag.


You can manually do the changes or download the updated files from the members area.
Tags: , , , ,

No Responses to “Element 4.03 Bugfix”  

  1. No Comments

Leave a Reply



About This Entry

About This Entry
  • You’re currently reading “Element 4.03 Bugfix,” an entry on The Staff Lounge

  • Published at 5.4.10 / 9am

Powered By

Living Off

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