Closed (duplicate)
Project:
Image
Version:
6.x-1.x-dev
Component:
image_gallery
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2008 at 11:01 UTC
Updated:
21 Apr 2009 at 15:21 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| image_gallery_breadcrumb.patch | 2.02 KB | MichaelK-1 |
Comments
Comment #1
sunPlease remove the settings and always use links.
Comment #2
joachim commentedGood 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.
Comment #3
joachim commentedWhen 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.
Comment #4
joachim commentedPatch now posted over there. Breadcrumbs work very nicely. Please help test if you can.