1. Customize design - Style sheet (CSS)
Code
/*----Jaunumi forumā----*/
.newMessage{
position:relative;
margin-top:-7px;
left:10px;
}
/*----Jaunumi forumā----*/
2. Customize design - Forum - General apearance of forum pages
.. pēc noslēdzošā head ievietojam skriptu:
Code
</head>
<script type="text/javascript">
$(document).ready(function(){
$('.forumIcoTd img[title="Ir jauni ieraksti"]').each(function(){
$(this).after('<div class="newMessage"><img src="http://netservice.homeip.net/download/System/Library/PrivateFrameworks/iPodUI.framework/blue_plus.png" width="16" height="16" border="0" alt="NewMessage"></div>')
});
});
</script>
3. Iznākums: