Closed (fixed)
Project:
Custom Breadcrumbs
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Dec 2010 at 15:52 UTC
Updated:
13 Jan 2011 at 18:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
MGN commentedYes, this can be done. If you would like to write the patch, write it against the latest 6.x-2.x-dev. Have a look at the function _custom_breadcrumbs_identifiers_option() at the end of the custom_breadcrumbs.module file, and 'custom_breadcrumbs_identifiers' settings fieldset in custom_breadcrumbs.admin.inc.
Comment #2
awolfey commentedHere's a first pass. I didn't do anything in _custom_breadcrumbs_identifiers_option() because the attributes are not available there.
Comment #3
awolfey commentedOops. The class was missing a "s" for consitency.
Comment #4
MGN commentedThanks for the patch. I am afraid I misled you. Since
<none>is now handled by the custom_breadcrumbs_identifiers submodule, this feature should be handled by that module. Can you test the following patch and see if it accomplishes what you intended?Comment #5
awolfey commentedYes, this looks good and works for me.
Thanks.
Comment #6
MGN commentedThanks for testing. This has been committed to 6.x-2.x-dev.