Is there a way currently to automatically create a link on the node page to the term created for the node? Then also create a link on the Term page that links back to the node page?

Is this a possibility now, if not could I request that this be added?

Comments

willhallonline’s picture

I tried to achieve this for some time in Rules, however, it does not appear that rules will open the nat table (and I don't have the tools with me to properly debug this and get it working). What do people think would be better? Exposing the nat table and making some tokens to use through Rules (which would be my preference) it to rules, or just simply trying to hack away and make it so that you can create a relationship between the term auto created and the node?

typoagrafka’s picture

subscribing

jaypark’s picture

not sure why nat table even exists.

what i guessed this module was going to do from the module page description, was simply create a term reference field for content types to vocabularies, then create a term in that vocabulary with same name that matches the node title or any other associated field(s). whenever either an associated term or node field is updated, both are updated (sync'd).

for hierarchy "preservation" - that would require an existing node hierarchy for automated "preservation", i.e., if the hierarchy was previously implemented as a * reference, creating a similar structure with term references should be straightforward.

if the node is being created, its associated term would need to be placed in the hierarchy, with a widget selector, like term reference tree.

this was the expected behavior. no idea what's really going on in the code after some initial testing, with latest commit pulled from master.

leramulina’s picture

Subscribing!

It seems that was a solution for 6.x version.

http://drupal.org/node/1057998

What we can do for 7.x?