Can this (optional) feature be added? I believe that NAD module has this....
I'm interresing to.
Best of best : a complete module with synchro between node and taxo with title/content and CRUD.
Of course this is a wish not a feature request...
JD
i modified function _taxonomynode_create_term($node) in file taxonomynode.module
by adding this:
$term['description'] = $node->body;
after $term['name'] = $node->title; (around line 87)
Comments
Comment #1
jdotti commentedI'm interresing to.
Best of best : a complete module with synchro between node and taxo with title/content and CRUD.
Of course this is a wish not a feature request...
JD
Comment #2
tribsel commentedi modified function _taxonomynode_create_term($node)
in file taxonomynode.module
by adding this:
$term['description'] = $node->body;
after $term['name'] = $node->title; (around line 87)