
05-10-2007, 01:23 AM
|
|
|
Join Date: Apr 2007
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by modtang
I just did something similar for a board I help admin.
Find:
Code:
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
Replace with:
Code:
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong> <if condition="$bbuserinfo['pmunread']">
<a href="private.php"><img border="0" src="images/pn_inboxnew.gif" width="16" height="11"></a>
<else />
<a href="private.php"><img border="0" src="images/pn_inbox.gif" width="16" height="11"></a>
</if><br />
I've attached the images I'm using too, as well as a screenshot. 
|
VERY cool!! *Installed*
|