I don't know how easy it could be to add a breadcrumb trail to the CCK Image display? If I have a gallery XXXXX and an image YYYYY in it, when I click on that image, it will be nice to have a breadcrumb like:

Home || XXXXX || YYYYY

That way the path to the parent will be always consistently preserved. I know that the nodereference field provides that link back but it is not consistent with the rest of Drupal's breadcrumbs and typical web experience these days.

Thanks!

Comments

greg.harvey’s picture

Assigned: Unassigned » greg.harvey

Hmm, good point. I'm not in the habit of using breadcrumbs myself, so I tend to forget about them. I'll definitely look into this. =)

kirilius’s picture

Actually I believe this problem should be handled by CCK nodereference module but since it is not, I was hoping for an easy solution here.

buzzman’s picture

any updates for this plz ... ? bump

greg.harvey’s picture

Nope, not yet. Feel free to provide a patch. =)

buzzman’s picture

just thinking out loud, do advise > instead of doing this in cck gallery, won't the use of Custom Breadcrumbs be more flexible, with say taxonomy terms?

this could be important to those who do not use the navigation menu ( like me ;-) ) and therefore anyway have no breadcrumbs displaying unless using the custom mod.

the point being: handling breadcrumb in the specialized module and keeping cck_galklery lean - what do you think?

greg.harvey’s picture

If Custom Breadcrumbs can achieve this then absolutely, agree! Would need to experiment to see if this is possible. Need to start creating Book pages in Drupal.org to contain information like this. =)

greg.harvey’s picture

Status: Active » Closed (fixed)

Assuming Custom Breadcrumbs will do this. If not, please raise in the Node Gallery issue queue under the 6.x-3.x branch. Thanks!