Quote:
Originally Posted by Distance
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. 
|
Thanks for adding this! I'll add it to the main post and give you credit! Thanks again! =]