This is a great mini hack for those of us that can't do any of our own code.
I am using this as an option in my existing drop downs in order to get to my Administration forum:
<!-- Admin Menu -->
<if condition="in_array($bbuserinfo['usergroupid'], array(7))">
<tr><td class="vbmenu_option">
<a href="/forum/forumdisplay.php?f=3">Administration</a>
</td></tr>
</if>
<!-- /Admin Menu -->
However, it only works for members who are ONLY in the Moderator group (#7). It doesn't seem to work for the accounts that are both Admins and Moderators (6+7). Is there any way to fix this?
Thanks!
|