
01-16-2008, 08:18 AM
|
|
|
Join Date: Dec 2004
Location: Poland
Posts: 555
Благодарил(а): 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. 
|
It should be 16 x 13  Thanks alot.
|