Quote:
Originally Posted by nhawk
Use two ORs??...
Code:
<if condition="$show['registerbutton'] OR ($vboptions[someOption] == 1 OR $show['admin'])">
|
that would not work
the option has to be on (1) in order for the admin to see it, if the option is off (0) then the admin wont see it but the guest (or people who can see the registerbutton) can still see it.
if i used 2 ORs the admin will always see it