GoTTi
08-09-2005, 10:00 PM
well, i finally upgraded my forum, which was heavily hacked up, to 308. and i noticed there was a problem logging out. Well over @ vbulletin.com, they say to revert your templates affected....well, if you have hacks and modifications in all your templates like i pretty much have, your gunna be pissed when your codes are removed, so here is what u need to do to fix the logout code.
Template edits: Should be 2
Time: 25 seconds
Skill Level: l33t
so here is the fix for everyone needing it:
Goto navbar and forumhome template search for:
logout
youll get 2 results that look something like:
login.php?$session[sessionurl]do=logout
you need to edit this to
login.php?do=logout&userid=$bbuserinfo[userid]
and save.
theres your fix.
Template edits: Should be 2
Time: 25 seconds
Skill Level: l33t
so here is the fix for everyone needing it:
Goto navbar and forumhome template search for:
logout
youll get 2 results that look something like:
login.php?$session[sessionurl]do=logout
you need to edit this to
login.php?do=logout&userid=$bbuserinfo[userid]
and save.
theres your fix.