How does this works
NeoAnderson1982 - July 25, 2008 - 21:42
| Project: | Custom Breadcrumbs |
| Version: | 6.x-1.3 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.

#1
i 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.
#2
Hi, 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: *
[type-name][title]
Paths: *
[type]node/[nid]
This works for me. Hope this will help.
Thanks, Deepak
#3
Thanks 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
#4
This works great! Thanks a ton!
#5
Documentation 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.
#6
Closing because the question has been answered.