Установка:
Инструменты - Информеры - Создать информер,создаём информер,как на скрине:
Рядом с новым информером жмём "Управление дизайном информера" ,весь шаблон информера меняем на:
Code
<div align="left"><b><span style="font-size: 8pt;"><a class="m" href="../$THREAD_URL$" style="text-decoration: none; color: rgb(1, 84, 127);"><span style="font-weight: bold; font-size: 8pt;">$THREAD_TITLE$</span></a><br></span></b><div align="center"><span style="font-size: 8pt;">[$FORUM$<b><span style="font-size: 8pt;"></span></b>]</span><br><b><span style="font-size: 8pt;"></span></b></div><div align="center"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: verdana,arial,helvetica; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"></span><hr size="2" width="100%"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: verdana,arial,helvetica; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"></span><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: verdana,arial,helvetica; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"></span></div></div>
В страницы сайта,перед </body> ставим:
Code
<script type="text/javascript">
function nrmurl(){$("#rchp, #normurl").show(); $("#nrml, #chpy").hide();} function chpyrl(){$("#rchp, #normurl").hide(); $("#nrml, #chpy").show();} function gter(){new _uWnd('link','Последнее на форуме',400,310,{align:0,shadow:1,autosize:1,maxh:350,minh:100,resize:0},'<div id="normurl"><fieldset><legend>Последнее на форуме</legend>$MYINF_[color=red]номер[/color]$</fieldset>');}
</script>
номер - изменяем на номер вашего информера.
Код вызова ссылки ajax окна,ставим в любое место:
Code
<a href="javascript:gter();" style="text-decoration: none;">Новое на форуме</a>