Quote:
Originally Posted by MrZeropage
to change the disaplay in navbar you need to alter the code in the navbar-template and include a check if the user is logged in or not. Just wrap the check around the Arcade-Link
Code:
<if condition="$bbuserinfo[userid]!=0">
...show Arcade-Link...
</if>
|
I'm glad you caught the meaning of my post.
Your idea does get me closer to what I want, however, is there a more granular code than this that would verifiy if the user has the rights to the arcade system, and if not, don't display the "Arcade" text in the navbar? I don't know the code, but I would guess there'd be a variable that could be referenced that would determine group rights.
I do thank you immensely for the first piece of the puzzle!