CUSTOM BREADCRUMBS ================ DESCRIPTION ------------ Allows administrators to set up parameterized breadcrumb trails for any node type. This allows CCK-style node types to have "Home > User Blog > 2005 > January" style breadcrumbs on the node view page itself, syncronizing cleanly with custom views or pathauto aliases. REQUIREMENTS ------------ Drupal 6.x INSTALLING ------------ 1. Copy the 'custom_breadcrumbs' folder to your sites/all/modules directory. 2. Visit Administer > Site building > Modules enable the module. CONFIGURING AND USING --------------------- 1. Go to Administer > User management > Permissions. Under line 'custom_breadcrumbs module' configure permissions. 2. Go to Administer > Site building > Custom breadcrumbs. Click on 'Add a new custom breadcrumb' link. Follow instruction on screen. For the fields TITLES & PATHS just enter the token per line that you need to display. For example: Titles: [type-name] [title] Paths: [type] node/[nid] UPGRADING --------- Just overwrite (or replace) the older module folder with the newer version.