Can this (optional) feature be added? I believe that NAD module has this....

Comments

jdotti’s picture

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

tribsel’s picture

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)