Floris
Fri 29th Oct '04, 8:52pm
Here is how you hide the memberlist link from the navbar on the index.php only to both guests and members:
* Open the navbar template and find this code:
<td class="vbmenu_control"><a href="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td>
* Replace it with this code:
<if condition="THIS_SCRIPT == 'index'"><else /><td class="vbmenu_control"><a href="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td></if>
* Save the template.
* Open the navbar template and find this code:
<td class="vbmenu_control"><a href="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td>
* Replace it with this code:
<if condition="THIS_SCRIPT == 'index'"><else /><td class="vbmenu_control"><a href="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td></if>
* Save the template.