Closed (duplicate)
Project:
Notify
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2010 at 18:37 UTC
Updated:
5 Aug 2010 at 20:46 UTC
Would it be possible to have a feature where the site admin can set the users "Detailed settings" and just allow users to change the "Master switch" ?
Comments
Comment #1
izmeez commentedI was wondering about approaching this using two steps:
1. Add a user permission for access notify detailed and use this to determine if user sees the detailed settings on the user/xxx/notify page or not.
and
2. Use rules to enable the notify master and detailed settings for new accounts when they are made active.
I haven't tried this yet, just sharing my thoughts to see what others think.
Thanks,
Izzy
Comment #2
matt2000 commentedI'd be open to committing a patch that provided something like this, as long as it's backward compatible. I.e, admins should not have to do anything to ensure that their site keeps working the same way it does now.
Probably that will require an update hook that grants the new permission to all roles that have the current permission.
Comment #3
izmeez commentedI have posted a patch in http://drupal.org/node/870812 that provides this feature with some UI changes.
Essentially, checking the user permission for authenticated users to access notify details would be all that is necessary to be backward compatible.
This issue could be marked as a duplicate unless further discussion should occur here.
Comment #4
izmeez commentedI have changed the status of this to duplicate. Hope that's ok.