There is a lot of misprint in this version of module. I will issue about in this topic it when I found it.

Identifiers should be added to the paths area in the following format: identifier|path. To be recognized, the idenfier must be enclosed in angular brackets, and proceed any part of the path. For example: %pathauto|[ogname-raw]

Custom Breadcrumbsapi provides a simple api that allows custom breadcrumbs to be defined for module pages that use a theme template or a custom_breadcrumbsapi hook. For the latter, module developers need to provide a moduleName_custom_breadcrumbsapi() function that returns an array containing the names of the module pages for which custom breadcrumbs may be defined. Then, in the callback functions for each of those pages, the following lines needs to be inserted:

No module pages using theme templates or currently implementing the custom breadcrumbs api. Read the documentation to learn how to do this.

Please, fix them! Thank you!

Comments

MGN’s picture

Thanks for the help! But please check the latest 6.x-2.x-dev version, rather than beta2, since it may have already been corrected...

andyceo’s picture

Okey, I'll try to check the dev-version too.

custom_breadcrumb.module, line 161-162, 6.x-2.0-beta2 and 6.x-2.x-dev versions: unwanted line ending:

Also, note that Custom Breadcrumbs doesn't actually check to be sure that a particular path
exists, so you'll have to check yourself to avoid 404 errors.

andyceo’s picture

custom_breadcrumb.module, line 160, 6.x-2.0-beta2 and 6.x-2.x-dev versions: misprint in 'post' word:

So if you created a blog pos on June 13, 2007 your breadcrumb would show Home > Deep Thoughts > June 2007 and 'June 2007' links to 'blog/06_2007' which is a view of all blog posts from June 2007.

MGN’s picture

Status: Active » Fixed

Thanks for the corrections. These have now been fixed and committed to 6.x-2.x-dev. http://drupal.org/cvs?commit=344132

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.