Active
Project:
Taxonomy Node
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2011 at 15:37 UTC
Updated:
27 Feb 2011 at 23:18 UTC
Can this (optional) feature be added? I believe that NAD module has this....
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)