최근 게시물에서 답글 제외하기 정보
최근 게시물에서 답글 제외하기관련링크
http://www.jadongchaok.co.kr/
136회 연결
본문
최근 게시물에서 답글이 함께 나오거든요
답글이 원글 아래에 나오면 좋은데 답글이 위에 나와서 곤란하네요
어떻게 하면 수정할 수 있을까요
링크 주소 눌러 보시면은요 오른쪽 공지사항하고 q&a가 있는 탭메뉴 부분에서 q&a요
q&a에서 답글이 아래로 보이거나 혹은 안보이게 할 수 없나요?
답변 부탁드릴게요
댓글 전체
답변 글 제외하기
lib/latest.lib.php 20라인
수정 전
$sql = " select * from $tmp_write_table where wr_is_comment = 0 order by wr_id desc limit 0, $rows ";
수정 후
$sql = " select * from $tmp_write_table where wr_is_comment = 0 and wr_reply = '' order by wr_id desc limit 0, $rows ";
lib/latest.lib.php 20라인
수정 전
$sql = " select * from $tmp_write_table where wr_is_comment = 0 order by wr_id desc limit 0, $rows ";
수정 후
$sql = " select * from $tmp_write_table where wr_is_comment = 0 and wr_reply = '' order by wr_id desc limit 0, $rows ";
감사합니다. 정말 좋은 답변이었습니다.
님 복 많이 받으실 거예욤..^^
님 복 많이 받으실 거예욤..^^