I made a menu on the right side of my site using Menu Administration. Right now I have it set to be visible to Officer+. It's function is a 'quick admin panel' to access the most common Admin functions from anywhere on the site, without having to go into the normal Admin menu.
I wanted to put some Admin functions in there that officers don't have access to, like the site layout, because right now I have a separate menu for Admins. I was looking to combine the two and use the IfRank to show only what they have access to... I wanted the DKP section and Misc Admin to only show to those with rank 2 on the site. Officers would see News & User Account Admin with rank 5.
However, no matter how I set it, everything in the menu is visible to everyone. It seems to just be checking the Menu setting on who can see it and then ignoring any IfRanks inside. Have you tried anything like this?
News:
Create - Edit
User Account Admin:
Read Me First!
Accounts - Characters
Site Access History
DKP:
Upload Raid - Attendence
Purchases - Adjustments
Need Help? - Issues
Misc Admin:
Menu - OAdm - SAdm - Files
Prog - Rules - GSG - WoS
Wiki - LBP - Status Updates
I also have a News post set to be visible to everyone and stickied, and in the post I have the following:
<!--System:IfNotRank:20-->
<div style='background:#530404;color:#ffffff;height:100%;width:100%'>New Members: Please be sure to <a href="dynpage.php?id=45">read this guide</a> before registering or asking questions.</div>
<!--System:EndIfNotRank-->
<!--System:IfRank:20-->
<br><div style='background:#530404;color:#ffffff;height:100%;width:100%'>We need your help to keep the Ventrilo server and the website up and running. If you are interested in helping out, please <a href="dynpage.php?id=54">click here</a> for more information.</div>
<!--System:EndIfRank-->However, it's not working either. Is it because the site does not check permissions inside of something already set? If not, can it be made to do so? Trying to save space and not clutter the site up with too many stickies and menus.