Closed (fixed)
Project:
Custom Breadcrumbs
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Jul 2008 at 10:27 UTC
Updated:
21 Jun 2009 at 19:50 UTC
Hi,
Fantastic module!
I would really like to display each term level as a separate link, not the entire path as one link. So if termpath token would output each term that would be nice :)
This would achieve the same as taxonomy breadcrumb.
Cheers,
G
Comments
Comment #1
nitrospectide commentedI have also just run into this issue. Custom Breadcrumbs will allow the use of the [termpath] token, but doesn't resolve it properly into separate links. It would be great if I didn't need to run Custom Breadcrumbs and Taxonomy Breadcrumb in tandem.
Comment #2
MGN commentedSorry, I believe termpath is a product of the pathauto module. Custom breadcrumbs just uses the provided tokens - it doesn't make sense to try to alter them. As you indicate, taxonomy breadcrumb will already do what you ask, and it works well with custom breadcrumbs. For us to duplicate that code in custom_breadcrumbs may or may not be worthwhile. We are looking into doing something like this for custom breadcrumbs 2.
Comment #3
manoloka commentedSubscribe
Comment #4
pedrodacosta commentedSubscribe
Comment #5
jolidog commentedCorrecting the version to match the title. Also subscribing :P
Comment #6
alonpeer commentedSubscribe
Comment #7
timeril commentedsubscriberooni
Comment #8
MGN commentedI've written a first draft of the custom_breadcrumbs_taxonomy module now. Before releasing it for testing, I thought I should check to see if there are any features or use-cases that I might not be aware of. Here is what I have so far:
Also allow taxonomy-based breadcrumbs to be created or modified on the taxonomy edit pages ( taxonomy/edit/term/tid and taxonomy/edit/vocabulary/vid).can't seem to do this while supporting multiple languages.I am testing these items now and should be able to release within a week or so.
TODO items:
I think it might be helpful to be able select the vocab and/or term to use in taxonomy breadcrumb construction when editing a node with multiple vocabularies and taxonomy terms (with appropriate permission). This is essentially re-weighting the terms in the node, and this functionality may already be provided in other modules. If so there is no need to duplicate efforts provided the modules can work together.
Please respond and let me know what you think of this list. Which are most important/least important. Are there other features or use cases that should be considered.
Comment #9
jolidog commentedI haven't used taxonomy breadcrumbs, so I can't compare both functionality, but I can say, from the list, it looks great!
I can't think of other items to suggest right now, maybe after playing with the module for a while...
Thank you!
Comment #10
giorgio79 commentedMGN: That list is Fantastic! I cannot think of anything else.
Comment #11
MGN commentedThanks. I've committed the new module custom_breadcrumbs_taxonomy to 6.x-2.x-dev for testing. Note that if you are using taxonomy breadcrumbs, it will copy your old breadcrumbs into the new custom_breadcrumbs_taxonomy tables when you install. After that you should disable taxonomy breadcrumbs.
For support requests and bug reports with this new feature, please open new issues.
Comment #12
micheleannj commentedAny idea when this feature will be part of a stable release? Or is there a patch I can apply against the current stable?
Thanks
Comment #13
MGN commentedHi majnoona. Afraid the answers are no and no. If you are interested in helping move this toward a stable release, you can install 6.x-2.x-dev and test it out in a test environment (but best not in a production environment unless you are developer and enjoying living dangerously!).