| 1 |
********************************************************************
|
| 2 |
D R U P A L M O D U L E
|
| 3 |
********************************************************************
|
| 4 |
Name: taxonomy_browser module
|
| 5 |
Author: Moshe Weitzman <weitzmna@tejasa.com>
|
| 6 |
Last update: (See CHANGELOG.txt for details)
|
| 7 |
Dependencies:
|
| 8 |
taxonomy.module (comes with Drupal)
|
| 9 |
node_type_filter.module (optional. see http://drupal.org/project/node_type_filter)
|
| 10 |
|
| 11 |
********************************************************************
|
| 12 |
DESCRIPTION:
|
| 13 |
|
| 14 |
Think of this as a 'build your own category view' page. Users select
|
| 15 |
the terms they want to see, and are redirected to the right URL
|
| 16 |
(e.g. taxonomy/term/3,4,5), which displays the matching content.
|
| 17 |
|
| 18 |
********************************************************************
|
| 19 |
INSTALLATION:
|
| 20 |
|
| 21 |
see the INSTALL file in this directory.
|
| 22 |
|
| 23 |
********************************************************************
|
| 24 |
WISH LIST:
|
| 25 |
|
| 26 |
- the 'node type' restrictor should be a select box, and not a row of links
|
| 27 |
|
| 28 |
********************************************************************
|