README.txt 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. Content menu module rewires Drupal's default menu management interface for tighter intergation of content authoring and menu management.
  2. The goal is to make building a site's structure and content in one fluid process seamless, easy and natural. Editors can create content along with a menu item without ever really leaving the menu management process. Editors can find, associate and edit content right from the menu management interface.
  3. Content Menu module makes building a structure-oriented website "page by page" with Drupal effortless and intuitive.
  4. To get an impression of how easy content centric menu management is with the content menu module, watch our screencast: http://youtu.be/sYoYtoQ1s8c
  5. HOW IT WORKS
  6. Basically, Content Menu evolves Drupal's simplistic and isolated menu management interface into an editor's intuitive central for site authoring.
  7. The most important new possibilties are to directly asses and edit a menu item's linked content and to directly create and position a new menu item with selectable target (content) type.
  8. You can create a new menu item as …
  9. URL – With the traditional menu item form
  10. Dummy – As a dummy menu item (with simple dummy link target)
  11. New NODETYPE – directly create a new content for the new item
  12. Existing content – selecting an existing content via a nice filterable view (if views is enabled)
  13. Menu position rule (if the Menu Position module is enabled)
  14. IMPROVED WORKFLOWS
  15. The workflows are kept concise and seamless, e.g for adding new menu items along with brand new content or with comfortably choosing existing content to link to.
  16. HOW TO INSTALL
  17. To install Content Menu module, …
  18. * Download and enable the module from http://drupal.org/project/content_menu
  19. * Download additional modules
  20. CTools and Views modules are strongly recommended (though technically not required)
  21. Menu Position module is supported (and great for rule based appearance of content in menus)
  22. * Configure your permissions and content types:
  23. Make sure at least one content type is configured in Drupal's standard node type configuration form to be enabled to receive menu entries of the menu(s) where the content should be placed, to make at least one node type show up in the "target type" dropdown.
  24. Make sure the user you try the module with has sufficient permission (to access admin area, to administer menus, to administer content, to create and delete nodes of the respective type, …). The new "administer system menus" is necessary for users that should see _all_ menus on the menu overview admin page (Users without this permission are not shown the content_menu_special_menus (variable details see below)).
  25. * Go to Admin > Structure > Menus and start adding menu items into e.g the "Main Menu".
  26. * Or watch out Screencast (see above) to get ideas of what to do (and how).
  27. * See the content_menu.api.php file for further development information on new permission(s), system variables you can override, or hooks you might want to use as a developer to extend content_menu.module
  28. RESSOURCES
  29. * Screencast: http://youtu.be/sYoYtoQ1s8c
  30. * Blog Post with background-info and discussion: http://wunderkraut.com/en/blog/content-menu-module-%E2%80%93-menu-author...
  31. * content_menu.api.php file for further development information.
  32. Content Menu is sponsored by http://www.wunderkraut.com