Active
Project:
Simple Access
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 May 2011 at 21:29 UTC
Updated:
23 Dec 2014 at 09:49 UTC
Jump to comment: Most recent
Comments
Comment #1
kumkum29 commentedHello,
i want hide "Owner permissions" option. Have you found a solution ?
Thanks.
Comment #2
kumkum29 commentedHello,
i have create a function to hide this element in the admin theme (seven). See the post :
https://drupal.org/node/2016451
But, I could not create a module with this function.
Do you have any idea?
Thanks.
Comment #3
strykaizerYou need to change your module weight. Simple access has a module weight of 9, so your module needs to trigger after simple access added the form.
You can do this by creating following files (replace yourmodule by your custom module name)
yourmodule.install
yourmodule.module
Then run update.php, and owner will be hidden for all node types