/[drupal]/contributions/modules/TaxTreeNodes/README.txt
ViewVC logotype

Contents of /contributions/modules/TaxTreeNodes/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Sat Jul 12 21:35:34 2008 UTC (16 months, 2 weeks ago) by attiks
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, HEAD
Changes since 1.2: +3 -2 lines
File MIME type: text/plain
fixed #219716
fixed #258263
added new option to exclude certain node types
code cleanup
1 // $Id: README.txt,v 1.2 2007/12/20 06:47:40 attiks Exp $
2
3 Tax Tree Nodes
4 --------------
5
6 Tax Tree Nodes shows a taxonomy including all terms with at least one node attached to it as well as a link to the node.
7
8 The admin settings allows you to:
9 - Show node counts by categories.
10 You can exclude certain taxonomies.
11 - Make the tree collapsible using jQuery.
12 You can exclude certain taxonomies.
13 - Exclude certain node types (sponsored by marmaladesoul.com)
14
15 You can theme the output using the following functions:
16 - theme_taxtreenodes_term
17 - theme_taxtreenodes_nodes
18 - theme_taxtreenodes_node
19
20 How to use
21 ----------
22
23 Settings can be found at http://www.example.com/admin/settings/taxtreenodes
24
25 To view taxonomy with id 1 as a tree goto http://www.example.com/taxtreenodes/1
26

  ViewVC Help
Powered by ViewVC 1.1.2