1. Dodamies uz General appearance of forum pages - /panel/?a=tmpl;m=8;t=1 
 2. Atrodam $BODY$, aiz kura ievietojam šo skriptu: 
 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://buzz.ucoz.lv/askripti/prev.png',style: 'float:right',border:'0',title: 'Priekšskatīt tēmu'});    
    $(this).prepend(a_img);    
    $(a_img).click(function() {    
    $('.themei').load(a_link+' .themeo:first',function() {    
    new _uWnd('theq','Priekšskate tēmai "'+nt+'"',400,100,{align:0,shadow:0,close:1,autosize:1,maxh:500,minh:100,resize:1,icon: 'http://buzz.ucoz.lv/askripti/eye.png'}, $(".themei").html() )    
    });    
    });    
    });    
    </script>    
    <div style="display:none;"><div class="themei">Ielādē...</div></div>
 3. Dodamies uz Forum appearance of entries un beigās ievietojam šo kodu: 
 Code
<div style="display:none;"><div class="themeo"><fieldset><legend>Tēmas saturs</legend>$MESSAGE$</fieldset><hr><fieldset>Autors - <a href="$PROFILE_URL$"><b>$USERNAME$</b></a><br>Pievienošanas datums - <b>$DATE$</b>, <b>$TIME$</b></fieldset></div></div>
 Iznākums: 
 [table] [/table]
[/table]