Hi I have made my own user group / level in Joomla with the parent being "registered"
The new group / level is called "Claim Admin"
I have 2 menus
Menu 1 for Registered users
Menu 2 for Claim Admin
Currently with Joomla ACL:
Claim Admin users can see Menu 1 and Menu 2 when logged in
Registered users can see Menu 1 and NOT Menu 2 when logged in (this is correct)
I want Claim Admin users to only see Menu 2 and Not Menu 1
Can this be achieved with Conditional Content?
I tried the following in the component by adding a rule.
Exclude Users
Claims Admin [claimsadmin] [570]
AND
Exclude Menu Items
Menu 1 (All)
Hi Peter thanks for the reply.
I'm trying to hide individual menu items if possible.
I guess i could use advanced module manager to hide menu modules instead?