node-form
Moving OpenAtrium Node Form Elements to the Right Column
grayside — Sat, 03/06/2010 - 12:01
Previously, I discussed how you could move CCK fields into the node form sidebar by careful fieldgroup naming.
If you are of a programmer’s bent, you might instead try the more flexible programmer’s solution—preprocessor function. I dug this out of the atrium_blog feature.
Remove CCK Fields from the Node Form
grayside — Thu, 11/12/2009 - 15:05
There is a fine tutorial on drupal.org describing How to set the disabled attribute of a CCK field on your node add/edit form. All that does is deactivate the input widget without removing the clutter. Let’s get rid of the form elements entirely.
CCK Fields and the Open Atrium Node Form
grayside — Tue, 11/10/2009 - 16:04
OpenAtrium has some pretty slick styling of it’s node add/edit form. Unfortunately, when you add a CCK field to it, you get something comparatively under-styled and in the main column of the form.
If you want to get that slick styling and move the CCK fields to the right, try the following:
- Go to admin/build/modules and enable the Fieldgroup module under CCK.
- Go to the Manage Fields page for your content type. Create a new group, the machine name starting as group_sidebar.