MyBB Community Forums

Full Version: Help logging out.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello,

Can a Support Staff or an Admin please help me fix my forum to log out properly? I followed the instructions but still cannot logout. I am running the MyBB SEO Mod. Please help?

Thanks.
You read both these threads?

http://community.mybboard.net/showthread.php?tid=26702
http://community.mybboard.net/showthread.php?tid=25210

If so, then try changing skins, see if that helps!
It would be great if you could post your forum's URL. It's kind of difficult to guess what a problem could be Wink
DennisTT Wrote:It would be great if you could post your forum's URL. It's kind of difficult to guess what a problem could be Wink

Here you go: http://www.bf2network.com/forum

Thanks! Smile
in welcome_block_member template find
sid={$session->sid}
replace with
logoutkey={$mybb->user['logoutkey']}

that should fix your problem
pepotiger Wrote:in welcome_block_member template find
sid={$session->sid}
replace with
logoutkey={$mybb->user['logoutkey']}

that should fix your problem

Thanks! Will try that.
i tried the above but the edited files didn't seem to make any difference,i cured it by re-installing the xlm file for the template
I also tried the edits, and they did not work.

The problem is my theme... I switched to the MyBB Default theme, and it worked, but not on the theme I want to use.
I do not want to have to stop using my theme...
Is there any way to fix the problem?

pepotiger Wrote:in welcome_block_member template find
sid={$session->sid}
replace with
logoutkey={$mybb->user['logoutkey']}

that should fix your problem

I cannot find the welcome_block_member template... I even used the search feature.
What theme are you using and what code do they have for the logout?

Also your copyright is not readable due to the font, might want to change that Wink
pepotiger Wrote:in welcome_block_member template find
sid={$session->sid}
replace with
logoutkey={$mybb->user['logoutkey']}

that should fix your problem

That worked! Thanks!! Smile
Pages: 1 2