Notices
 

Thread: Element 4.03 Bugfix

Reply to Thread
Results 1 to 1 of 1
  1. Thumbs up Element 4.03 Bugfix 
    #1
    Join Date
    Apr 2004
    Location
    Australia
    Posts
    3,298
    Blog Entries
    3
    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.
    Last edited by VBStyles; 05-05-10 at 03:24 AM.
     

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