_comment.html 수정 전
<!--// 댓글 본문 -->
<!--@if(!$comment->isAccessible())-->
<form action="/" method="get" onsubmit="return procFilter(this, input_password)">
<input name="mid" value="{$mid}" type="hidden">
<input name="page" value="{$page}" type="hidden">
<input name="document_srl" value="{$comment->get('document_srl')}" type="hidden">
<input name="comment_srl" value="{$comment->get('comment_srl')}" type="hidden">
<p>"{$lang->msg_is_secret}"</p>
<span class="itx_wrp">
<label for="cpw_{$comment->comment_srl}">{$lang->password}</label>
<input id="cpw_{$comment->comment_srl}" name="password" class="itx" type="password">
<input value="{$lang->cmd_input}" class="bd_btn" type="submit">
</span>
</form>
<!--@else-->
{$comment->getContent(false)}
<!--@end-->
<!--// 편집 등 -->
_comment.html 수정 후
<!--// 댓글 본문 -->
<!--@if(!$comment->isAccessible())-->
<form action="/" method="get" onsubmit="return procFilter(this, input_password)">
<input name="mid" value="{$mid}" type="hidden">
<input name="page" value="{$page}" type="hidden">
<input name="document_srl" value="{$comment->get('document_srl')}" type="hidden">
<input name="comment_srl" value="{$comment->get('comment_srl')}" type="hidden">
<p>"{$lang->msg_is_secret}"</p>
<span class="itx_wrp">
<label for="cpw_{$comment->comment_srl}">{$lang->password}</label>
<input id="cpw_{$comment->comment_srl}" name="password" class="itx" type="password">
<input value="{$lang->cmd_input}" class="bd_btn" type="submit">
</span>
</form>
<!--@else-->
<!--@if($comment->parent_srl)-->
{@
$oComment = &getModel('comment');
$comment_parent = $oComment->getComment($comment->parent_srl);
}
<p style="margin-bottom:10px"><i class="fa fa-eye" aria-hidden="true"></i> <span style="color:red; font-weight: bold;">{$comment_parent->getNickName()}</span> 님에게 달린 댓글</p>{$comment->getContent(false)}
<!--@else-->
{$comment->getContent(false)}
<!--@end-->
<!--@end-->
<!--// 편집 등 -->
적용하고 나니 댓글 기준을누구에게 줬는지 확실하게 알수가 있어서 좋군요!
Tip이 도움이 되었다면 댓글과 평가 부탁합니다.
Tip에 대한 궁금한 점은 댓글로 남겨 주시면 성심껏 답변 드립니다.


이것도 여기서 보고 따라했는데ㅋㅋ 유익한 홈입니다! 자주 올거예요ㅠ