묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
마이페이지 -> 작성글 보기에 댓글 갯수를 표시하고 싶습니다.
2012.07.25 17:15
안녕하세요?
마이페이지 -> 작성 글 보기에 현재의 댓글을 보여주고 싶습니다.
스킨의 소스코드를 보면 getCommentCount 부분이 있기 때문에 데이터가 있으면 보여줘야 하는데, 그렇지 않습니다. 즉, 댓글을 달아도 보이지 않습니다.
<td class="title">
<a href="{getUrl('','document_srl',$oDocument->document_srl)}" onclick="window.open(this.href);return false;">{$oDocument->getTitleText()} </a>
<getCommentCount">!--@if($oDocument->getCommentCount())-->
[{$oDocument->getCommentCount()}]
<!--@end-->
혹시나 몰라 {$oDocument->get('comment_count')} 를 넣어봤지만 아무래도 선언이 되어 있지 않은듯 나오지 않더군요.
어디를 수정해야 할까요?
감사합니다. (__)*
{@ $commentModel = &getModel('comment')}
<span cond="$commentModel->getCommentCount($oDocument->document_srl)">{$commentModel->getCommentCount($oDocument->document_srl)}</span>