2013-04-16, 08:28 AM
So im trying to add a Log Out Button in my Footer.
Used this code
The code works and it Logs you out, but
the Log out button still remains in the footer, how come its still visible.
I want it to disappear after Log out.
Used this code
<a rel="nofollow" class="cikis-yap" href="{$mybb->settings['bburl']}/member.php?action=logout&logoutkey={$mybb->user['logoutkey']}">{$lang->welcome_logout}</a>
The code works and it Logs you out, but
the Log out button still remains in the footer, how come its still visible.
I want it to disappear after Log out.