베스트 댓글수 만큼 심플 회원 메모 모듈 메모 아이콘이 안나오는 문제
베스트 댓글 애드온
https://xetown.com/point_contents/23580
심플 회원 메모 모듈 (유료)
https://xetown.com/thirdparties/982073
두가지 기능을 같이 사용하시는 분들께 해당됩니다.
예) 베스트 댓글이 2개일 경우 가장 아래에 있는 댓글 2개에 메모 아이콘이 안나오는 문제
를 해결하는 방법입니다.
(닉네임 옆 메모 아이콘 설명을 위한 그림)
베스트 댓글 애드온
best_comment/best_comment.addon.php
56번째 줄 아래에 57번째 줄 코드를 추가하시면 됩니다.
$documentAdd = new documentAdd();
$documentAdd->setDocument($document_srl);
$documentAdd->setCommentList($comment_list);
$documentAdd->comment_page_navigation = $oDocument->comment_page_navigation;
$documentAdd->add('comment_count', $oDocument->get('comment_count')+count($output->data));
$documentAdd->setDocument($document_srl);
$documentAdd->setCommentList($comment_list);
$documentAdd->comment_page_navigation = $oDocument->comment_page_navigation;
$documentAdd->add('comment_count', $oDocument->get('comment_count')+count($output->data));
심플 회원 메모 모듈 만드신 디이깅 님께서 수정해주셨습니다.
(베스트 댓글로 추가된 댓글수를 총 댓글 개수에 포함시켜 댓글수 계산에 차이가 발생한 문제를 해결)
심플 회원 메모 모듈은 현재도 판매중이라는 답변을 받았습니다~
관심있으신 분들은 참고하세요.
alrin
Lv. 4
댓글 0