I would be nice to also set the weight of the term when saving the node. This would be an optional select to display. It would give a range of options +/- 1 of the term's sibling weights.

Comments

wim leers’s picture

Status: Active » Closed (won't fix)

- This would make the form unnecessarily complex. Very, very few people would need this feature.
- The 'weight' concept doesn't exist in all hierarchies. So it'd be Taxonomy specific.

Suggestions to make this work:
- add an additional #process callback do add a select and then do all sorts of trickery to process this. This is hard.
- clone the hs_taxonomy module and change the create_item hook so you can pass the weight through a certain format, e.g. "myterm weight:4"

I won't implement this, sorry :) You could publish this module by the way, it could be the hs_taxonomy_weight module. Others with this need could then take advantage of it as well :)