Posted by fuzzyjared on June 30, 2010 at 2:50pm
Is it possible to create a taxonomy vocabulary and terms on node create?
I am using a parent - child node relationship through node reference. And I would like to present the parents' taxonomy to it's children as options. I know that I can create a taxonomy vocabulary separately and then assign that vocabulary to the parent node. But from a user perspective it would be great if this could be done through a more streamlined method during node create and edit.
Summary
Create Parent Node
- Create vocabulary
- Create terms
[save]
Create Related Content
- Select applicable parent terms
Comments
Re: Creating Taxonomy Vocabulary and Terms on Node Create
I too am wondering how to do this, which is how I found this post. I need to create module that creates node types, and also needs to set up the taxonomy that can be selected when creating a node of this type. Is this possible to do, or does all taxonomy vocabulary have to be done by hand and through the web GUI?