Sending message and display it in "Notifications"

Need some custom code changes to the phpBB core simple enough that you feel doesn't require an extension? Then post your request here so that community members can provide some assistance.

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
Post Reply
RobiX
Registered User
Posts: 110
Joined: Thu Oct 05, 2017 9:59 am

Sending message and display it in "Notifications"

Post by RobiX »

hi,

i am sending messages to me (via mail) which works fine.

Code: Select all

$messenger->send(NOTIFY_EMAIL);
There exist also

Code: Select all

$messenger->send(NOTIFY_IM);
which is for jabber(?).

But how can i send internal/private messages (and not mails). they should be shown unter "Notifications" (see your menu on the right side: Notifications, Private messages, your nickname)

see https://github.com/phpbbmodders/phpbb-3 ... e.php#L245
Post Reply

Return to “phpBB Custom Coding”