| 1 |
// $Id: README.txt,v 1.3 2008/02/20 18:50:18 gdevlugt Exp $
|
| 2 |
|
| 3 |
MENU BREADCRUMBS
|
| 4 |
================
|
| 5 |
|
| 6 |
Introduction
|
| 7 |
------------
|
| 8 |
By default, Drupal 6 will use the Navigation menu for the breadcrumb. This module allows you to use the menu the current page belongs to for the breadcrumb.
|
| 9 |
|
| 10 |
As an added bonus, it also allows you to append the page title to the breadcrumb (either as a clickable url or not) and hide the breadcrumb if it only contains the link to the front page.
|
| 11 |
|
| 12 |
Installation
|
| 13 |
------------
|
| 14 |
1. Copy the menu_breadcrumb folder to your sites/all/modules directory.
|
| 15 |
2. At Administer -> Site building -> Modules (admin/build/modules) enable the module.
|
| 16 |
3. Configure the module settings at Administer -> Site configuration -> Menu breadcrumb (admin/settings/menu_breadcrumb).
|
| 17 |
|
| 18 |
Upgrading
|
| 19 |
---------
|
| 20 |
Just overwrite (or replace) the older menu_breadcrumb folder with the newer version.
|
| 21 |
|
| 22 |
Features
|
| 23 |
--------
|
| 24 |
- Allows you to use the menu the node belongs to for the breadcrumb on node pages.
|
| 25 |
- Append the page title to the breadcrumb.
|
| 26 |
- Optionally have the appended page title be an URL.
|
| 27 |
|
| 28 |
Changes since version 6.x-1.0
|
| 29 |
-----------------------------
|
| 30 |
- Now works on all pages, not just node pages.
|
| 31 |
- New option allowing you to hide the breadcrumb if it only contains the link to the front page.
|
| 32 |
|
| 33 |
Issues / Feature requests
|
| 34 |
-------------------------
|
| 35 |
If you find a bug, or have a feature request, please go to :
|
| 36 |
|
| 37 |
http://drupal.org/project/issues/menu_breadcrumb
|
| 38 |
|
| 39 |
Contact
|
| 40 |
-------
|
| 41 |
This module is being maintained by me, Geoffrey de Vlugt (gdevlugt).
|
| 42 |
|
| 43 |
If you need to contact me, use the contact form at :
|
| 44 |
|
| 45 |
http://drupal.org/user/167273/contact
|