I'm looking for a particular behaviour that grant permission to see one or more cck field based on date time creation of node.
In particular i need to:
Grant to role A: Full access to all CCK (old and new)
Grant to role B: Access to all CCK but ONLY to ones present in node OLDER than 1 Year
Anonymous user: No access to CCK field
How c...
Hi all,
I'm getting lost in the sea of allowable permissions in Drupal.
I have a content-type which has revision and workflow settings all nicely setup, but I do not want my users to be able to see these options (new revision each time automatically, etc).
From what I understand, this information goes away when you disable the 'admi...
My users access Drupal through SSO and everytime the server authorizes them, it returns a set of permissions (groups/roles), according to which I need to dynamically set the User's forum permissions.
So for example if a User logs in and the SSO says that he has enrolled in a course, I need to give him specific permissions for that cours...
I'd like to programmatically add user forum permissions in Drupal.
Do I have to use ACL module? Is there any example out there, as the documentation is a bit thin?
...