найти:
КОД
{$author['member_posts']}<br />
[b]добавить ниже:
КОД
<if="$author['icq_number'] > 10000">
ICQ: <img src=http://status.icq.com/online.gif?icq={$author['icq_number']}&img=26 border=0 width=13 height=13><a href="http://www.icq.com/people/webmsg.php?to={$author['icq_number']}" onclick="popup(this.href, 550, 320); return false;" title="ICQ">{$author['icq_number']}</a>
</if>
ICQ: <img src=http://status.icq.com/online.gif?icq={$author['icq_number']}&img=26 border=0 width=13 height=13><a href="http://www.icq.com/people/webmsg.php?to={$author['icq_number']}" onclick="popup(this.href, 550, 320); return false;" title="ICQ">{$author['icq_number']}</a>
</if>
Сохранить шаблон.
Открыть jscripts/ipb_topic.js.В самом конце добавить код:
КОД
function popup(url, width, height, name)
{
if (!name)
{
name = '_popup';
}
window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes, width=' + width);
return false;
}
{
if (!name)
{
name = '_popup';
}
window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes, width=' + width);
return false;
}
Сохранить файл и радоваться