Creat informer---[ Comments · Entries · Entry date D · Entries: 5 · Columns: 1 ]
In to informer put that code And save it:
Code
<li onmouseover="balloon.showTooltip(event,'load:iComm_$NUMBER$')">
<div class="mini-comment">
<?if($USER_AVATAR_URL$)?>
<a href="$PROFILE_URL$" class="avatar">
<img src="$USER_AVATAR_URL$" width="45" height="45" alt="$USERNAME$>
</a>
<?else?>
<a href="$PROFILE_URL$" class="avatar"><img src="http://novi4ok.ru/images/noavatar.png" width="45" height="45" alt="$USERNAME$></a>
<?endif?>
<u>
<a href="$PROFILE_URL$"><span style="color:#3333FF"><?if($USERNAME$)?>$USERNAME$<?else?>$NAME$<?endif?></span></a>
</u>
<u>Comment: <a href="$ENTRY_URL$">$ENTRY_TITLE$</a></u>
</div>
<span id="iComm_$NUMBER$" style="display:none">
$MESSAGE$
</span>
</li>
Now create a new Block
And in its HTML insert:
Code
<link type="text/css" rel="StyleSheet" href="http://novi4ok.ru/serv/css/komm_user.css">
<script type="text/javascript" src="http://novi4ok.ru/serv/js/show_comm.js"></script>
<div class="iComm" id="iComm"><ul>
$MYINF_1$
</ul></div>