I'm running Drupal 6.x. I have created some content types with a lot of fields. Eventually the content will be created by my users, not an admin, so I want the input form to be clean and aesthetic. I want to hide some things like "Menu settings" and change others from the generic multi-select lists (where you hold the ctrl key down) to a hierarchical checkbox display.

As much as I searched the forums and google, I just didn't see an answer for this. I can't be the first person to want to do this, can someone help?

Thanks!

TJ

Comments

WorldFallz’s picture

Users will not see fieldsets for which they don't have permission-- ie, they wont see the "menu settings" fieldset if they dont have the "administer menu" permission. Just set permissions as desired for the appropriate role and verify it with a test user account with that role.