Quote:
Originally Posted by Silvio
anyone can teach me how I can have a vbradio link on navbar that should be visible only to registered users?
I tried out the one described here some pages back ..but that is showing the link even to not registered users.
how can I solve it?
take care
ciao
|
Before the button you wish to make visable only to registered users add this in your navbar template
PHP Code:
<if condition="$bbuserinfo['userid']">
then after the script you are hiding from guests
that is it
badham