| 1 |
// $Id: README.txt,v 1.1 2006/10/24 20:36:12 arto Exp $
|
| 2 |
|
| 3 |
DESCRIPTION
|
| 4 |
-----------
|
| 5 |
Provides a hierarchical browser, similar to Windows Explorer or OS X Finder,
|
| 6 |
for browsing nodes organized in a taxonomy tree.
|
| 7 |
|
| 8 |
The module makes use of jQuwry 1.0.
|
| 9 |
|
| 10 |
FEATURES
|
| 11 |
--------
|
| 12 |
- Dynamically expandable/collapsible categories.
|
| 13 |
- Customizable node-type specific icons (just add a directory
|
| 14 |
modules/taxonomy_explorer/icons and place any node icons there in PNG
|
| 15 |
format, named e.g. image.png, event.png, flexinode-1.png, etc.)
|
| 16 |
|
| 17 |
REQUIREMENTS
|
| 18 |
------------
|
| 19 |
Requires Drupal 4.7.
|
| 20 |
|
| 21 |
INSTALLATION
|
| 22 |
------------
|
| 23 |
1. Copy all the module files into a subdirectory called
|
| 24 |
modules/taxonomy_explorer/ under your Drupal installation directory.
|
| 25 |
2. Go to administer >> modules and enable the module.
|
| 26 |
3. Go to administer >> settings >> taxonomy_explorer to review and change
|
| 27 |
the configuration options to your liking.
|
| 28 |
|
| 29 |
USAGE
|
| 30 |
-----
|
| 31 |
Go to administer >> menus >> add menu item, and add an item titled e.g.
|
| 32 |
"browse categories", pointing to the taxonomy explorer module with the
|
| 33 |
vocabulary given as a parameter, e.g. "taxonomy_explorer/1" in case your
|
| 34 |
vocabulary has the vid (vocabulary ID) of 1.
|
| 35 |
|
| 36 |
You can add a friendlier URL path for this via administer >> url aliases,
|
| 37 |
provided you have the path module enabled.
|
| 38 |
|
| 39 |
To show the taxonomy explorer in a Drupal block, go to administer >> blocks,
|
| 40 |
where you should see blocks called "... explorer", the "..." being the
|
| 41 |
vocabulary name.
|
| 42 |
|
| 43 |
CREDITS
|
| 44 |
-------
|
| 45 |
Developed and maintained by Arto Bendiken <http://bendiken.net/>
|
| 46 |
Sponsored by MakaluMedia Group <http://www.makalumedia.com/>
|