Notices
 

Thread: 3.8.5 Styles Bug Fixes.

Reply to Thread
Results 1 to 2 of 2
  1. Smile 3.8.5 Styles Bug Fixes. 
    #1
    Join Date
    Apr 2004
    Location
    Australia
    Posts
    3,298
    Blog Entries
    3
    I have a small update on all 3.8.5 Styles released 3 days ago.

    Unfortunately when I released them I forgot of 2 security tokens, one in the Quick Link Drop down menu and one for users with Javascript Disabled.

    If you have previously downloaded the 3.8.5 styles before this post please re download the files again to have the issue corrected.

    If you have already customised your forum and want to apply the fix manually simply follow these simple steps:

    in NAVBAR template look for:

    Code:
    <tr><td class="vbmenu_option"><a  href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
    replace it to:

    Code:
     <tr><td class="vbmenu_option"><a  href="forumdisplay.php?$session[sessionurl]do=markread&amp;markreadhash=$bbuserinfo[securitytoken]">$vbphrase[mark_forums_read]</a></td></tr>
    in the HEADER template look for: (Aria Does not need this step)

    Code:
    <a href="forumdisplay.php?$session[sessionurl]do=markread"  rel="nofollow">
    replace with:

    Code:
    <a  href="forumdisplay.php?$session[sessionurl]do=markread&amp;markreadhash=$bbuserinfo[securitytoken]"  rel="nofollow">
    New customers don't have to worry about this as the files in the members area have already these fixes.
    Last edited by VBStyles; 15-03-10 at 12:45 AM.
     

  2.  
    #2
    Join Date
    Apr 2004
    Location
    Australia
    Posts
    3,298
    Blog Entries
    3
     

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