mod_admin_category

Note

This module requires the presence of mod_menu for the required JavaScript files which make up the menu editor.

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’.

Todo

Add more documentation

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

See also

Referred by

All dispatch rules

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