2011-12-25, 08:36 AM
My current theme for whatever reason does not include a logout link or button.
I would like to add it to my "welcome" box, or I can add it in the header navigation.
But what code do I use for the logout?
*edit*
I found this code on my other mybb site, is it helpful?
I would like to add it to my "welcome" box, or I can add it in the header navigation.
But what code do I use for the logout?
*edit*
I found this code on my other mybb site, is it helpful?
<a rel="nofollow" class="cikis-yap" href="{$mybb->settings['bburl']}/member.php?action=logout&logoutkey={$mybb->user['logoutkey']}">{$lang->welcome_logout}</a>