1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11103] Allow grouping of multiple types in ucp notification options

Ability to hide notification types from UCP Notification options
(if users do not have permission to use the notification type, or for
whatever reason they should not see it)

PHPBB3-11103
This commit is contained in:
Nathaniel Guse
2012-09-27 10:37:37 -05:00
parent 544fbe35f4
commit ae91a0a846
12 changed files with 153 additions and 20 deletions

View File

@@ -16,7 +16,7 @@ class ucp_notifications_info
{
return array(
'filename' => 'ucp_notifications',
'title' => 'UCP_NOTIFICATIONS',
'title' => 'UCP_NOTIFICATION_OPTIONS',
'version' => '1.0.0',
'modes' => array(
'notification_options' => array('title' => 'UCP_NOTIFICATION_OPTIONS', 'auth' => '', 'cat' => array('UCP_MAIN')),