MR.BOSS
01-31-2008, 10:00 PM
This Mod Gives The Members A Clear Notification, Telling That They Got A Private Message!
Goto The Navbar Template, Add This To The End!
<!-- PM Notification -->
<if condition="$bbuserinfo[pmunread]">
<table border="10" align="center">
<tr>
<td><a href="private.php"><div style="text-decoration:none;"> <font size=5 color=red><b>You currently have $bbuserinfo[pmunread] Private Message!</font></b><if condition="$bbuserinfo[pmunread] >= 2">s</if> <font size=5 color=white><b><br><center>Click To View!</center></font></B></div></a></td>
</tr>
</table>
<br />
</if>
<!-- / PM Notification -->
You Can Edit This Code, To Change The Words, Color, Size & Place!
Goto The Navbar Template, Add This To The End!
<!-- PM Notification -->
<if condition="$bbuserinfo[pmunread]">
<table border="10" align="center">
<tr>
<td><a href="private.php"><div style="text-decoration:none;"> <font size=5 color=red><b>You currently have $bbuserinfo[pmunread] Private Message!</font></b><if condition="$bbuserinfo[pmunread] >= 2">s</if> <font size=5 color=white><b><br><center>Click To View!</center></font></B></div></a></td>
</tr>
</table>
<br />
</if>
<!-- / PM Notification -->
You Can Edit This Code, To Change The Words, Color, Size & Place!