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, '코멘트');
이부분을
// 포인트 부여
$point_range = @sql_query("SELECT wr_id FROM `$write_table` WHERE `wr_is_comment` =0 ORDER BY `$write_table`.`wr_id` DESC LIMIT 0 , $board[bo_page_rows]");
if($wr_id>=@mysql_result($point_range,$board[bo_page_rows]-1))
insert_point($member[mb_id], $board[bo_comment_point], "$board[bo_subject] {$wr_id}-{$comment_id} 코멘트쓰기", $bo_table, $comment_id, '코멘트');
이렇게 수정해주시면 (빨간색 조건문 추가)
게시판의 첫번째 페이지에 있는 코멘트에만 포인트를 지급합니다.
몇년 지난 게시물에 댓글을 달아 포인트를 취득하시는 분이 계시더라구요 ^^;;
게시글 목록
| 번호 | 제목 |
|---|---|
| 34021 | |
| 33994 | |
| 33922 | |
| 33895 | |
| 33889 | |
| 33882 | |
| 33868 |
최신글
최신글 함수 개량
11
|
| 33863 | |
| 33859 | |
| 33857 | |
| 33849 | |
| 33842 | |
| 33835 | |
| 33830 | |
| 33828 | |
| 33807 | |
| 33797 | |
| 33796 | |
| 33791 | |
| 33786 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기