README.txt |
README.txt |
|
TAXONOMY MENU
=============
(README.txt: 13th of April 2009, Version 6.x-2.3, indytechcook + ksc)
-------------- Content ------------------
INTRO
INSTALLATION
- New
- Upgrade
CONFIGURATION
- Where to find the configuration screen?
- Adjustments and… |
taxonomy_menu.admin.inc |
taxonomy_menu.admin.inc |
|
Administrative page callbacks for the Taxonomy menu module. |
taxonomy_menu.api.php |
taxonomy_menu.api.php |
|
This file contains no working PHP code; it exists to document hooks in the
standard Drupal manner. |
taxonomy_menu.batch.inc |
taxonomy_menu.batch.inc |
|
Batch API Code. |
taxonomy_menu.database.inc |
taxonomy_menu.database.inc |
|
Database functions. |
taxonomy_menu.info |
taxonomy_menu.info |
|
core = "7.x"
dependencies[] = taxonomy
dependencies[] = menu
description = "Adds links to taxonomy terms to a menu."
name = "Taxonomy menu"
package = Taxonomy menu
; Tests
files[] =… |
taxonomy_menu.install |
taxonomy_menu.install |
|
Install and uninstall all required databases. Also do incremental database updates. |
taxonomy_menu.module |
taxonomy_menu.module |
|
Generates menu links for all selected taxonomy terms. |
taxonomy_menu.test |
tests/taxonomy_menu.test |
|
Defines abstract base test class for the Taxonomy menu module tests. |
taxonomy_menu_custom_paths.info |
taxonomy_menu_custom_paths/taxonomy_menu_custom_paths.info |
|
core = 7.x
dependencies[] = taxonomy_menu
description = Enables custom paths to Taxonomy Menu.
name = Taxonomy menu - Custom Paths
package = Taxonomy menu
; Tests
files[] = tests/tm_custom_paths.test |
taxonomy_menu_custom_paths.module |
taxonomy_menu_custom_paths/taxonomy_menu_custom_paths.module |
|
taxonomy_menu_custom_paths module |
taxonomy_menu_custom_paths.test |
taxonomy_menu_custom_paths/tests/taxonomy_menu_custom_paths.test |
|
Tests for taxonomy_menu_custom_paths.module. |
taxonomy_menu_dummy_paths.info |
tests/taxonomy_menu_dummy_paths.info |
|
name = "Taxonomy Menu Dummy Paths"
description = Registers dummy router paths to be used in the tests.
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
taxonomy_menu_dummy_paths.module |
tests/taxonomy_menu_dummy_paths.module |
|
Helper module for the taxonomy menu custom paths tests. |
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.… |