[REQ] New Private Message notification

Looking for a MOD? Have a MOD request? Post here for help. (Note: This forum is community supported; phpBB does not have official MOD authors)
Anti-Spam Guide
Locked
DaannO
Registered User
Posts: 86
Joined: Mon Sep 17, 2007 11:24 am

[REQ] New Private Message notification

Post by DaannO »

Insted of a pop-up, which many browsers blok or is irritating, i want a clean message when a user gets a private message. Exactly the same way as seen bellow but then with the tekst:

New private message:
{$subjectpm} (the subject is linked to the PM ofcourse)

Image
DaannO
Registered User
Posts: 86
Joined: Mon Sep 17, 2007 11:24 am

Re: [REQ] New Private Message notification

Post by DaannO »

Bump......
DaannO
Registered User
Posts: 86
Joined: Mon Sep 17, 2007 11:24 am

Re: [REQ] New Private Message notification

Post by DaannO »

And again...
User avatar
bonelifer
Community Team Member
Community Team Member
Posts: 3542
Joined: Wed Oct 27, 2004 11:35 pm
Name: William
Contact:

Re: [REQ] New Private Message notification

Post by bonelifer »

I can't help you with what you want, but you might try this as an alernative. Change "FF0000" to whatever color you choose.

Code: Select all

#
#-----[ OPEN ]------------------------------------------
#
language/en/common.php

#
#-----[ FIND ]------------------------------------------
#

	'NEW_PM'					=> '<strong>%d</strong> new message',
	'NEW_PMS'					=> '<strong>%d</strong> new messages',

#
#----[ REPLACE WITH ]------------------------------------------
#

	'NEW_PM'					=> '<strong style="color:#FF0000;">%d new message</strong>',
	'NEW_PMS'					=> '<strong style="color:#FF0000;">%d new messages</strong>',

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
William Jacoby - Community Team
Knowledge Base | phpBB Board Rules | Search Customisation Database
Please don't contact me via PM or email for phpBB support .
User avatar
IPB_Refugee
Registered User
Posts: 1290
Joined: Fri Jul 07, 2006 2:25 pm
Location: Austria
Name: Wolfgang Weber

Re: [REQ] New Private Message notification

Post by IPB_Refugee »

This one might be interesting for you, DaannO:

[RC1] PHPBB3 PM Pop-UP Fix

Regards
Wolfgang
DaannO
Registered User
Posts: 86
Joined: Mon Sep 17, 2007 11:24 am

Re: [REQ] New Private Message notification

Post by DaannO »

Nope, this wont change the notification in a message on the board like seen above.
Locked

Return to “[3.0.x] MOD Requests”