Closed (fixed)
Project:
Custom Breadcrumbs
Version:
7.x-2.x-dev
Component:
custom_breadcrumbs_paths
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
10 Nov 2011 at 21:48 UTC
Updated:
27 Jul 2017 at 12:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
acidpotato commentedSame here..
Comment #2
kalis1Same here too. This is happening when I set a Custom Breadcrumb for Path with a php callback like :
return my_custom_function();Comment #3
hoebekewim commentedAt line 272 in custom_breadcrumbs_paths.module change as follow (notice the s behind $breadcrumb(s) !)
Original:
Fix:
Or replace it by using the uploaded file here.
It's just that simple ;)
Comment #4
rudiedirkx commentedI'm so glad this is being worked on......
Comment #5
tanmaykAttached patch against 2.x branch. Hope this will be fixed soon.
Comment #6
tanmaykPatch against 2.0alpha3. I needed it for my make file. Might be helpful for someone.
Comment #7
jabberwooki commentedIt works for me, on 7.x-2.0-alpha3. Thanks for the patch file.
Comment #8
codi commentedWorks for me as well. Moving this issue to RTBC.
Comment #9
sutharsan commented@colan, can we please get this committed. This is a no-brainer.
Comment #10
tanmaykIs this being committed soon?
Comment #11
joshuautley commentedThis is happening in Version: 7.x-2.0-beta1 as well.
Comment #12
christian deloach commentedLike Joshua said, the problem was re-introduced in 7.x-2.0-beta1. The solution in #3 still works.
Comment #13
renatog commentedHi people.
I applied the patch and works good for me too.
Before:

After:

Thank you very much
Comment #15
renatog commentedFixed.
Commited in dev branch.
Thank you all for contributions people.
Good Work.
Regards