MyBB Community Forums

Full Version: Logout Trouble
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Alright I know about that thread and this info was not included so here is the problem.
I try logging out and I get this message.
Quote:Mixy Media
Your user ID could not be verified to log you out. This may have been because a malicious Javascript was attempting to log you out automatically. If you intended to log out, please click the Log Out button at the top menu.
Any ideas? Thats really all I have to say I have no idea on how to fix this....
Open up the header_welcomeblock_member template. The logout link should look something like this:

<a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">{$lang->welcome_logout}</a>