You are here

README.txt in Menu Reference 7

--------------
Menu Reference
--------------

This module provide custom field type that can create references to items
in Drupal menus.

Module also provide Views integration to create contextual filter on
Menu reference field type with default value based on current page menu trail.
This functionality allows you to display content on specified position of menu.

Getting started
---------------

1. Enable module on Drupal module page or using Drush command.
2. On node or other entity Manage fields page add new custom field
   type Menu Reference.
3. Continue with Views to display desired relation or code custom solution
   upon this reference.

Author
------
Tomas Barej (tomasbarej@gmail.com)

File

README.txt
View source
  1. --------------
  2. Menu Reference
  3. --------------
  4. This module provide custom field type that can create references to items
  5. in Drupal menus.
  6. Module also provide Views integration to create contextual filter on
  7. Menu reference field type with default value based on current page menu trail.
  8. This functionality allows you to display content on specified position of menu.
  9. Getting started
  10. ---------------
  11. 1. Enable module on Drupal module page or using Drush command.
  12. 2. On node or other entity Manage fields page add new custom field
  13. type Menu Reference.
  14. 3. Continue with Views to display desired relation or code custom solution
  15. upon this reference.
  16. Author
  17. ------
  18. Tomas Barej (tomasbarej@gmail.com)