1. Dodamies uz General appearance of forum pages - /panel/?a=tmpl;m=8;t=1 
 2. Atrodam $BODY$, aiz kura ievietojam šo skriptu: 
 Code
<?if($GROUP_ID$='4' || '3')?>   
   <script type="text/javascript">   
   $('.threadFrmBlock').hide();   
   $('.threadNametd').each(function(){   
   var themeLink = $(this).find('a:eq(0)').attr('href');   
   if ($(this).prev().find('img').attr('title') == 'Tēma aizvērta.' || $(this).prev().prev().find('img').attr('title') == 'Tēma aizvērta. Nav jaunu ierakstu.') {$(this).find('a:last').after('<span style="margin-left:5px;"><a href="javascript://" onclick="$.get(\''+themeLink+'-22-0\', function(){});" title="Atvērt tēmu."><img src="http://buzz.ucoz.lv/askripti/forumModePanel_open.png" border="0" alt="Atvērt tēmu." /></a></span>');} else {$(this).find('a:last').after('<span style="margin-left:5px;"><a href="javascript://" onclick="$.get(\''+themeLink+'-22-1\', function(){});" title="Aizvērt tēmu."><img src="http://buzz.ucoz.lv/askripti/forumModePanel_close.png" border="0" alt="Aizvērt tēmu." /></a></span>');}   
   if ($(this).prev().find('img').attr('title') == 'Svarīga tēma.') {$(this).find('a:last').after('<span style="margin-left:5px;"><a href="javascript://" onclick="$.get(\''+themeLink+'-23-0\', function(){});" title="Izdzēst tēmu."><img src="http://buzz.ucoz.lv/askripti/forumModePanel_down.png" border="0" alt="Izdzēst tēmu." /></a></span>');} else {$(this).find('a:last').after('<span style="margin-left:5px;"><a href="javascript://" onclick="$.get(\''+themeLink+'-23-1\', function(){});" title="Pacelt tēmu."><img src="http://buzz.ucoz.lv/askripti/forumModePanel_up.png" border="0" alt="Pacelt tēmu." /></a></span>');}   
   });   
   $('.threadNametd').each(function(){   
       $(this).find('a:eq(1)').html('<span style="margin-left:2px;"><img src="http://buzz.ucoz.lv/askripti/forumModePanel_edit.png" border="0" alt="Pārdēvēt/pārvietot tēmu."/></span>');   
   $(this).find('a:eq(2)').html('<span style="margin-left:4px;"><img src="http://buzz.ucoz.lv/askripti/forumModePanel_delete.png" border="0" alt="Izdzēst tēmu." /></span>');   
   });   
   </script>   
   <?endif?>
 Iznākums: 
 [table] [/table]
[/table]