You are here

README.txt in Taxonomy menu 5

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