vielen Dank für die Links, leider hat es nicht funktioniert
Code: Alles auswählen
'user_notify' => 1, Es muss doch eine Lösung geben, das Benutzer automatisch (per default) über den erhalt einer neuen PN per Mail informiert werden.
Code: Alles auswählen
'user_notify' => 1, Code: Alles auswählen
UPDATE phpbb_users SET user_notify_pm = 1 WHERE user_type <> 2; Code: Alles auswählen
UPDATE phpbb_user_notifications SET notify = 1 WHERE item_type = 'notification.type.pm' AND method = 'notification.method.email' Code: Alles auswählen
array(
'item_type' => 'notification.type.topic',
'method' => 'notification.method.email',
), Code: Alles auswählen
array(
'item_type' => 'notification.type.pm',
'method' => 'notification.method.email',
),