LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave,
Cambridge, MA 02139, USA. Everyone is permitted to copy and distribute
verbatim copies of this license document, but… |
README.txt |
README.txt |
|
TAXONOMY MENU
=============
(README.txt: 19th of October 2010, Version 6.x-2.9)
-------------- Content ------------------
INTRO
INSTALLATION
- New
- Upgrade
CONFIGURATION
- Where to find the configuration screen?
- Adjustments and options
PATH TYPES… |
taxonomy_menu.batch.inc |
taxonomy_menu.batch.inc |
|
The $batch can include the following values. Only 'operations'
and 'finished' are required, all others will be set to default values. |
taxonomy_menu.database.inc |
taxonomy_menu.database.inc |
|
Database functions |
taxonomy_menu.info |
taxonomy_menu.info |
|
core = "6.x"
dependencies[] = taxonomy
description = "Adds links to taxonomy terms to a menu."
name = "Taxonomy Menu"
package = Taxonomy Menu |
taxonomy_menu.install |
taxonomy_menu.install |
|
Install and uninstall all required databases. Incremental database updates. |
taxonomy_menu.module |
taxonomy_menu.module |
|
It Generates menu links for all selected taxonomy terms |
taxonomy_menu_hierarchy.info |
taxonomy_menu_hierarchy/taxonomy_menu_hierarchy.info |
|
core = "6.x"
dependencies[] = taxonomy
dependencies[] = taxonomy_menu
description = "Enables Hierarchy path to Taxonomy Menu."
name = "Taxonomy Menu Hierarchy"
package = Taxonomy Menu |
taxonomy_menu_hierarchy.module |
taxonomy_menu_hierarchy/taxonomy_menu_hierarchy.module |
|
Enables Hierarchy path to Taxonomy Menu |
taxonomy_menu_path_custom.info |
taxonomy_menu_path_custom/taxonomy_menu_path_custom.info |
|
core = "6.x"
dependencies[] = taxonomy
dependencies[] = taxonomy_menu
description = "Enables Custom path base to Taxonomy Menu."
name = "Taxonomy Menu Custom Path"
package = Taxonomy Menu |
taxonomy_menu_path_custom.module |
taxonomy_menu_path_custom/taxonomy_menu_path_custom.module |
|
Implementation of hook_taxonomy_menu_options(). |
taxonomy_menu_vocabulary_path.info |
taxonomy_menu_vocabulary_path/taxonomy_menu_vocabulary_path.info |
|
core = "6.x"
dependencies[] = taxonomy
dependencies[] = taxonomy_menu
description = "Enables a custom path for each vocabulary through Taxonomy Menu."
name = "Taxonomy Menu Vocabulary Path"
package … |
taxonomy_menu_vocabulary_path.module |
taxonomy_menu_vocabulary_path/taxonomy_menu_vocabulary_path.module |
|
Adds a tad extra functionality to the new Taxonomy Menu. |
UPGRADE.txt |
UPGRADE.txt |
|
TAXONOMY MENU
=============
Upgrading from 6.1 => 6.2
=========================
1. Copy new version to sites/all/modules/taxonomy_menu
2. Run update.php
If that doesn't work then follow:
1. Disable the module at admin/build/modules
2.… |