Drupal 6.x
How do I remove collapsible frames – “Authoring information”,”Revision information”, “Publishing Options” – from content creation page? For what is worth, I’m logging in as a regular user and I don’t want these controls to be presented to regular users.
P.S : I also like to remove save/preview buttons as well.
The ‘administer nodes’ permission deals with most of those, and for anything that’s left, an easy point and click interface is provided by the FormFilter module.
Removing the ‘save’ button, though, might prove a bit self-defeating.
For more control, get acquainted with the FormAPI and hook_form_alter.