Quote:
Originally Posted by redtaz
OK and then how would i go about setting the permissions so only certain usergroups can use it? Sorry I'm a newbie.
|
add this before </else> I believe
Quote:
<if condition="($bbuserinfo[usergroupid]==Usergroup || $bbuserinfo[usergroupid]==usergroup)">
|
and if you want to keep adding usergroups, just keep adding
Quote:
$bbuserinfo[usergroupid]==Usergroup ||
|
make sure you place the ending tag (</if>) in the proper place!