Closed (works as designed)
Project:
Override Node Options
Version:
7.x-1.12
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2012 at 16:03 UTC
Updated:
5 Nov 2012 at 21:48 UTC
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.