Номер icq в профиль вывести

vbulletin


Админка => Стили и шаблоны => Поиск в шаблонах => postbit_legacy

шаблон postbit_legacy
НАЙТИ:
<div>$post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon] [COLOR="Lime"]$post[icqicon]

ЗАМЕНИТЬ:
<div class="smallfont"><img src="http://status.icq.com/online.gif?icq=$post[icq]&img=5" class="inlineimg" alt="<phrase 1="$post[musername]">$vbphrase[send_message_via_icq_to_x]</phrase>" border="0" /><font color="green">$post[icq]</font><else /></if></div>

ДОЛЖНО БЫТЬ ТАК:
<div>$post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon][COLOR="#00ff00"]
<if condition="$post[icqicon]"><div class="smallfont"><img src="http://status.icq.com/online.gif?icq=$post[icq]&img=5" class="inlineimg" alt="<phrase 1="$post[musername]">$vbphrase[send_message_via_icq_to_x]</phrase>" border="0" /><font color="green">$post[icq]</font><else /></if></div>

1 комментарий

error4eg
<if condition="$post['icq']">

<b>ICQ:</b> $post[icq]
</if>
                    </div>

Оставить комментарий