By Frank Steiner on
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
In my Drupal installation,
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.That would make it invisible
That would make it invisible to the Admin, too, I guess. But I can work with this idea, thanks :-)
Or hook_form_alter
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.
I will have to learn a lot
I will have to learn a lot for doing that, but I will try :-) I'm a real newbie in drupal :-)
"Revision information"
About hiding the "Revision information" a few solutions can be found at http://drupal.org/node/117148