By mattengland on
How might I, in my Drupal 4.6.1 site, set a default term that is automatically selected when a enters a create-blog-entry form? (Right now the first term appears to be selected by default, and I want to change this to a site-admin-programmable selection.)
I do not see any capability for this in admin/taxonomy/edit/vocabulary/*.
If no capability exists, can anyone provide pointers as to where/how I might update the code to do so?
My Mailmailhandler module allows for this by using default "taxonomy:" commands; I'm looking for similar capability in the web form entry.
-Matt
Comments
Category module
This sounds like a good feature to add to the category module, which is currently under development. If you want to see this functionality in the new module, then please post your request in the proposed category module forum topic.
Jeremy Epstein - GreenAsh
Jeremy Epstein - GreenAsh
Weight
Under 'edit term' set a negative weight for that term, and it will be the first to appear on the list.