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:
Delete the red </li> and save the template.
In forumhome template look for:
Change it to:
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: options, template, templates, vb, vbulletin
Open and Edit the following templates:
in navbar look for:
Code:
</li>
<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_header}
</vb:if>In forumhome template look for:
Code:
<ol class="commalist" id="wgo_onlineusers_list">
{vb:raw activeusers}
</ol>Code:
<vb:if condition="$show['member']"><ol class="commalist" id="wgo_onlineusers_list">
{vb:raw activeusers} </ol><vb:else /> </vb:if>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.
Search
About This Entry
- You’re currently reading “Element 4.03 Bugfix,” an entry on The Staff Lounge
- Published at 5.4.10 / 9am
Related Entries
- Small Afterdark Skin update - vBStyles
- [vB 3.8] How to align signatures to bottom (when using postbit) - vBulletin Quick Tips and CustomizationsvBulletin Tips
- [vB 3.8] Move Guest Message to Notices - vBulletin Quick Tips and CustomizationsvBulletin Tips
- Forumhome Account Manager Box - vBulletin 3.7 Add-onsvBulletin Add-ons
- Make “New Posts” and “Today’s Posts” display results only for current forum - vBulletin Quick Tips and CustomizationsvBulletin Tips
Recent Entries
- Matt: Upcoming WordCamps - Wordpress
- Dougal Campbell: WordPress Care Package - Wordpress
- Weblog Tools Collection: WordPress Plugin Releases for 09/01 - Wordpress
- WordPress Podcast: Listen to Liz Strauss: “Treat Your Blog Like a Business!” - Wordpress
- Lorelle on WP: Mind Blowing WordPress Plugins - Wordpress
Popular Resources
- Phorum-5.2.8 final released (12 replies) - 46672 Views
- Phorum-5.2.9a released (10 replies) - 35707 Views
- IPB Resources - 21799 Views
- Weblog Tools Collection: WordPress Plugin Releases for 02/07 - 17672 Views
- Phorum-5.2.9 released! Security Upgrade! (no replies) - 13812 Views







No Responses to “Element 4.03 Bugfix”
Please Wait
Leave a Reply