Quote:
Originally Posted by joanne862
I've tried this, using the usergroup IDs, but what are the member group IDs?
I tried using the same numbers as usergroup IDs (which I figure is wrong, but couldn't work out what else to put here) and when I try to access the radio I get no permission message.
Thanks 
|
If you find and change this - only ADMIN(6), MODERATORS(7) and REGISTRED MEMBER(5) can see the Radio channels:
Code:
<fieldset class="fieldset">
<legend>Tillg?ngliga stationer/Konferenser</legend>
<center>
<if condition="in_array($bbuserinfo[usergroupid], array(5,6,7))"> {$Station_Select}<br /><br />
<input type='button' value='Spela' class='button' onclick='initiateStation()' />
</if>
<if condition="in_array($bbuserinfo[usergroupid], array(1,2,3,4,8))"> ======MEMBERS ONLY======
</if>
</center>
</fieldset>
others will see (picture):