Web/XE
[XE] 대댓글에 'OOO님에게 달린 댓글' 구현하기
Str@wBerry
2015. 3. 2. 21:08
본 블로그 게시물은 XE SketchBook5를 기반으로 작성되었습니다
.
/* 적용 스크린 샷 */
{$comment->getContent(false)} _comment.html 수정 후
{@ $oComment = &getModel('comment'); $comment_parent = $oComment->getComment($comment->parent_srl); } {$comment_parent->getNickName()} 님에게 달린 댓글 {$comment->getContent(false)} {$comment->getContent(false)}
대댓글일 경우에만 'OOO님에게 달린 댓글' 이 먼저 나오게 됩니다.
따로 수정하실 분들은 저 부분만 수정하시면 됩니다.