Search code examples
drupaldrupal-6

Hide "Authoring information", "Menu Options" and "Publishing Options" in node creation form


I want to hide these fieldsets in a Drupal 6 site for some content types (not for all of them), because these options are unnecessary and confusing to the end user.

How can I do this?

Thank you!


Solution

  • NodeFormCols sounds like the module your after. As well as hiding fieldsets, you can control the order they will appear in, and whether or not they should be collapsed.

    As well as that the "Hide publishing options" module allows you to pick which checkboxes to hide within the publishing options fieldset.