Это больше не скрипт , а очередная фенечка к празднику 9 мая.
Тут всё просто. Установка:
1.В css вставляем вот этот код
Code
/* May by lourens */
.wrap{
padding:0;
margin:0;
background: transparent url('http://life.on-portal.ru/9may/len1.jpg') top center no-repeat;
}
/* ------------- */
2. Дальше заходим в Форум -> Вид материалов
Внимание! Дальше есть 2 варианта! I.
- Ищем строчку
Code
<a class="postUser" href="javascript://" onClick="emoticon('[b]$USERNAME$[/b],');return false;">$USERNAME$</a>
И удаляем её.
- Ищем строчку
Code
<?if($AVATAR_URL$)?><img title="$USERNAME$" class="userAvatar" border="0" src="$AVATAR_URL$"><?endif?>
И над ней вставляем вот этот код.
Code
<center><div class="wrap"><a class="postUser" href="javascript://" onclick="emoticon('[b]$USERNAME$[/b],');return false;">$USERNAME$</a></div></center>
II.
- Ищем строчку
Code
<a class="postUser" href="javascript://" onClick="emoticon('[b]$USERNAME$[/b],');return false;">$USERNAME$</a>
И удаляем её.
- Ищем строчку
Code
<?if($AVATAR_URL$)?><img title="$USERNAME$" class="userAvatar" border="0" src="$AVATAR_URL$"><?endif?>
Заменяем её на
Code
<div align="center">
<table border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td width="17" background="http://life.on-portal.ru/9may/1.png" height="17">
<br></td>
<td background="http://life.on-portal.ru/9may/2.png" height="17">
<br></td>
<td width="17" background="http://life.on-portal.ru/9may/3.png" height="17">
<br></td>
</tr>
<tr>
<td width="17" background="http://life.on-portal.ru/9may/4.png">
<br></td>
<td>
<center><div class="wrap"><font color="#ffffff"><a class="postUser" href="javascript://" onclick="emoticon('[b]$USERNAME$[/b],');return false;">$USERNAME$</a></font></div></center>
<?if($AVATAR_URL$)?><img title="$USERNAME$" class="userAvatar" src="$AVATAR_URL$" border="0"><?endif?>
</td>
<td width="17" background="http://life.on-portal.ru/9may/5.png">
<br></td>
</tr>
<tr>
<td width="17" background="http://life.on-portal.ru/9may/6.png" height="17">
<br></td>
<td background="http://life.on-portal.ru/9may/7.png" height="17">
<br></td>
<td width="17" background="http://life.on-portal.ru/9may/8.png" height="17">
<br></td>
</tr>
</tbody></table> </div>