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

opdavies’s picture

Status: Active » Closed (works as designed)

This 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.

knalstaaf’s picture

The 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.