A feature request if possible!

Could be possbile to place the new term created directly inside a particular parent term?

Example: I create e new term called "Jazz" directly inside a parent term "MUSIC" (using your module).

This suggestion is to avoid a re-arranging taxonomy every time a user (whitout permissions to mangage taxonomy) create a new term. Could be useful also to choose the level of parent term including possibilty.

Thanks and congratulations for your work...!

Bye!

Comments

wingflap’s picture

I agree that it would be a good idea. If you select --Other-- the text field appears to add your new taxonomy name. If you add to the data passed back from the form the id of the parent selected in the list, this can be used for the parent id for the taxonomy term you're creating.

The only possible issue I see is what to do if the parent term is deleted between the time you save the content and publish it. Since the term does not get written until the node is published, there is potential lag. In that case, I would probably set the parent ID to 0 and let it create as a top level term.

Great work. I love this module.