Последние обновленные темы форума в uWnd окне для сайтов на uCoz
2#: В шаблоне информера замените всё на:
1 2 3 4 5 6 7 8 9 10 11 12 |
<div style="text-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 style="text-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 style="text-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> |
3#: Следующий код вставляйте после /head на нужных вам страницах:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
<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_3$</fieldset>'); } </script> |
4#: Нам осталось лишь прописать ссылку на открытие uWnd окна с последними обновлёнными темами форума в нужное вам место:
1 |
<a href="javascript:gter();" style="text-decoration: none;">Новое на форуме</a> |