04-24-2010, 06:09 AM
|
#1 (permalink)
|
Date: Sep 2009
Mesajlar: 933
|
vBulletin Navbarda Yeni Özel Mesaj Uyarısı 3.8.x
Navbar TempLateSini Açın ve En aLta EkLeyin,
PHP- Kodu:
<!-- 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="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 -->
Bende Kendimce TürkçeSini Oluşturdum
PHP- Kodu:
<!-- 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="text-decoration:bold;">Size $bbuserinfo[pmunread] Özel Mesaj Geldi<if condition="$bbuserinfo[pmunread] >= 2">s</if>! Okumak İçin Tıklayın !</div></a></td> </tr> </table> <br /> </if> <!-- / PM Notification -->
Demo:

OriginaL Link:
Simple PM Notification - vBulletin.org Forum
.Bu Da Benim Farkım Olsun.
NET'i Bıraktım. Destek Vermiyorum.
|
|
|
|