Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2740

Extension Writers Discussion • Re: Event before sending emails

$
0
0
It seems some events in includes/functions_messenger.php could be utilized.
F.e. core.modify_notification_template, core.modify_notification_message, core.notification_message_email.
$user and $topic_id can be retrieved in the listener via request object just like in memberlist.php, f.e.

Code:

$user_id= $this->request->variable('u', 0);$topic_id= $this->request->variable('t', 0);

Statistics: Posted by rxu — Wed Dec 27, 2023 5:48 pm



Viewing all articles
Browse latest Browse all 2740

Trending Articles