You are here

README.txt in Taxonomy menu 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 5 README.txt
  3. 6.2 README.txt
  4. 7.2 README.txt
  5. 7 README.txt
TAXONOMY MENU
=============

INTRO
=====
This module adds links to taxonomy terms to the global navigation menu.


INSTALLATION
============
1) Place this module directory into your Drupal modules directory.

2) Enable the taxonomy_menu module in Drupal, at:
   administration -> site configuration -> modules (admin/build/modules)

3) Choose which vocabularies to appear in the menu at:
   administration -> site configuration -> modules -> taxonomy menu
   (admin/settings/taxonomy_menu)


INTEGRATE WITH VIEWS
====================
1) Install Views module

2) Enable Views and Views UI module

3) Create a view normally. You can display your content on a table,
   only the teaser, the full content; you decide.

4) Yet on Views page, on Argument fieldset, include Vocabulary ID as
   the first argument and Term ID as the second (both optional).

5) On Taxonomy Menu Settings page, select the new Views that you
   created.

File

README.txt
View source
  1. TAXONOMY MENU
  2. =============
  3. INTRO
  4. =====
  5. This module adds links to taxonomy terms to the global navigation menu.
  6. INSTALLATION
  7. ============
  8. 1) Place this module directory into your Drupal modules directory.
  9. 2) Enable the taxonomy_menu module in Drupal, at:
  10. administration -> site configuration -> modules (admin/build/modules)
  11. 3) Choose which vocabularies to appear in the menu at:
  12. administration -> site configuration -> modules -> taxonomy menu
  13. (admin/settings/taxonomy_menu)
  14. INTEGRATE WITH VIEWS
  15. ====================
  16. 1) Install Views module
  17. 2) Enable Views and Views UI module
  18. 3) Create a view normally. You can display your content on a table,
  19. only the teaser, the full content; you decide.
  20. 4) Yet on Views page, on Argument fieldset, include Vocabulary ID as
  21. the first argument and Term ID as the second (both optional).
  22. 5) On Taxonomy Menu Settings page, select the new Views that you
  23. created.