Posted by ankerek on June 29, 2009 at 4:16pm
Jump to:
| Project: | Node Hierarchy |
| Version: | 6.x-1.2 |
| Component: | Drupal/PHP Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
How can I do : node parent will be automatically default term? Users dont have to write the term.
I use Content Taxonomy Fields - php code for default value:
return array(
0 => array('value' => value for value),
// You'll usually want to stop here. Provide more values
// if you want your 'default value' to be multi-valued:
1 => array('value' => value for value),
2 => ...
);
Comments
#1
Copy & Pasted: This issue pertains to the 6.x-1.x branch which is now legacy and is over one year old. If this issue is not applicable anymore, please consider closing it. Otherwise, please update this issue appropriately. Will be closed in two weeks if no response.