The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I would like to add a text link to my Navbar, however, I would like to have the new link only visible when a member logs in. This would be similar to the Usercp. Using version 3.8.3
Thanks for any help, Sherry |
#2
|
||||
|
||||
![]()
In Navbar template (OR some custom styles have their nabar links in header template) just add this:
Code:
<if condition="$show['member']">Your Code here</if> Code:
<if condition="$show['member']"><a href="http://www.vbulletin.org">Check us out on vBulletin.org!</a></if> |
#3
|
|||
|
|||
![]()
Thank you!
I'll try that now. Sherry --------------- Added [DATE]1246248153[/DATE] at [TIME]1246248153[/TIME] --------------- Quote:
<if condition="$show['member']"><td class="vbmenu_control"><a href="http://www.vbulletin.org">Check us out on vBulletin.org!</a></if> Had to add <td class="vbmenu_control"> Thanks again for your help! Sherry |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|