Posted by sachbearbeiter on October 31, 2010 at 11:52pm
2 followers
Jump to:
| Project: | Auto Tagging |
| Version: | 6.x-1.4-beta3 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hello,
Two questions:
a) Looks this module for synonyms too?
b) I have to use it with http://drupal.org/project/unitag, but it seems not to work ...
Is it something of weight or is it the the mechanism this module is saving the terms?
Has somebody an idea? I would pay a bounty for a research ...
Thanks SB
Comments
#1
there is a part in the code
// allows modules to act on terms before they're saved.module_invoke_all('xxx', $node, $terms);
taxonomy_node_save($node, $node->taxonomy);
but what to place in here for unitag? is this a possibility?