| 1 |
Intorduction
|
| 2 |
------------------------------------------------------------------------------
|
| 3 |
|
| 4 |
This module provides an overview page and block representations of your
|
| 5 |
site's taxonomy. This is useful for enabling users to browse your site
|
| 6 |
according to topics of their own interest.
|
| 7 |
|
| 8 |
How to install?
|
| 9 |
------------------------------------------------------------------------------
|
| 10 |
|
| 11 |
This module requires and build upon the taxonomy module.
|
| 12 |
|
| 13 |
1. Copy this module to the Drupal modules/ directory. Drupal should
|
| 14 |
automatically detect it. Then enable the module at administer >> modules.
|
| 15 |
|
| 16 |
2. Create lots of vocabularies and terms, if you haven't already.
|
| 17 |
|
| 18 |
3. The administer >> settings >> taxonomy_html page allows you to set
|
| 19 |
vocabularies to omit from the display, the page title and the number
|
| 20 |
of columns used to display the categories on the overview page.
|
| 21 |
|
| 22 |
3. Configure the taxonomy_html blocks you wish to display on the
|
| 23 |
administer >> blocks page.
|
| 24 |
|
| 25 |
4. Consider enabling the link to the overview page using
|
| 26 |
admininter >> menus.
|
| 27 |
|
| 28 |
5. Visit the taxonomy_html page to see the overview.
|
| 29 |
|
| 30 |
Author
|
| 31 |
------------------------------------------------------------------------------
|
| 32 |
|
| 33 |
Moshe Weitzman <weitzman@tejasa.com> is the original author of this module.
|
| 34 |
Gabor Hojtsy updated and modernized it for Drupal 4.7.
|
| 35 |
There is no current maintainer.
|