답변 1개
채택된 답변
+20 포인트
6년 전
a게시판 스킨을 따로 만드시고 write_commnet_update.php 에 아래소스를 넣어보세요
$cmt_write = sql_fetch(" select count(*) as cnt from $write_table where wr_parent = '$wr_id' and wr_is_comment = 1 and mb_id = '{$member['mb_id']}' ");
if ($cmt_write['cnt'] < 2) {
// 포인트 부여
insert_point($member['mb_id'], $board['bo_comment_point'], "{$board['bo_subject']} {$wr_id}-{$comment_id} 댓글쓰기", $bo_table, $comment_id, '댓글');
}
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
�
초보엄마
6년 전
알려주신대로 했는데 댓글포인트가 계속올라가요 ㅠㅠ
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인