It would be great if the module could hide some node options on node creation/edit process for those roles that have 'Administer content ' permission.
Is that possible?
Thanks
It would be great if the module could hide some node options on node creation/edit process for those roles that have 'Administer content ' permission.
Is that possible?
Thanks
Comments
Comment #1
opdaviesThis module is designed to add options for users without giving them the 'administer content' permission, not hide options for users with it. To remove options, I'd suggest writing a custom module and use an implementation of hook_form_alter() to hide the appropriate fields.
Comment #2
knalstaaf commentedThe title of this thread is somewhat misleading.
For users who'd like to hide node options, as mentionned above: disable the "Administer content" permission for a specific role you'd disable node options of.