Log out problems since upgrade to 3.0.7

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • johnatwebflyer
    New Member
    • Mar 2004
    • 16
    • 3.0.0 'Gold'

    Log out problems since upgrade to 3.0.7

    When user logs out the next page has an error that logout failed with a link to continue logging out. Clicking that link successfully logs the user out and clears all cookies.

    Has anyone else seen this?
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    You need to revert or patch the templates that contain logout links. See the template change log in this thread:

    Originally posted by Kier
    FORUMHOME
    navbar
    username_loggedin


    Added &u=$bbuserinfo[userid] to any log out links to ensure that no one else can log many people out with an image.

    Requires revert? Yes!

    Comment

    • FrankieFive
      New Member
      • Feb 2005
      • 9
      • 3.0.6

      #3
      what do we have to change?
      Last edited by FrankieFive; Wed 2 Mar '05, 5:13pm.

      Comment

      • Jake Bunce
        Senior Member
        • Dec 2000
        • 46598
        • 3.6.x

        #4
        Look for logout links in those templates and add the code specified. For example, add the red code in the FORUMHOME template:

        Code:
        	<if condition="!$show['guest']">
        		<!-- member logout -->
        		<td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout[color=red]&amp;u=$bbuserinfo[userid][/color]"  onclick="return log_out()"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td>
        		<!-- end member logout -->
        	</if>

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...