Closed (fixed)
Project:
Drupal core
Version:
6.5
Component:
book.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2008 at 19:48 UTC
Updated:
30 Dec 2008 at 13:40 UTC
Is it possible to allow default book selection to be create new book rather than do nothing?
Thanks!
Comments
Comment #1
ainigma32 commented[copying from ]:http://drupal.org/node/308327
You could use a hook_form_alter to take out the first option or set the default value or you could use a theme override to remove first entry set the default.
- Arie