If anyone is interested. If you would only like admins to be able to view the 'Spiders' link in the navbar. Do the following.
1. Locate the 'Navbar' template.
2. Find:
<td class="vbmenu_control"><a href="spiders.php$session[sessionurl_q]">Spiders</a></td>
3. Replace with:
<if condition="$show['admincplink']"><td class="vbmenu_control"><a href="spiders.php$session[sessionurl_q]">Spiders</a></td></if>
Should work.
|