댓글카운트가 (1) (2) 이렇게 출력되는데요 정보
댓글카운트가 (1) (2) 이렇게 출력되는데요본문
+1 +2 이렇게 출력되게 어떻게하나요?
if ($list[$i]['comment_cnt'])
echo " <a href=\"{$list[$i]['comment_href']}\" style='font-size:8pt; color:#F60;'>{$list[$i]['comment_cnt']}</a>";
어디서 스킨을 받았는데 그 소스를 잘적용했어요 근데 댓글이...
분명 다운받은 소스중에 댓글관련된게 이거뿐이 없는데...OTL
if ($list[$i]['comment_cnt'])
echo " <a href=\"{$list[$i]['comment_href']}\" style='font-size:8pt; color:#F60;'>{$list[$i]['comment_cnt']}</a>";
어디서 스킨을 받았는데 그 소스를 잘적용했어요 근데 댓글이...
분명 다운받은 소스중에 댓글관련된게 이거뿐이 없는데...OTL
댓글 전체

lib/common.lib.php 308라인
$list['comment_cnt'] = "($list[wr_comment])";
이부분을
$list['comment_cnt'] = "+"."$list[wr_comment]";
이렇게 해보세요
$list['comment_cnt'] = "($list[wr_comment])";
이부분을
$list['comment_cnt'] = "+"."$list[wr_comment]";
이렇게 해보세요