Could i output this module in a block and how?

Comments

xurizaemon’s picture

Category: feature » support
bartezz’s picture

Category: support » feature

+1

xurizaemon’s picture

Title: Output it in a block » Display breadcrumbs in a block
Assigned: Unassigned » xurizaemon
Category: feature » support
Status: Active » Fixed

I understand your desire for the feature, but I don't think displaying the breadcrumbs in a block is really a job for Menu Breadcrumb.

Anyway, it's trivial to do by adding a custom block, and setting the input format to 'PHP' -

print theme('breadcrumb', drupal_get_breadcrumb());

Marking fixed for support request.

--

I don't think we'll add such a feature to this module. It would be better implemented separately, so people can have the feature without needing MB, if at all.

I'm not aware of any modules which implement this (?) currently (most probably because the above is so simple).

Status: Fixed » Closed (fixed)

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