? LICENSE.txt ? enhance_texts.diff Index: Install.txt =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/taxonomy_hide/Install.txt,v retrieving revision 1.1.1.1 diff -u -2 -r1.1.1.1 Install.txt --- Install.txt 7 Jan 2005 13:31:54 -0000 1.1.1.1 +++ Install.txt 27 Dec 2006 10:55:31 -0000 @@ -7,4 +7,4 @@ administer > modules -3: Setup administer/settings/taxonomy_hide vocabularies to be hidden - +3: Specify at administer > settings > taxonomy_hide which vocabularies you + want to hide, and whether you want to enable grouping of vocabulary terms. Index: README.txt =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/taxonomy_hide/README.txt,v retrieving revision 1.1.1.1 diff -u -2 -r1.1.1.1 README.txt --- README.txt 7 Jan 2005 13:31:54 -0000 1.1.1.1 +++ README.txt 27 Dec 2006 10:55:31 -0000 @@ -5,10 +5,10 @@ ------------ -This module enables to setup list of vacabularies which -terms will not be listed in reference term list during node view. -It enables also grouping terms by vocabulary as well. +This module allows you to specify vocabularies whose terms will not be +listed when you view nodes. Additionally, it can group terms by vocabulary. Authors ------- Tomas Mandys (tomas.mandys@2p.cz) +Frodo Looijaard (drupal@frodo.looijaard.name) Index: taxonomy_hide.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/taxonomy_hide/taxonomy_hide.module,v retrieving revision 1.2 diff -u -2 -r1.2 taxonomy_hide.module --- taxonomy_hide.module 4 Apr 2006 01:38:33 -0000 1.2 +++ taxonomy_hide.module 27 Dec 2006 10:55:31 -0000 @@ -7,5 +7,13 @@ switch ($section) { case 'admin/modules#description': - $output = t('An interface for manilupating with vocabulary term list in node view.'); + $output = t('Hides and groups vocabulary terms in node views.'); + break; + case 'admin/help#taxonomy_hide': + $output = t('
The taxonomy_hide module allows you to hide and group vocabulary terms in node views.
'. + '
When you view a node, you usually see all vocabulary terms it is associated with. Sometimes, you might want to hide terms of a specific vocabulary. This module allows you to specify the vocabularies whose terms are never displayed in node views.
'. + 'The list of vocabulary terms is usually sorted first by vocabulary weight, and next alphabetically. So terms of different vocabularies with the same weight are mixed. This module allows you to group terms by vocabulary in node views, which means that all terms of one vocabulary are always next to each other.
'. + 'You can
'. + '