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)

Comments

fubhy’s picture

Project: Omega » Delta
Component: Feature Request » Code
montchr’s picture

subscribing

mrfelton’s picture

Title: Breadcrumbs after modification by Custom Breadcrumbs module » Breadcrumbs wiped out after modification by other modules
Category: feature » bug

Delta 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.

mrfelton’s picture

Status: Active » Needs review
StatusFileSize
new2.16 KB

Give 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.

mrfelton’s picture

Revised patch, removes accidental null modification to delta_blocks.theme.inc

muschpusch’s picture

Even though i think mrfelton is right i you could use:

function THEME_delta_blocks_breadcrumb($variables)

to overwrite the breadcrumb

liquidcms’s picture

the patch in #5 worked for me.. YAY!!.. been battling this for a few hours now..

ezheidtmann’s picture

Title: Breadcrumbs wiped out after modification by other modules » Breadcrumb block generated too early; other modules can't modify breadcrumbs

This remains an issue today, and I can confirm that #5 works for me.

ac’s picture

#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?

balumba’s picture

#5 works

jhodgdon’s picture

Status: Needs review » Reviewed & tested by the community

I have a similar issue with Path Breadcrumb. Patch in #5 fixed it. Can we get that added to the module?

jsidigital’s picture

Will 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?

jsidigital’s picture

Will 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?