I created some galleries and subgalleries:

gallery
- subgallery
-- subsubgallery

but in the breadcrumb only the subgallery was shown. Inspired by the module menu_breadcrumb I added the functionallity to let the user choose wheather to append the gallery's title (optional as url) to the breadcrumb.

CommentFileSizeAuthor
image_gallery_breadcrumb.patch2.02 KBMichaelK-1

Comments

sun’s picture

Status: Needs review » Needs work

Please remove the settings and always use links.

joachim’s picture

Good call on including the hierarchy of galleries.

But including the current location in the breadcrumb is a matter for site-wide theming, I think -- not up to this module to do for just one case. There's a snippet in the Drupal theming handbook.

joachim’s picture

Status: Needs work » Closed (duplicate)

When made with views, gallery breadcrumbs work as expected, showing a full hierarchy: see http://drupal.org/node/405456 and expect a full-featured patch very soon.

joachim’s picture

Patch now posted over there. Breadcrumbs work very nicely. Please help test if you can.