Quote:
Originally Posted by rolliet
is there a way to make this viewable by select groups?
|
Add the red:
Code:
<if condition="in_array($bbuserinfo['usergroupid'], array(5, 6))">
<!-- websites who have referred today -->
And:
Code:
<!-- end websites who have referred today -->
</if>
Basically just wrapping the actual call to it in FORUMHOME inside an if condition. Change the 5,6 to whatever usergroup numbers you would like to see it.