mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/11444] Moving the in-board notifications to a method class
Currently the in-board method for the notifications is hardcoded and cannot be disabled. This method should be in his own class extending `phpbb\notification\method\method_interface`. It also add the possibility, for each method, to be enabled by default (ie: no entry in the DB => notification enabled). https://tracker.phpbb.com/browse/PHPBB3-11444 https://tracker.phpbb.com/browse/PHPBB3-11967 PHPBB3-11444
This commit is contained in:
committed by
Tristan Darricau
parent
58d1d37c16
commit
be0d4e20d4
@@ -447,6 +447,7 @@ $lang = array_merge($lang, array(
|
||||
'NOTIFICATION_FORUM' => '<em>Forum:</em> %1$s',
|
||||
'NOTIFICATION_GROUP_REQUEST' => '<strong>Group request</strong> from %1$s to join the group %2$s.',
|
||||
'NOTIFICATION_GROUP_REQUEST_APPROVED' => '<strong>Group request approved</strong> to join the group %1$s.',
|
||||
'NOTIFICATION_METHOD_INVALID' => 'The method "%s" does not refer to a valid notification method.',
|
||||
'NOTIFICATION_PM' => '<strong>Private Message</strong> from %1$s:',
|
||||
'NOTIFICATION_POST' => array(
|
||||
1 => '<strong>Reply</strong> from %1$s in topic:',
|
||||
|
Reference in New Issue
Block a user