Quote:
Originally Posted by Boofo
<if condition="is_member_of($bbuserinfo, 6)">
fieldset info
</if>
|
Tried that it still shows up when I log out,
Heres what I have..
Code:
<if condition="is_member_of($bbuserinfo, 6)">
<fieldset>
<legend><b>Admin Game Sorting</b></legend>
<center><span class="smallfont">
Admin Game Sorting, ( <a href="http://www.XXXXX.com/XXXX/index.php" target="_blank">Here</a> ) <br /> <br /> </span></center>
</fieldset>
</if>
this is in the (ibproarcade) arcade.php
before
Code:
<fieldset>
<legend><b>{$ibforums->lang['gamebox_bestever']}</b></legend>
<center><span class="smallfont">
{$top['name']}
<br />
{$top['score']}</span></center>
</fieldset>