mod_admin_category

Add support for editing Categories in the admin, by presenting an editable category tree at http://yoursite.com/admin/category.

ACL permissions

The following ACL permissions are required:

  • to view the page, use permission on the ‘mod_admin_category’ module
  • to view the list of categories, view permissions on category ‘category’
  • to edit and re-order the categories, edit permissions on category ‘category’.

Edit on GitHub

Controllers

controller_admin_category_sorter

Shows the admin category screen where you can edit the category tree, rearranging the categories, adding new categories

Dispatch rules

dispatch

Dispatch rules Name Path Resource Args admin_category_sorter [“admin”,”category”] controller_admin_category_sorter…

See also

mod_menu

Create nested navigation menus for your site.

Referred by

All dispatch rules

All the dispatch rules from all modules. For a background on dispatch rules, see The URL dispatch system.