similar module comparison:

  • Menu Permissions - allows giving roles the ability to administer certain menu groups (and by result their menu entries). it's simple as it only adds a new permission per menu group. requires giving the "Administer Menus" permission, which means users can rename the menu group.
  • Menu Admin per Menu - allows giving roles the ability to administer certain menu groups (and by result their menu entries). it's simple as it only adds a new permission per menu group. IMO, it's a "better version" of the previous, because unlike the previous, it DOES NOT require giving the "Administer Menus" permission.
  • Delegate Menu Administration - allows giving roles the ability to administer certain menu groups and their menu entries. it's complex because it allows giving permissions by menu group and menu entry. unrecommended unless you require that particular feature.

considering all three, i would suggest Menu Admin per Menu instead of Menu Permissions for simple usage, and then migrating to Delegate Menu Administration if more control is required.

would suggest also that Menu Permissions be deprecated in favor of Menu Admin per Menu and merge them later.

Comments

emptyvoid’s picture

All of these modules sound very similar to menu_access except that menu_access doesn't have the "group" feature.. Hmm if only someone created a sub-module for this feature menu_access.

lpalgarvio’s picture

Title: similar modules » similar modules » place alternative module in the project page
Status: Active » Needs work

state the alternative solution in the project page please :)

Menu Admin per Menu - allows giving roles the ability to administer certain menu groups (and by result their menu entries). it's simple as it only adds a new permission per menu group. IMO, it's a "better version" of the previous, because unlike the previous, it DOES NOT require giving the "Administer Menus" permission.