![]() |
Permissions
I have added another drop down to my navbar. It works great, but I want to limit access to it. That is, I want my users to be logged in before they can see the drop down.
How do I do that? |
Simply use the following code in your template.
Code:
<if condition="!$bbuserinfo['userid']"> |
Wrap the code you want hidden from guests like so...
Code:
<if condition="$show['member']">YOURCODEHERE</if> |
Worked great. Thanks.
|
All times are GMT. The time now is 07:47 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|