Quote:
Originally Posted by Inferno Dragon
and opps I forget one more thing, how I can disable the radio for guests? I want it so only members can use it!
|
I did this.
Code:
<fieldset class="fieldset">
<legend>Tillg?ngliga Stationer/Telefonkonferanser</legend>
<center>
<if condition="in_array($bbuserinfo[usergroupid], array(6,7,9))"> {$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,5,8))"> ==MEMBERS ONLY==
</if>
</center>
</fieldset>