и вот этот скрипт "убивает" награды
<!-- ссылки на контакты около ника -->
<script type="text/javascript">
$('#pun-viewtopic .post').each(function() {
if($(this).find('.pl-email').length && GroupID != 3) {
var a = $('<span class="platz"></span>').appendTo($(this).find('.pa-author a'));
var apl = a.position().left+3, apt = a.position().top;
$(this).find('.pa-author').after(' <span style="position:absolute;top:'+apt+'px;left:'+apl+'px; cursor:pointer;" class="open-p">▼</span><ul class="view-p"></ul>');
$(this).find('.pl-email,.pl-website').attr('class', 'link').appendTo($(this).find('.view-p'));
var thsc = $(this).find('.view-p');
$(this).find('.open-p').click(function() {
$(this).next().toggle();
});
}
});
</script>чей-то какие-то привередливые они стали...




Гы...