Adam Howard
Well-known member
So the goal is to add a log-out link (button) on the moderator bar. This sounded a lot easier than it I thought it would be.
This is how far I've gotten it
The idea is to have it located on the right side of "Admin". And finally, to get it to actually show up for normal members.
The coded added to the template moderator_bar that I'm using is
This is how far I've gotten it
The idea is to have it located on the right side of "Admin". And finally, to get it to actually show up for normal members.
The coded added to the template moderator_bar that I'm using is
PHP:
<ul>
<li><a href="{xen:link logout, '', '_xfToken={$visitor.csrf_token_page}'}"
class="LogOut">{xen:phrase log_out}</a></li>
</ul>