You are here

README.txt in Views Menu Area 7

DESCRIPTION
===========
Provides an "handler area" for Views 3 to list menu tree of specified menu.

Sometimes you might want to attach list of links in footer, header or empty
text when just single link isn't enough or you want to maintain links more
friendly.

Requires Views 3.


INSTRUCTIONS
============
1. Enable the module
2. Edit your preferred view
3. Click "Add" link in header/footer section
4. Check "Global: Menu area" and click "Add and configure footer" button
5. Enter label and select the menu you wish to list links from
6. Click "Apply" button and save the view


SIMILAR MODULE
==============
You can also use Views Block Area[1] instead, since each menu has an block
and therefore you can just render the block instead a clean menu.

[1] https://drupal.org/project/views_block_area


DRUPAL 8
========
In Drupal 8, you don't need this module since Views is in core and you can
render block entities.

How?
----
1. Create block instance from block layout page
2. In views display configuration, attach an rendered block entity

File

README.txt
View source
  1. DESCRIPTION
  2. ===========
  3. Provides an "handler area" for Views 3 to list menu tree of specified menu.
  4. Sometimes you might want to attach list of links in footer, header or empty
  5. text when just single link isn't enough or you want to maintain links more
  6. friendly.
  7. Requires Views 3.
  8. INSTRUCTIONS
  9. ============
  10. 1. Enable the module
  11. 2. Edit your preferred view
  12. 3. Click "Add" link in header/footer section
  13. 4. Check "Global: Menu area" and click "Add and configure footer" button
  14. 5. Enter label and select the menu you wish to list links from
  15. 6. Click "Apply" button and save the view
  16. SIMILAR MODULE
  17. ==============
  18. You can also use Views Block Area[1] instead, since each menu has an block
  19. and therefore you can just render the block instead a clean menu.
  20. [1] https://drupal.org/project/views_block_area
  21. DRUPAL 8
  22. ========
  23. In Drupal 8, you don't need this module since Views is in core and you can
  24. render block entities.
  25. How?
  26. ----
  27. 1. Create block instance from block layout page
  28. 2. In views display configuration, attach an rendered block entity