I love this module. One feature I would like to see is the ability to add new tags to the list while creating a new node. This is so my users can add tags while creating their node.

Maybe beside the parent tag there could be a button called "Add new child" you could click it and type in the child tag you will create

Comments

codexmas’s picture

Assigned: Unassigned » codexmas
Status: Active » Fixed

This feature has been added, it was quite an extensive amount of code to get it working seamlessly.
Seems to work quite well and I am happy to have finally gotten it in there.

Gord.

markDrupal’s picture

Thanks for the new feature. It is close to what I need, one thing it is missing is the ability for the newly created tag to have a parent. I have been searching the drupal forums and I am not even sure it is possible, but I would love for the new tag to have a parent. I am using this module for a location tag. So if the user creates a new tag, that means they are creating a new "City" that is located in a "State" but the way it works now is it just creates a new "City" but it doesn't have a parent (I.E. it is not located in any state)

codexmas’s picture

Version: 5.x-1.1 » 5.x-1.5-1
Status: Fixed » Closed (works as designed)

Unfortunately there is no functionality for that in the taxonomy system.

To even hack that feature in would mean having a special select box to select the parent with.

This would end up duplicating the whole vocabulary tree again and bloat the page further.

If you have any clever ideas I would be interested in hearing them.

Gord.