On my site I save the entire taxonomy tree (only 2 levels), but I have to weight the first level term to 1, so that the second level term (weight 0) shows up in the breadcrumb. If I dont weight the first term, only the first level term shows up in the breadcrumb.
I would love a feature to be able to set some where in the preferences that first level terms automagicly get weighted so I dont have to go back and edit each term after I create it.
Also, im not sure but this may help with #275999: HS and Automatic Nodetitles configuration deepest term issue
Comments
Comment #1
wim leers'weight' is a concept that doesn't exist in every hierarchy. So I'm very reluctant to add support for this.
What you do, is write a simple module that will automatically assign the weight. All this module has to do, is implementing hook_taxonomy where $op = insert and $type = term.
Also, it is rude to mark an issue as critical when it's really not. It may be important to you, but it most definitely isn't a critical feature.