MyBB Community Forums

Full Version: Easy logout
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello guys after upgrading from 1.2.8 to 1.2.9 i was having problem logging out so i found out a sloution this is just a very small mistake just go to admin cp / modify/delete templates select your current template click on expand member templates click on index_logoutlink just replace the code with this
Quote:<a href="member.php?action=logout&uid={$mybb->user['uid']}&sid={$session->sid}">{$lang->index_logout}"</a> |

you will find the code is just similar to the one which is in there but there is a slight change check out

and if you like you can add rep Big Grin
http://community.mybboard.net/showthread.php?tid=20519

We don't have the reputation system enabled.
krates, as per the upgrade instructions, you are supposed to go and fix/revert your templates for the changes