
05-24-2005, 12:06 AM
|
|
|
Join Date: Mar 2005
Location: T?rkiye
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Guy G
Me 2
EDIT: ahh this should be easy... no need for javascript as well...
Here it is by me  :
Open up the navbar template and find:
HTML Code:
<td class="alt2" valign="top" nowrap="nowrap">
Replace with:
HTML Code:
<td valign="top" class="alt2" <if condition="$bbuserinfo['pmunread']">style="background-image: url(images/pmbg.gif); background-repeat: no-repeat;"</if> nowrap="nowrap" >
Replace the pmbg.gif with your image of use this one if its allowed..
|
Quote:
Once installed, you need to edit the "global.php" file. Comment out the line that reads:
eval('$footer .= "' . fetch_template('pm_popup_script') . '";');
|
how
eval('$footer .= "' . fetch_template('pm_popup_script') . '";'); gif file exsample pls
|