Closed (fixed)
Project:
Drupal core
Version:
6.4
Component:
forum.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2008 at 16:36 UTC
Updated:
26 Dec 2008 at 12:22 UTC
Currently when the add forum form is outside of a forum, it defaults to a please choose non forum. Is it possible to get it to default to a real forum.
Thanks.
Comments
Comment #1
ainigma32 commentedYou 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