리스트에서 '공지글'만 코멘트수, 작성시간 표시안되게... 정보
리스트에서 '공지글'만 코멘트수, 작성시간 표시안되게...본문
앞에 다른분이 답글 달아주셨는데, 제 의도와 다른 답글을 달아주셔서요....
다시 도움을 청합니다.ㅠㅠ
일반 게시판 basic 스킨 사용하고 있습니다.
게시판 리스트에서
일반글은 코멘트수, 작성시간이 표시되지만
공지글로 체크된 글만 코멘트수, 작성시간 출력안하도록 하는방법 없을까요?
list.skin.php 파일을 수정하면 될 것같은데 잘 모르겠어요...
고수님들 도와주세요ㅠㅠ
다시 도움을 청합니다.ㅠㅠ
일반 게시판 basic 스킨 사용하고 있습니다.
게시판 리스트에서
일반글은 코멘트수, 작성시간이 표시되지만
공지글로 체크된 글만 코멘트수, 작성시간 출력안하도록 하는방법 없을까요?
list.skin.php 파일을 수정하면 될 것같은데 잘 모르겠어요...
고수님들 도와주세요ㅠㅠ
( select a.* , ( select sum(co_count) as co_count from g4_qa_choose where mb_id=a.mb_id and bo_table = 'g4_qa' ) as q_co_count from `g4_write_g4_qa` a where wr_parent = '258951' and wr_8 != '' and wr_is_comment = 1 and CONVERT(wr_7, UNSIGNED) >= 5 group by wr_content having max(wr_7) order by CONVERT(wr_7, UNSIGNED) desc limit 3 )
1055 : Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'sir.a.wr_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
error file : /15sir/bbs/board.php