Quote:
Originally Posted by wengi
Very nice hack m8 installed  just got 1 problem that i would like to solve if possible ... whn a guest is brousing the forum the link is active and he can listen to the stations like a registered user ..... is thre any way to hide the link from unregistered users !!!
Regards
Wengi
|
when you edit the nav bar,... if you add a couple of lines of code before and after you can solve this easily,....
eg... instead of adding.......
<td class="vbmenu_control"><a href="javascript penRadioStations()$session[sessionurl_q]">$vbphrase[rs_radiostations]</a></td>
you should add......
<if condition="$show['member']"><td class="vbmenu_control"><a href="javascript penRadioStations()$session[sessionurl_q]">$vbphrase[rs_radiostations]</a></td></if>
hope this helps you and others out mate!