PDA

View Full Version : Make the PM Field Turn RED when receiving new PM


DieselTruck
02-16-2008, 01:19 PM
Hi, I was wondering how you could make the private messaging area highlight red after you recieve a new PM? Its like that on another forum im on. Any help?

He's the code to make just the Unread 1 turn red if its any help.

<if condition="$bbuserinfo['pmunread']"><if condition="$show['pmstats']"><br /><phrase 1="<font color=red><b>$vbphrase[unread_x_nav_compiled]</b></font>" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if><else />

I just need to figure out a code to make the whole little boxed area highlight red.

Thanks in advance

Jimandbob
02-16-2008, 02:41 PM
Is this what you are looking for ?

For 3.7

https://vborg.vbsupport.ru/showthread.php?t=167539&highlight=private+message

For 3.6.8

https://vborg.vbsupport.ru/showthread.php?t=155718



Jim

DieselTruck
02-16-2008, 09:33 PM
Thats it!!!

I also got a PM for the same mod..Thanks for your help!