Hi There,

I'm wondering why and when one should to use "Disable the system breadcrumbs.".

Using the option makes the breadcrumbs on the administration interface not work (they appear as single word - the current page).

Would it makes sense to easy bread crumb block on front-end, and leave default breadcrumbs on admin side?

Also not sure when/why you would disable them on front-end since one would use easy bread crumb block instead.

Perhaps I am missing something?
Insight appreciated!

Joshua.

Comments

silverham created an issue. See original summary.

tatarbj’s picture

Status: Active » Closed (works as designed)

Hi Joshua,

The setting is by default ON, meaning it hides the drupal core provided breadcrumbs in order to not get it twice printed. I've tried it with a newly installed D7.59 site, adding the block to seven theme in its content region and it appears well. Maybe in your case there is another theme for the backend (admin area) and could cause that you say - for this i would suggest to contact me in drupal slack, i'm pretty sure we can figure out together what happens in your specific case :)

The case that you talk about, having easy_breadcrumb for the front-end theme (bartik) and drupal core provided one for the admin theme (seven) is currently not implemented in the module, could you give some hints how would you consider it useful then i think i'll be able to allocate some time to deliver it.

For now I'm closing the issue as it works as designed, feel free to open a follow-up for the feature request and/or ping me in slack. I'm more then glad to help you!

Bests,
Balazs.

PM: I've just seen now you've set the version to 7.x-1.x-dev, could you confirm you tried to use the supported version which is 2.x?

silverham’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev

Thanks for the quick reply.

My site theme is different to admin theme so i believe an option to to disable drupal breadcrumb on which theme would be useful.

Therefore, I've created followup issue #2992695: [D7] Stop module from disabling admin theme breadcrumb via new config option to address this situation via extra option to disable breadcrumb on admin theme.

Also, Apologies on version, set to version 7.x.2.x now.