Quote:
Originally Posted by PeterXP
|
Hi PeterXP.
Your menu's look brilliant, but i'm suprised to see that you have a menu link to ModCP and AdminCP on view to guests and non registered

if you leave them on show people will try and guess.
This can't be secure so you'll need to add a conditional around that menu link like this
Code:
<if condition="is_member_of($bbuserinfo, x, x, )">
where x and x is your usergroup ID for Amin and Mods
Don't forget to add the end statement at the end
Look below at the example
Code:
<li><span class="qmdivider qmdividery" ></span></li>
<li><a class="qmparent" href="javascript:void(0)">PRIVATE MESSAGES</a>
<ul style="width:165px;">
<if condition="is_member_of($bbuserinfo, x, x, )">
<li><a href="http://www.ukbusinesslive.co.uk/forum/Admincp.php" title="List Messages">AdminCP</a></li>
<li><a href="http://www.ukbusinesslive.co.uk/forum/Modcp.php?do=newpm" title="Send New Message">ModCP</a></li>
</if>
<li><a href="http://www.ukbusinesslive.co.uk/forum/private.php?do=trackpm" title="Track Messages">Track Messages</a></li>
<li><a href="http://www.ukbusinesslive.co.uk/forum/private.php?do=editfolders" title="Edit Folders">Edit Folders</a></li>
</ul></li>
Once again a smashing improvement, Well done