By vrsotto on
Using NAT (module) can automatically create(add) terms to specified vocabularies base on selected or associated node(by content-type), meaning from node(content-type) to vocabulary (taxonomy).
Is there a way also or a module that does the opposite? Like: vocabulary (taxonomy) term to node (of content-type)?
thanks,
vsotto
Comments
...
Yeah, I think there is, not sure of the exact functionality but theres http://drupal.org/project/taxonomy_defaults and others.
Pimp your Drupal 8 Toolbar - make it badass.
Adaptivetheme - theming system for people who don't code.
thanks for the reply... i'll
thanks for the reply... i'll have a look at it...
http://drupal.org/project/tax
http://drupal.org/project/taxonomy_defaults this module is not what i want... the scenario is like this. i have created a content-type as "profile" and have some fields like for ex: Fistname, Lastname and among others...
i have chosen few fields (Fistname and Lastname) to be as node title using Node_AutoTitle, the title then be added as term to some specified vocabulary using NAT module.
basically if i'm going to edit a node(type of "profile"), changing some values between fields "Fistname" and "Lastname"... i want the term to updated(overwrited) also, under the particular vocabulary where NAT is integrated...
is this possible?
vsotto