Joomla 2.5
You can select only one ACL for a menu item.
Let's say I have groups:
- group1
- group2
- group3
- group4
- group5
And ACLs
- ACL1 (contains group1)
- ACL2 (contains group2)
- ACL3 (contains group3)
- ACL4 (contains group4)
- ACL5 (contains group5)
Now I need to attribute to menu items some combinations of ACLs.
Let's say
- MenuItem1 visible by group1 and group2
- MenuItem2 visible by group1 and group5
- MenuItem3 visible by group3 and group5
- etc...
To achieve this I need to create a lot of ACLs that will satisfy my needed combinations of groups:
- ACL6 for MenuItem1 (contains group1 and group2)
- ACL7 for MenuItem2 (contains group1 and group5)
- ACL8 for MenuItem3 (contains group3 and group2)
- etc...
And this is really uncomfortable.
Is there a way (or an extension) that would permit to attribute multiple ACLs for a menu item (without creating new ACLs that would reflect the needed group combinations)?