| 1 |
Description:
|
| 2 |
------------
|
| 3 |
|
| 4 |
This module provides a site map page for your taxonomy, and a block that can be
|
| 5 |
used as a navigation menu.
|
| 6 |
|
| 7 |
Requirements:
|
| 8 |
-------------
|
| 9 |
|
| 10 |
This module requires drupal 4.5.x or greater.
|
| 11 |
|
| 12 |
Installation:
|
| 13 |
-------------
|
| 14 |
|
| 15 |
1. Copy the sitemenu directory and all its contents to your modules/ directory.
|
| 16 |
|
| 17 |
2. Enable the module by visiting Administer -> Site Building -> Modules.
|
| 18 |
|
| 19 |
3. Allow access to it under Administer -> User management -> Access control.
|
| 20 |
|
| 21 |
4. Configure the module under Administer -> Site configuration -> sitemenu
|
| 22 |
|
| 23 |
- You may choose to omit one or more vocabularies. Normally leave that as it is.
|
| 24 |
|
| 25 |
- You can change the navigation link text if you want. Normally leave that as it is.
|
| 26 |
|
| 27 |
- Number of nodes to show per taxonomy term. This sets the maximum number of nodes
|
| 28 |
to show per term. Set it to 0 if you want to disable listing of nodes altogether.
|
| 29 |
|
| 30 |
- Show number of nodes for each term. This displays the total number of nodes per
|
| 31 |
term.
|
| 32 |
|
| 33 |
- Show Author and number of Comments. Enable this if you want to show the author and
|
| 34 |
number of comments when the user moves the mouse over the node title.
|
| 35 |
|
| 36 |
- If you want to configure the module as a block for a side bar navigation menu, then
|
| 37 |
do the following:
|
| 38 |
. Go to Administer -> Site Building -> sitemenu, and choose a title for the block
|
| 39 |
text (e.g. Menu)
|
| 40 |
. Go to Administer -> Site Building -> Blocks, and enable the block, and place it
|
| 41 |
wherever you want (normally on the left, at the top with a low weight value.
|