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

nilsja’s picture

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.

Deepak Singh’s picture

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

hunthunthunt’s picture

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

hansamurai’s picture

This works great! Thanks a ton!

MGN’s picture

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.

MGN’s picture

Assigned: NeoAnderson1982 » Unassigned
Status: Postponed (maintainer needs more info) » Closed (fixed)

Closing because the question has been answered.