Blackice
03-28-2006, 02:32 PM
Hey,
I have a question,
I just added 2 links to my Quick Links, and I want them to show up JUST for usergroup 9 (its a custom usergroup) and usergroup 6 (admin of coarse).
This is the code I have..
<tr>
<if condition="is_member_of($bbuserinfo['usergroupid'], 9,6)">
<td class="vbmenu_option"><a href="vbimghost.php?do=upload" >Upload Image</a>
</td>
</if>
</tr>
<tr>
<if condition="is_member_of($bbuserinfo['usergroupid'], 9,6)">
<td class="vbmenu_option"><a href="vbimghost.php?" >Your Images</a>
</td>
</if>
</tr>
The links show up for Admins, but not my News Team (group 9)
is there somethin im doin wrong?
Thanks alot :D
I have a question,
I just added 2 links to my Quick Links, and I want them to show up JUST for usergroup 9 (its a custom usergroup) and usergroup 6 (admin of coarse).
This is the code I have..
<tr>
<if condition="is_member_of($bbuserinfo['usergroupid'], 9,6)">
<td class="vbmenu_option"><a href="vbimghost.php?do=upload" >Upload Image</a>
</td>
</if>
</tr>
<tr>
<if condition="is_member_of($bbuserinfo['usergroupid'], 9,6)">
<td class="vbmenu_option"><a href="vbimghost.php?" >Your Images</a>
</td>
</if>
</tr>
The links show up for Admins, but not my News Team (group 9)
is there somethin im doin wrong?
Thanks alot :D