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
Comment #1
greg.harveyHmm, 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. =)
Comment #2
kirilius commentedActually I believe this problem should be handled by CCK nodereference module but since it is not, I was hoping for an easy solution here.
Comment #3
buzzman commentedany updates for this plz ... ? bump
Comment #4
greg.harveyNope, not yet. Feel free to provide a patch. =)
Comment #5
buzzman commentedjust 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?
Comment #6
greg.harveyIf 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. =)
Comment #7
greg.harveyAssuming Custom Breadcrumbs will do this. If not, please raise in the Node Gallery issue queue under the 6.x-3.x branch. Thanks!