Thank you for Omega theme, it is really fantastic.
Could it be possible to get the breadcrumbs Delta block with modifications of breadcrumb items made with Custom Breadcrumbs module?
Now when I modify my breadcrumbs with this module they are displayed how I want them to be displayed:
(Home >> Taxonomy Vocabulary >> Taxonomy Term >> Node)
but only in in their original place. Block made with Delta blocks module displays this unmodified version of breadcrumbs trail:
(Home >> Node)
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 1242130.5-delta_blocks-dont-wipe-up-breadcrumbs.patch | 2.08 KB | mrfelton |
| #4 | 1242130.4-delta_blocks-dont-wipe-up-breadcrumbs.patch | 2.16 KB | mrfelton |
Comments
Comment #1
fubhy commentedComment #2
montchr commentedsubscribing
Comment #3
mrfelton commentedDelta blocks also wipes out breadcrumbs created by the search_api and search_api_facet modules. This is a bug more than a feature request. delta_blocks should simply display the breadcrumbs in a block - not regenerate them.
Comment #4
mrfelton commentedGive this a try. Instead of theming the the breadcrumbs in hook_blocks_get_content, I instead do it in preprocess block - this ensures that other modules breadcrumb adding/modifying gets done first.
Comment #5
mrfelton commentedRevised patch, removes accidental null modification to delta_blocks.theme.inc
Comment #6
muschpusch commentedEven though i think mrfelton is right i you could use:
to overwrite the breadcrumb
Comment #7
liquidcms commentedthe patch in #5 worked for me.. YAY!!.. been battling this for a few hours now..
Comment #8
ezheidtmann commentedThis remains an issue today, and I can confirm that #5 works for me.
Comment #9
ac#5 works for me. In my case I was modifying the breadcrumbs via a context, and whilst the context reaction worked for the theme's breadcrumb output, the delta block produced the unaffected breadcrumbs.
Can the maintainer look to commit this?
Comment #10
balumba commented#5 works
Comment #11
jhodgdonI have a similar issue with Path Breadcrumb. Patch in #5 fixed it. Can we get that added to the module?
Comment #12
jsidigital commentedWill next Delta update overwrite this patch?
Will we have to apply this patch every time Delta updates or is it planned to be added in next version of Delta?
Comment #13
jsidigital commentedWill next Delta update overwrite this patch?
Will we have to apply this patch every time Delta updates or is it planned to be added in next version of Delta?