Работа выполнена в стиле минимализма, кроме того занимает мало места и содержит 1 ник и две маленькие иконки Отлично подходит для сайтов со светлым дизайном, но можно и сделать под темные сайты.
Этот скрипт установить на Главная страница форума:
Code
<script type="text/javascript">
<?if($PAGE_ID$="main" || $PAGE_ID$="category")?>$('.forumLastPostTd').each(function() {
if($(this).text()!='Нет сообщений') {
$(this).html('От '+$('.lastPostUser',this).html()+' <a href="'+$('.forumLastPostLink',this).attr('href')+'"><img style="vertical-align:-3px;" src="http://trane73.ru/i/w.png" border="0" title="К последнему непрочитанному сообщению"></a> <img title="'+$('.forumLastPostLink:first',this).text()+'" style="vertical-align:-3px;" src="http://trane73.ru/i/b.png" border="0"></a>')
}
});<?else?>$('.threadLastPostTd').each(function() {
$(this).html('От '+$('.lastPostUser',this).html()+' <a href="'+$('.forumLastPostLink',this).attr('href')+'"><img style="vertical-align:-3px;" src="http://trane73.ru/i/w.png" border="0" title="К последнему непрочитанному сообщению"></a> <img title="'+$('.forumLastPostLink:first',this).text()+'" style="vertical-align:-3px;" src="http://trane73.ru/i/b.png" border="0"></a>')
});<?endif?>
</script>