Closed (fixed)
Project:
Custom Breadcrumbs
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2008 at 21:42 UTC
Updated:
9 May 2009 at 05:21 UTC
Hi, I found custom_breadcrumbs by a hint in the forum.
But I don't get it to work.
Copied it, activated it.
Clicked to create a new costum_breadcrumb.
But it's very confusing, what has to enter there.
Choosed a cck-node: exercise
PHP-Code: Entered none
Titles: Exercises (new line) [title]
Paths: [title]
When I click on such a node, no breadcrumb appears, only Home.
Yes, I've installed an activated Token.
Hope you can help me. Thanks alot.
Comments
Comment #1
nilsja commentedi also don't get it. what to enter in "Breadcrumb visibility:"?
in titles i entered:
Projects
Projekte
and in paths i entered the path to the view which displays a list of the nodes of content type projects.
Comment #2
Deepak Singh commentedHi, You will need to enter php code to return true or false in Breadcrumb visibility.
if you don't know php just leave it blank or enter
return true;For Other two field just enter the token per line that you need to display.
Titles: *
Paths: *
This works for me. Hope this will help.
Thanks, Deepak
Comment #3
hunthunthunt commentedThanks Deepak Singh.
You managed to explain one of the most unintuitive modules I have encountered. Something similar to your explanation should be included on the project page and in a Readme.txt
Comment #4
hansamurai commentedThis works great! Thanks a ton!
Comment #5
MGN commentedDocumentation on this module and other contributed modules can be found in the Drupal handbooks in the Beyond the Basics section. For custom breadcrumbs the direct link is http://drupal.org/node/228955.
Comment #6
MGN commentedClosing because the question has been answered.