Quote:
Originally Posted by Stifmeister2
In the navbar, instead of
HTML Code:
<td class="vbmenu_control"><a href="javascript:openRadioStations()">$vbphrase[rs_radiostations]</a></td>
Add this:
HTML Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="javascript:openRadioStations()">$vbphrase[rs_radiostations]</a></td>
</if>
|
Hi,
Ive tried this and it only shows the link for members, however when you click on it nothing happens.
This is what im currently using,
Quote:
<td class="vbmenu_control"><img class="inlineimg" src="$stylevar[imgdir_misc]/music.gif"/> <a href="javascript penRadioAndTV()">$vbphrase[rs_radiostations]</a></td>
|
How would I change it so guests cant view?