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
Comment #1
MGN commentedThanks for the help! But please check the latest 6.x-2.x-dev version, rather than beta2, since it may have already been corrected...
Comment #2
andyceo commentedOkey, 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:
Comment #3
andyceo commentedcustom_breadcrumb.module, line 160, 6.x-2.0-beta2 and 6.x-2.x-dev versions: misprint in 'post' word:
Comment #4
MGN commentedThanks for the corrections. These have now been fixed and committed to 6.x-2.x-dev. http://drupal.org/cvs?commit=344132