PDA

View Full Version : Private Messages Enhancements - Simple PM Notification


theFM
08-31-2009, 10:00 PM
IF YOU ARE INSTALLING THIS , PLEASE CLICK INSTALL , FOR FUTURE UPDATES AND SUPPORT

https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=222208

What does it do : -

It's very simple, this is a image that will show up when you have a unread pm.

Steps for doing it : -

On The Navbar Template Add It At The End of the Template

just put in style="background: #FFFFFF" with the suitable colors you want to add
so now the new code will be like

<!-- PM Notification -->
<if condition="$bbuserinfo[pmunread]">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="center">
<tr>
<td class="thead"><a href="private.php"><div style="background: #FFFFFF; text-decoration:bold;">You got $bbuserinfo[pmunread] Private Message<if condition="$bbuserinfo[pmunread] >= 2">s</if>! Click To Read Them!</div></a></td>
</tr>
</table>
<br />
</if>
<!-- / PM Notification -->

ScreenShot : -

https://vborg.vbsupport.ru/attachment.php?attachmentid=73382&d=1198043415

Other versions of Product : -

The Version of vb 3.7.0 Beta is : -
https://vborg.vbsupport.ru/showthread.php?t=165543

Ice-Maiden
09-01-2009, 07:59 PM
Is there anyway to change the colour of the notfication under the navbar please?

I have a dark grey skin on my site and this doesnt show up very well even though it works like a charm :) just wondered if there was anyway of me adding a different colour to it so its more noticeable for members!

Thanks!

theFM
09-12-2009, 04:31 PM
just put in style="background: #FFFFFF" with the suitable colors you want to add
so now the new code will be like

<!-- PM Notification -->
<if condition="$bbuserinfo[pmunread]">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="center">
<tr>
<td class="thead"><a href="private.php"><div style="background: #FFFFFF; text-decoration:bold;">You got $bbuserinfo[pmunread] Private Messages<if condition="$bbuserinfo[pmunread] >= 2">s</if>! Click To Read Them!</div></a></td>
</tr>
</table>
<br />
</if>
<!-- / PM Notification -->

Ohiocustoms
09-15-2009, 08:26 PM
Works nicely. Need to remove the s from Private Messages though.

theFM
09-22-2009, 02:25 PM
Edited Thanks for telling me

theFM
11-04-2009, 06:08 AM
All Problem Solved In this Updated : -

1. Added Background Option
2. Removed Private Messages "s" for the Code

Should Be Working Now Nicely !!

yamahapaul
11-04-2009, 04:52 PM
anyone got a screen shot so I can see what this looks like please?

venom2124
03-08-2010, 02:38 PM
Any idea if this will work with vB4.0

Polo
08-10-2010, 10:53 PM
Nice little edit, loved it. Thank you!

ricardoNJ
06-12-2012, 07:41 PM
I made this modification....if you let me... :p
<!-- PM Notification -->
<if condition="$bbuserinfo[pmunread]">

<td class="thead"><a href="private.php"><div style="background: #be0101; text-decoration:bold;"><span style="color:orange"><center><blink>Usted tiene $bbuserinfo[pmunread] Mensaje Privado<if condition="$bbuserinfo[pmunread] >= 2">s</if>! </blink></div></center></a></td>
</tr>
</table>
<br />
</if>
<!-- / PM Notification -->

I don't like this 'classic /table' of vb
It will be better......or not?

pta: <blink> only works with Mozilla!!

tehPARADOX
08-03-2012, 05:26 AM
Give this this a try, thanks.