코멘트 입력전 추천/비추천 막기
해당스킨 디렉토리에
good.head.skin.php
이 파일이 없으면 만듭니다.
내용에
//코멘트 입력전 추천/비추천 막기
$count_result = sql_fetch ("select count(*) as cnt from g4_write_badman where wr_parent='$wr_id' and wr_is_comment='1' and mb_id='$member[mb_id]'");
if(!$count_result[cnt])alert_close("코멘트 작성후 참가 할 수 있습니다.");
good.head.skin.php
이 파일이 없으면 만듭니다.
내용에
//코멘트 입력전 추천/비추천 막기
$count_result = sql_fetch ("select count(*) as cnt from g4_write_badman where wr_parent='$wr_id' and wr_is_comment='1' and mb_id='$member[mb_id]'");
if(!$count_result[cnt])alert_close("코멘트 작성후 참가 할 수 있습니다.");
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기
댓글 2개