Теперь не надо заходить в тему чтобы её посмотреть, достаточно нажать на "Вопросик" [?] и всё!
Данный скрипт поможет просматривать первое сообщение пользователя не заходя в саму тему.
Установка
Вставляем в Общий вид страниц форума после $BODY$ ставим:
Code
<div class="bbCodeBlock"><div class="bbCodeName" style="padding-left:5px;font-weight:bold;font-size:7pt">Code</div><div class="codeMessage" style="border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight<;5?this.style.height:scrollHeight>;200?'200px':''+(this.scrollHeight+5)+'px');"><!--uzc--><script type="text/javascript">
$('td.threadNametd a.threadLink').each(function(){
$(this).after(' [<b><a class="PostInfoA" href="javascript://" style="cursor: help;">?</a></b>] <div style="border: 1px solid #666666; position: absolute; background-color: #cccccc; padding: 10px; display: none;">Загрузка...</div>');
$(this).next().next().load(this.href+' td.posttdMessage:first', function(){var DelTD = $('td.posttdMessage').html();$('td.posttdMessage').replaceWith(DelTD);});
$(this).next().mouseover(function(){
$(this).next().show();
});
$(this).next().mouseout(function(){
$(this).next().hide();
});
});
</script><!--/uzc--></div></div>