1. Зайдите в ПУ, управление дизайном, каталог файлов, главная страница каталога, после $BODY$ разместите код:
Код
<script type="text/javascript" src="http://dedicated.3dn.ru/uCoz/vid_comment/u_fast_comments.js"></script>
2. Перейдите в вид материалов каталога файлов, в самый коне вставьте:
Код
<?if($USER_LOGGED_IN$)?>
<div style="background: #eee;padding:3px">
<input id="comment$ID$" placeholder="Введите Ваш комментарий..." style="width:100%;height:23px;margin:1px" onfocus="$(this).css({'height':'55px'})" onblur="if($(this).val().length < 1) { $(this).css({'height':'23px'}) }">
<input type="button" value="Отправить комментарий" id="cm_post$ID$" onclick="fastcom.get('$ID$','$ENTRY_URL$')" style="padding:1px">
</div>
<?endif?>
.