Ejam uz CP-> General appearance of forum pages un uzreiz pēc $BODY$ tega liekam:
Code
<?if($PAGE_ID$='main')?>
<style>
div[class="birthdaysBlock"] {overflow: auto; max-height: 150px;}
.userAge {float:right; position: relative; top: -22px; right: 10px; margin: 0px !important; padding: 0px !important; color:#666; font-weight: bold; cursor: help}
.userBirthdayLink {background:#f3f3f3; border-bottom:1px solid #ccc; padding:5px; text-align:left; display: block}
.userBirthdayLink:hover {background:#cce6ff; text-decoration:none; -moz-border-radius: 0px !important; -webkit-border-radius: 0px !important; border-radius: 0px !important;}
a.userBirthdayLink {color:#666; text-decoration:none; font-weight: bold;}
a.userBirthdayLink:hover {color:#202020;}
</style>
<script>
$('.gTableBody1').eq(2).css("padding", "0px !important");
$('.birthdaysBlock').html($('.birthdaysBlock').html().split(',').join(''));
$('.userAge').each(function(){$(this).html($(this).html().split('(').join('').split(')').join('')); });
$('.userAge').each(function(){$(this).attr('title','Возраст');});
if ($('.userBirthdayLink').size() == 0) {$('div[class="birthdaysBlock"]:first').before('<div style="padding:10px; color:#a66a6a; font-weight: bold;">Svinam dzimšanas dienu šodien :(</div>');} else {$('div[class="birthdaysBlock"]:first').before('<div style="background:#ffe8e8; border-bottom:1px solid #ccc; padding:3px; color:#666; font-weight: bold;">Svinam dzimšanas dienu šodien: '+$('.userBirthdayLink').size()+'</div>');}
//
</script>
<?endif?>
Iznākums: