The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I want to add a new tab to the navbar and have managed to do that. But I would also need to only make this new tab available to logged in members, how should the code look?
If there any "If member=logged in then"... If you know what I mean. Can anyone help me out here? |
|
#2
|
||||
|
||||
|
Code:
<vb:if condition="$show['member']"> Tab code </vb:if> |
![]() |
|
|