Change the "collapsed" state of fields on the node edit page
mdupont - June 20, 2009 - 11:48
Hi,
When editing a node, some useful fields are currently collapsed (Menu settings, Node Hierarchy, etc) and others, less useful, are visible. To prevent editors from forgetting to set the menu link or other settings I'd like to set these fields visible. How can I change these settings in the template?
Thanks!

Here is a module that (among
Here is a module that (among other things) should to the trick
http://drupal.org/project/nodeformcols
Also another very useful edit form module:
http://drupal.org/project/vertical_tabs (although the fields might not be as visible as youd like)
Thanks!
Wow, it's exactly what I was looking for! Thanks for your help!