Quote:
Originally Posted by peterska2
OK, here goes.
Instead of
Code:
<if condition="$show[registerbutton]">
use
Code:
<if condition="$bbuserinfo[usergroupid]!='x'">
where x is the usergroupid number of the usergroups that you want to be able to view it. You will need to change both instances of this.
|
Has anyone had any luck with this on 3.54? I've tried this a few times and it's not working for me at all. I haven't tried the default listed method, but I would only need this if I could use it for two usergroups (guests and one registered group.)
Thanks in advance.