| 1 |
Description:
|
| 2 |
------------
|
| 3 |
|
| 4 |
This is a simple site map module that provides two main functions:
|
| 5 |
|
| 6 |
- A 'site map' page giving a hierarchy overview of the site's taxonomy.
|
| 7 |
Visitors to www.yoursite.com/sitemap will see the various categories
|
| 8 |
of your web site and (optionally) the nodes titles under each category.
|
| 9 |
Taxonomy terms that are associated with image galleries link to the
|
| 10 |
url as image/tid/xx, and those associated with forums link to the url
|
| 11 |
as forum/xx.
|
| 12 |
|
| 13 |
- A side bar menu to navigate your web site by category, when configured
|
| 14 |
as a block.
|
| 15 |
|
| 16 |
Features:
|
| 17 |
---------
|
| 18 |
|
| 19 |
This module provides several options that customize its look and feel:
|
| 20 |
|
| 21 |
* An overview section on the top of the page can contain any text you want
|
| 22 |
* Can exclude certain taxonomies from the site map page.
|
| 23 |
* Can show the number of nodes under each taxonomy term.
|
| 24 |
* Can list the nodes under each taxonomy term, with hyperlinks for each
|
| 25 |
* If taxonomies have descriptions, then a mouseover description is shown
|
| 26 |
* Can list the author and number of comments for each node, also by a mouseover
|
| 27 |
* Can be configured as a block, providing a side menu for navigation.
|
| 28 |
|
| 29 |
Note on the block feature:
|
| 30 |
Please note that this taxonomy is not collapsible as in the taxonomy_context
|
| 31 |
module. This means it does take more screen space if your taxonomy is multi
|
| 32 |
level and contains lots of terms. The advantage is that it does not require
|
| 33 |
multiple clicks for the user to get to the information they may be interested
|
| 34 |
in. Also, the menu is always visible, not when you are on a node only, as in
|
| 35 |
taxonomy_context
|
| 36 |
|
| 37 |
Database:
|
| 38 |
---------
|
| 39 |
This module does not require any new database tables to be installed.
|
| 40 |
|
| 41 |
Installation:
|
| 42 |
-------------
|
| 43 |
|
| 44 |
Please see the INSTALL document for details.
|
| 45 |
|
| 46 |
Bugs/Features/Patches:
|
| 47 |
----------------------
|
| 48 |
|
| 49 |
If you want to report bugs, feature requests, or submit a patch, please do so
|
| 50 |
at the project page on the Drupal web site.
|
| 51 |
http://drupal.org/node/16130
|
| 52 |
|
| 53 |
Author
|
| 54 |
------
|
| 55 |
|
| 56 |
Based on the taxonomy_dhtml module which was adapted for Drupal
|
| 57 |
by Moshe Weitzman <weitzman AT tejasa.com>, who based it on work
|
| 58 |
by Gazingus at http://www.gazingus.org/dhtml/?id=109.
|
| 59 |
|
| 60 |
Rewritten by: Khalid Baheyeldin (http://baheyeldin.com/khalid, and
|
| 61 |
http://2bits.com) to get rid of DHTML and Javascript, and make the
|
| 62 |
side bar a block.
|
| 63 |
|
| 64 |
If you use this module, find it useful, and want to send the author
|
| 65 |
a thank you note, then use the Feedback/Contact page at the URL above.
|
| 66 |
|
| 67 |
The author can also be contacted for paid customizations of this
|
| 68 |
and other modules.
|