이어가는 댓글에 포인트를 주지 않습니다.(도배방지)
bbs/write_comment_update.php
파일을 수정해 주시면 됩니다.
// 포인트 부여
insert_point($member[mb_id], $board[bo_comment_point], "$board[bo_subject] {$wr_id}-{$comment_id} 코멘트쓰기", $bo_table, $comment_id, '코멘트');
이부분을
// 포인트 부여
if($tmp_comment_reply) $least_check = @sql_query("SELECT mb_id FROM `$write_table` WHERE `wr_parent` =$wr_id AND `wr_is_comment`=1 AND `wr_comment` = '$tmp_comment' ORDER BY `$write_table`.`wr_id` DESC LIMIT 0 , 2");
else $least_check = @sql_query("SELECT mb_id FROM `$write_table` WHERE `wr_parent` =$wr_id AND `wr_comment_reply` = '' AND `wr_is_comment`=1 ORDER BY `$write_table`.`wr_id` DESC LIMIT 0 , 2");
if(mysql_result($least_check,1)!=$mb_id)
insert_point($member[mb_id], $board[bo_comment_point], "$board[bo_subject] {$wr_id}-{$comment_id} 코멘트쓰기", $bo_table, $comment_id, '코멘트');
연달아 댓글을 작성시 포인트를 주지 않습니다.
댓글 3개
감사합니다. 수고하셨습니다 ^ㅡ^
게시판 목록
그누4 팁자료실
나누면 즐거움이 커집니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 3209 | 11년 전 | 4906 | ||
| 3208 |
Header
|
11년 전 | 3244 | |
| 3207 |
Header
|
11년 전 | 2857 | |
| 3206 |
Header
|
11년 전 | 4321 | |
| 3205 |
Header
|
11년 전 | 3865 | |
| 3204 |
Header
|
11년 전 | 6041 | |
| 3203 |
Header
|
11년 전 | 3244 | |
| 3202 | 11년 전 | 4490 | ||
| 3201 | 11년 전 | 4762 | ||
| 3200 | 11년 전 | 4384 | ||
| 3199 | 11년 전 | 5053 | ||
| 3198 |
|
11년 전 | 4938 | |
| 3197 |
|
11년 전 | 4686 | |
| 3196 | 11년 전 | 5062 | ||
| 3195 |
|
11년 전 | 4368 | |
| 3194 | 11년 전 | 4451 | ||
| 3193 | 11년 전 | 10836 | ||
| 3192 | 11년 전 | 9492 | ||
| 3191 | 11년 전 | 5142 | ||
| 3190 | 11년 전 | 8498 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기