07-17-2016, 04:30 PM
Just a brief question, I've got multiple permission levels setup, lets say levels 2, 3, 4, and 5. I've got multiple dropdown menus in my menu. I want menu dropdown option 1 to be visible to permissions 2 and 3, and then menu dropdown option 2 to be visible to permissions 4 and 5. Is there a way to do this? I've been messing around with the code below, but can't seem to get it to work properly for multiple permissions
<?php if (checkMenu(#,$user->data()->id)){?>
Content
<?php } ?>
<?php if (checkMenu(#,$user->data()->id)){?>
Content
<?php } ?>