When trying to use the breadcrumb block of Blockify with Aurora, no breadcrumb was displayed. Apparently theme() is called incorrectly in aurora_preprocess_block(). It seems that such a bug should be quite visible and there should be an existing issue for it, but I didn't really find any other explanations than a bug for the problem... Attached is a patch for the block functionality.

Also it seems that using the breadcrumb block requires an undocumented, unselectable theme setting. Is there a reason for this?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rupl’s picture

Here's another patch which contains the OP plus removes the undocumented theme setting.

I think it's safe to say that if a user has decided to place Breadcrumbs in a region, they are automatically electing to display breadcrumbs and do not need to toggle a setting in Aurora.

pascalduez’s picture

Well, at least settings[toggle_breadcrumbs] = '0' should be present in the .info file, would be easier to debug :-)
Patch in #1 looks great though.

rrrob’s picture

Status: Needs review » Reviewed & tested by the community

Patch in #1 works great.

iamcarrico’s picture

Status: Reviewed & tested by the community » Fixed

Committed [688cead]

iamcarrico’s picture

Committed [688cead]

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.