GoblinaS | Date: Wednesday, 2011-09-07, 1:53 AM | Message # 1 |
Group: S-Moderator
Messages: 380
|
Jump to the design control of your website - choose the module Forum - find the "General appearance of forum pages" and put code after $BODY$
Code <script type="text/javascript"> $('.threadNametd').each(function() { var a_link = $(this).find("a:first").attr('href'); var nt = $(this).text(); a_img = $("<img/>").attr({src: 'http://ucoz-lab.ucoz.ru/css/prev.png',style: 'float:right',border:'0',title: 'Preview Theme'};); $(this).prepend(a_img); $(a_img).click(function() { $('.themei').load(a_link+' .themeo:first',function() { new _uWnd('theq','Preview Theme "'+nt+'"',400,100,{align:0,shadow:0,close:1,autosize:1,maxh:500,minh:100,resize:1,icon: 'http://ucoz-lab.ucoz.ru/css/eye.png'}, $(".themei").html() ) };); };); };); </script> <div style="display:none;"><div class="themei">Загрузка...</div></div>
After that go to Appearance of entries and in the end put that code:
Code <div style="display:none;"><div class="themeo"><fieldset><legend>Message</legend>$MESSAGE$</fieldset><hr><fieldset>Author - <a href="$PROFILE_URL$"><b>$USERNAME$</b></a><br>Date Added - <b>$DATE$</b> в <b>$TIME$</b></fieldset></div></div>
Message edited by GoblinaS - Wednesday, 2011-09-07, 1:57 AM |
|
|
|
GoblinaS | Date: Wednesday, 2011-09-07, 11:08 AM | Message # 2 |
Group: S-Moderator
Messages: 380
|
Geras dalykas sutaupantis moderatoriu laika
|
|
|
|