Quote:
Originally Posted by Forum Lover
Great thing. Is there any way to restrict over user group? Lets say for example usegroup called "senior members" will be allowed to put their gamecards?
|
You would do this by finding which usergroups you wish to view this and use the following conditional below;
Code:
<if condition="is_member_of($bbuserinfo, X, Y, Z)">
.
Replacing X Y Z with the relative usergroup IDs.
Then simply add </if> to the end of the code and you're done.