MyBB Community Forums

Full Version: Users get option to change user when posting and it logs out.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay, one of the members of the forum has reported that it give this when posting a thread. This just logs them out, how do I remove this?

[Image: qOHV]
Go to: AdminCP > Templates > Your theme's Templates > Ungrouped Templates > changeuserbox > and Search the following and remove;
<span class="smalltext">[<strong><a href="member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">{$lang->change_user}</a></strong>]</span>
Okay, thanks I'll try this Smile