Проблема когда пишешь и комментарий он не выводится
Code
<?if($MODULE_ID$='news')?>
<div class="CommentsClass" style="margin:6px 0px 7px 0px;">
<table border="0" cellpadding="0" cellspacing="0" style="margin-top:4px; margin-bottom:5px; padding-right:4px;" width="100%">
<tr>
<td valign="top">
<div class="CommentsClassLine"><div style="padding:2px 3px 5px 5px;">
<?if($MODER_PANEL$)?><div style="float:right;">
<a style="margin-right:1px;" href="javascript://" onclick="del_item($ID$);return false;" title="Удалить комментарий"><img id="di$ID$" src="http://beckelman.net/demos/jQueryModalConfirmV2/_assets/img/delete.png" border="0" height="10" width="10"></a>
<a href="javascript://" onclick="new _uWnd('Ie',' ',-600,-200,{autosize:1,closeonesc:1,resize:0},{url:'/index/37-$ID$'});return false;"><img src="http://ncas-climate.nerc.ac.uk/pmwiki/pub/skins/skidoo/images/edit-sm.png" border="0" height="10" width="10"></a>
</div><?endif?>
Написал: <?if($USERNAME$)?><b>$USERNAME$</b><?else?><b>$NAME$</b><?endif?>
<?if($WDAY$='Понедельник')?>в Понедельник<?endif?>
<?if($WDAY$='Вторник')?>во Вторник<?endif?>
<?if($WDAY$='Среда')?>в Среду<?endif?>
<?if($WDAY$='Четверг')?>в Четверг<?endif?>
<?if($WDAY$='Воскресенье')?>в Воскресенье<?endif?>
<?if($WDAY$='Пятница')?>в Пятницу<?endif?>
<?if($WDAY$='Суббота')?>в Субботу<?endif?>
<?if($ANSWER_URL$)?><span style="font-size:11px; font-family:tahoma; color:#bababa; margin-left:4px;">[<a href="$ANSWER_URL$">Ответить</a><span style="margin-left:1px;">]</span></span><?endif?>
</div>
<div style="border-bottom:1px solid #181818;"></div>
</div>
<div style="font-size:11px; font-family:tahoma; color:#d2d2d2; text-shadow:1px 1px 0px #1d1d1d; padding:5px; display:block;">$MESSAGE$</div>
</td>
<td valign="top" align="right" width="70px">
<div class="CommentsClassIMG">
<a href="$PROFILE_URL$"><img class="CommentsClassIMG" src="<?if($USER_AVATAR_URL$)?>$USER_AVATAR_URL$<?else?>http://www.jeeobserver.com/images/no_avatar.png<?endif?>" width="70px" border="0" /></a>
</div>
<div style="font-size:11px; font-family:tahoma; color:#c8c8c8; text-align:center; margin-top:1px;">$TIME$ → #$NUMBER$</div>
</td>
</tr>
</table></div>
<?endif?>
<?if($MODULE_ID$='board')?><div style="float:left; width:20%;"><div style="margin:2px 5px;">
<?if($MODER_PANEL$)?><div style="float:right;"><div style="margin-right:3px; margin-top:2px;">
<a style="" href="javascript://" onclick="del_item($ID$);return false;" title="Удалить серию"><img id="di$ID$" class="DeleteSerial" src="/img/newDesign/spacer.gif" border="0" height="16" width="16" /></a>
</div></div><?endif?>
<a href="javascript://" onclick="RunSerial$NUMBER$();" class="LinkSerial">
<div class="btnSerial" onclick="active_ge(this, 'tn_info');">Включить <b>$NUMBER$</b> серию</div>
</a>
<script type="text/javascript">
function RunSerial$NUMBER$(){
$(".Serials").attr('src','$MESSAGE$');
};
function active_ge(a, b) {
$('a.LinkSerial div.btnSerial').each(function(){
$(this).removeClass('current');
});
$(a).addClass('current');
$('.'+b).each(function(){
$(this).hide();
});
$('#'+a.rel).show();
};
</script>
</div></div><?endif?>