Hi,
to keep it simple, I would e.g. like to hide "Authoring information" and "Publishing options", but I still need "Revisions information" to be visible to our users, thus just disabling "Administer Nodes" would be too much.

Is there a way for such fine-graned control of visible options?

cu,
Frank

Comments

themphill’s picture

In my Drupal installation, at least, each of those items has uniquely named containers (e.g <div class="authored">), so the contents can be made invisible through CSS.

Anonymous’s picture

That would make it invisible to the Admin, too, I guess. But I can work with this idea, thanks :-)

SteveTurnbull-1’s picture

Depends on how technical you want to get, the CSS is the easy option, intercepting the form using hook_form_alter you could just unset() the relevant parts of the form.

Anonymous’s picture

I will have to learn a lot for doing that, but I will try :-) I'm a real newbie in drupal :-)

francewhoa’s picture

About hiding the "Revision information" a few solutions can be found at http://drupal.org/node/117148

Loving back your Drupal community result in multiple benefits for you