Loading
2015. 3. 2. 21:08 - Str@wBerry

[XE] 대댓글에 'OOO님에게 달린 댓글' 구현하기


본 블로그 게시물은 XE SketchBook5를 기반으로 작성되었습니다


.    


/* 적용 스크린 샷 */





_comment.html 수정 전
	

		
		

"{$lang->msg_is_secret}"

{$comment->getContent(false)}
_comment.html 수정 후
	

		
		

"{$lang->msg_is_secret}"

{@ $oComment = &getModel('comment'); $comment_parent = $oComment->getComment($comment->parent_srl); } {$comment_parent->getNickName()} 님에게 달린 댓글 {$comment->getContent(false)} {$comment->getContent(false)}

대댓글일 경우에만 'OOO님에게 달린 댓글' 이 먼저 나오게 됩니다.

따로 수정하실 분들은 저 부분만 수정하시면 됩니다.