![]() |
What's the proper IF code to not show the following...
A plugin installed a NAVbar link that shows up in the login page and I would just as soon wrap that in an "IF" code (or something) so it only shows once the user is logged in...
Or if it's not an IF code and something else, can someone help with that?... Again, I just need to edit the plugin's NAV template to not show to NON logged in users.... THNX ahead of time.... This place is great BTW and I am learning a lot!! |
A guest has a userid of 0, so you should be able to do something like:
Code:
<if condition="$bbuserinfo['userid'] != 0"> |
Code:
<if condition="$show['member']"> |
THNX guys... that's awesome!!! will come in handy for sure in other situations also I'm sure
|
All times are GMT. The time now is 11:19 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:
|