Quote:
Originally Posted by Beermonster
Can this be changed so that only above a certain user group can see it, not just unregistered.
on my forum once you have registered you still have to make at least 10 posts before becoming a full member with all it's privileges. as I was fed up of people registering to PM a member with a reply
[high]* Beermonster clicks install  [/high]
|
Sure. Just change this in the templates for this hack:
HTML Code:
<if condition="$bbuserinfo['userid']">
to whatever you want it to be. You could do this:
HTML Code:
<if condition="$bbuserinfo['usergroupid']==6 OR $bbuserinfo['usergroupid']==5">
and so on.