Closed (won't fix)
Project:
Subscriptions
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2012 at 23:45 UTC
Updated:
6 Jun 2012 at 11:26 UTC
Currently if you have the overview page enabled it will show 'Delivery of notifications' and 'Settings' and there is no way to hide the settings only but leave the 'Delivery of notifications'; you can only hide the whole overview page.
My suggestion is to have an extra permission to control whether or not you want the user to be able to control those settings but at the same time to allow him to turn ON or OFF his notifications.
For example in my case, i don't want the users to deselect the 'Digest mode' but on the same time I want them to be able to turn on/off their notifications.
Comments
Comment #1
salvisWe have to strike a balance between complexity and maintainability one one side and the wishes of one or a few individuals on the other. The admin interface of Subscriptions is at the limit (some would say beyond the limit) of what is digestible for the average admin, and every additional control will increase our support load.
I'm not saying that we won't add additional controls/features in the future, but they will have to add significant value that is difficult to achieve otherwise.
Completely removing the Overview page is not quite straight-forward because it's the default tab, that's why there's an option for that in the admin interface, but removing selected parts of a form using a hook_form_alter() implementation is basic ABC in Drupal. If you require that level of control, then please dig in and help yourself, or hire someone to do it for you.
Comment #2
arekanderu commentedNo worries I understand, thanks for the reply!