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($PAGE_ID$='uthreads' || $PAGE_ID$='recentthreads' || $PAGE_ID$='forum')?>
<script type="text/javascript">
$(".gTableSubTop:contains('Tēmas autors')").hide();
$(".threadAuthTd").each(function () {
uIPB = [$(this).find('a.threadAuthorLink').attr('href'),$(this).find('a.threadAuthorLink').text()];
$(this).prev().prev().prev('.threadNametd').find('a:first').after(' <span style="color:#aaa; margin-left:5px;">No <a style="color:#929292;" href="'+uIPB[0]+'">'+uIPB[1]+'</a></span>');
}).hide();
</script><?endif?>
Iznākums:
... jeb Tēmas autors vairs neatradīsies starp Skatījumi un Jaunumi↓, bet gan aiz tēmas nosaukuma.