![]() |
Hiding Certain Navbar Links From Guests
1 Attachment(s)
CLICK INSTALLED TO GET SUPPORT FOR THIS ADD-ON. IF YOU DO NOT CLICK INSTALLED I CANNOT HELP YOU. If you want to hide some of the links in your navbar to guests you can do it by adding an if/else statement to your template code. Steps To Add Code: 1. Login to your admin CP 2. Scroll down to Styles & Templates & click on "Style Manager" 3. Now find the skin you want to edit in the right side panel. 4. Click the drop down box and choose "Edit Templates" 5. Expand the templates to include all the template groups by clicking the bottom left button on the far right large box. 6. Scroll through the templates until you find the "navbar" template & double click on it. 7. Now you should see the code, I will go through each button that does not have the if/else statement on it already. To Hide The FAQ Link: Find: Code:
<td class="vbmenu_control"><a rel="help" href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> Code:
<if condition="$show['member']"> Find: Code:
<if condition="$show['communitylink'] AND $show['popups']"> Code:
<if condition="$show['member']"> Find: Code:
<td class="vbmenu_control"><a id="navbar_search" href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td> Code:
<if condition="$show['member']"> Code:
<if condition="$show['member']"> Code:
</if> If you get an error or get stumped, post here & I will try to help you. |
Reserved...
|
great work, thank you!
Installed |
No problem. Glad you found it helpful.
|
<font color="Navy">Can you tell me how to modity this so that a navbar link is hidden from anyone who is not an Administrator?
Thank you</font> |
Quote:
Thanks |
Good Work
|
Quote:
No problem, thanks :) |
great work, thank you!
|
Quote:
|
All times are GMT. The time now is 02:48 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:
|