diff --git a/forum.controller.php b/forum.controller.php index cd3ea48..6e0fc45 100644 --- a/forum.controller.php +++ b/forum.controller.php @@ -142,6 +142,7 @@ function procForumInsertComment() { $obj = Context::gets('document_srl','comment_srl','parent_srl','content','password','nick_name','member_srl','email_address','homepage','notify_message'); $obj->module_srl = $this->module_srl; $obj->content=$args->quote_content.$obj->content; + if($args->quote_content) $obj->use_html="Y"; // instancing document model $oDocumentModel = &getModel('document'); $oDocument = $oDocumentModel->getDocument($obj->document_srl); diff --git a/m.skins/default/_list.html b/m.skins/default/_list.html index 91630f1..b966757 100644 --- a/m.skins/default/_list.html +++ b/m.skins/default/_list.html @@ -8,7 +8,7 @@

{htmlspecialchars($module_info-
  • {$lang->notice} {$category_list[$document->get('category_srl')]->title} › {$document->getTitle($module_info->subject_cut_size)} [{$document->getCommentCount()}] - {$document->getNickName()} {$document->getRegDate("Y.m.d")} + {$document->getNickName()} {zdate($document->get('last_update'),'Y-m-d H:i:s')}{$lang->by} {$document->get('last_updater')}
  • @@ -16,7 +16,7 @@

    {htmlspecialchars($module_info-
  • {$category_list[$document->get('category_srl')]->title} › {$document->getTitle($module_info->subject_cut_size)} [{$document->getCommentCount()}] - {$document->getNickName()} {$document->getRegDate("Y.m.d")} + {$document->getNickName()} {zdate($document->get('last_update'),'Y-m-d H:i:s')}{$lang->by} {$document->get('last_updater')}
  • diff --git a/m.skins/default/comment.html b/m.skins/default/comment.html index 1b94860..e282833 100644 --- a/m.skins/default/comment.html +++ b/m.skins/default/comment.html @@ -19,11 +19,11 @@ {$comment->getContent(false)} {$comment->getNickName()} - {$comment->getRegdate("Y.m.d")} + {$comment->getRegdate("Y.m.d H:i:s")} {$lang->cmd_delete} - {$lang->cmd_reply} + {$lang->cmd_quote} {@ $start = false } {@ $depth = $comment->get('depth') } diff --git a/m.skins/default/comment_form.html b/m.skins/default/comment_form.html index 8e88ee5..1e984e1 100644 --- a/m.skins/default/comment_form.html +++ b/m.skins/default/comment_form.html @@ -19,6 +19,7 @@

    {htmlspecialchars($module_info- +