Project:Menu Breadcrumb
Version:6.x-1.1
Component:Code
Category:support request
Priority:normal
Assigned:grobot
Status:closed (fixed)

Issue Summary

Could i output this module in a block and how?

Comments

#1

Category:feature request» support request

#2

Category:support request» feature request

+1

#3

Title:Output it in a block» Display breadcrumbs in a block
Category:feature request» support request
Assigned to:Anonymous» grobot
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' -

<?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).

#4

Status:fixed» closed (fixed)

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

nobody click here