Hello,
I'm running a website on Drupal 5, and I've created a custom content type. Is there a way to set a default category for that content type?
- jody
If "set a default category" means automatically tag the nodes of that type with a term without any user intervention, there is the taxonomy_defaults module.
If you mean display the category selection list with a suggested category, I don't know.
On 1/20/07, Jody Cleveland Cleveland@winnefox.org wrote:
Hello,
I'm running a website on Drupal 5, and I've created a custom content type. Is there a way to set a default category for that content type?
- jody
-- [ Drupal support list | http://lists.drupal.org/ ]
Cog Rusty wrote:
If "set a default category" means automatically tag the nodes of that type with a term without any user intervention, there is the taxonomy_defaults module.
If you mean display the category selection list with a suggested category, I don't know.
Taxonomy Defaults allows both.
On 1/20/07, Jody Cleveland Cleveland@winnefox.org wrote:
I'm running a website on Drupal 5, and I've created a custom content type. Is there a way to set a default category for that content type?
- jody
Just FYI: Taxonomy_defaults was ported to Category.module too on 4.7.
and can be found in the Category queue at http://drupal.org/node/84931
Cheers,
- Marco
There is a taxonomy_default module, but I'm not sure if it has been updated to D5. It allows you to set a default term for a node type.
Best, Laura
On Jan 19, 2007, at 3:46 PM, Jody Cleveland wrote:
Hello,
I'm running a website on Drupal 5, and I've created a custom content type. Is there a way to set a default category for that content type?
- jody
-- [ Drupal support list | http://lists.drupal.org/ ]
There is a taxonomy_default module, but I'm not sure if it has been updated to D5. It allows you to set a default term for a node type.
It has been updated, and works great!
Thank you all for your help!
- jody