Looking for pm alert mod

Discuss the development of future releases of phpBB (phpBB 3.x minor releases) and MODing/Coding related questions.
Post Reply
Flexxall
New member
New member
Posts: 5
Joined: 11 Aug 2009, 21:21

Looking for pm alert mod

Post by Flexxall »

I had a mod for my board previously that instead of popping up a window or an html layer for a pm notification it would plade a red box at the top of everypage similiar to the Rules red box that are on some forums. Any idea how I can achieve this again as I can not find the mod I used.
User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

Re: Looking for pm alert mod

Post by Obsidian »

I think I've seen this as a mod, however, I don't remember who did it. I'd suggest peeking through the phpBB MODDB, I think that's where I saw it.
Flexxall
New member
New member
Posts: 5
Joined: 11 Aug 2009, 21:21

Re: Looking for pm alert mod

Post by Flexxall »

searched around and no luck :) if anyone comes across it please let me know :)
User avatar
bonelifer
Administrator
Administrator
Posts: 477
Joined: 24 Jun 2006, 17:48
Real name: William
Location: htpc.MythBuntu

Re: Looking for pm alert mod

Post by bonelifer »

Both of these were in the MODDB, Search Terms: pm layer

Popup Layer on New PMs -->> http://www.phpbb.com/community/viewtopi ... &t=1402405

Alert Box PM Notification [phpBB 3 version] -->> http://www.phpbb.com/community/viewtopi ... &t=1304575
Flexxall
New member
New member
Posts: 5
Joined: 11 Aug 2009, 21:21

Re: Looking for pm alert mod

Post by Flexxall »

Thank you but both of those are not what I am looking for. Not a popup box and Not an html lasyer :D
User avatar
bonelifer
Administrator
Administrator
Posts: 477
Joined: 24 Jun 2006, 17:48
Real name: William
Location: htpc.MythBuntu

Re: Looking for pm alert mod

Post by bonelifer »

Found it on Cherokee Red's site.

New PM information Box -->> http://sixstringmods.co.uk/viewtopic.php?f=20&t=222

Red Info PM Box
Red Info PM Box



If you also want to turn the default PM text RED, there's code I found somewhere to do it.

MOD Title: Turn PM notification into red.
MOD Description: This MOD will turn the notification of new private messages into red.
MOD Version: RC 1.0.0

FILE: [ language/en/common.php ]

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

Code: Select all

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

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

Code: Select all

'NEW_PM'               => '<strong style="color:#FF0000;">%d new message</strong>',
'NEW_PMS'               => '<strong style="color:#FF0000;">%d new messages</strong>',
Flexxall
New member
New member
Posts: 5
Joined: 11 Aug 2009, 21:21

Re: Looking for pm alert mod

Post by Flexxall »

SWEEEEEEEEEET man thanx :)
Post Reply