EBP Attendance 출석 스킨 월별 부지런상 포인트는 어떻게 하나요?
짧은주소
- - 짧은주소: http://v2.eyoom.net/bbs/?t=313 주소복사
본문
EBP Attendance 출석 스킨 월별 부지런상 포인트는 어떻게 하나요?
월별로 각 달의 말일에 한달동안 계속 개근한 회원들에게 포인트를 주려고 합니다
www/eyoom/user_program/page/attendance.php에 부지런상 코드들 아래부분에 아래와 같이 월별 부지런상 포인트 코드를 넣었습니다
// 월별 부지런상 포인트
if($attendance['monthhard_use'] == 'y') {
if($atd_count%$attendance['monthhard_cond']==0) {
$point['monthhard'] = attendance_point($attendance['monthhard_point']);
insert_point($member['mb_id'], $point['monthhard'], "{$date_day} 월별 출석체크 부지런상", '@attendance',$member['mb_id'], "{$date_day}");
}
www/data/attendance.config.php에 아래와 같이 월별 부지런상 포인트 관련 config코드들을 넣었습니다
추가한 부분은 $monthhard_today = date('j'); $lastday = date('t','monthhard_today'); "monthhard_use" => "y","monthhard_point" => "200","monthhard_cond" => $lastday, 입니다
<?php
if (!defined('_GNUBOARD_')) exit;
$monthhard_today = date('j');
$lastday = date('t','monthhard_today');
$attendance = array(
"target" => "모든회원",
"stime" => "00:00",
"etime" => "24:00",
"point_default" => "100",
"point_type" => "0",
"hard_use" => "y",
"hard_point" => "200",
"hard_cond" => "10",
"monthhard_use" => "y",
"monthhard_point" => "200",
"monthhard_cond" => $lastday,
"group_use" => "y",
"group_point" => "200",
"group_cond" => "20",
"lucky_use" => "y",
"lucky_point" => "100",
"someday_use" => "y",
"someday_point" => "100",
"someday_date" => "20150525",
"ranking_use" => "5",
"ranking1_point" => "100",
"ranking2_point" => "90",
"ranking3_point" => "80",
"ranking4_point" => "70",
"ranking5_point" => "60",
"ranking6_point" => "50",
"ranking7_point" => "40",
"ranking8_point" => "30",
"ranking9_point" => "20",
"ranking10_point" => "10",
);
?>
위들과 같이 했는데 아래 화면들같이 깨지고 기능들이 제대로 출력안되고 출석기능도 출력안됩니다
어떻게 해야 하나요?
좋아요!
Progress Bar 87%
번호 | 제목 | 글쓴이 | 날짜 | 뷰 | 추천 |
---|---|---|---|---|---|
725 | 부끄럼소년 | 2017.07.31 | 1,190 | 0 | |
724 | 닭발은세개 | 2017.07.26 | 1,356 | 0 | |
723 | 오피 | 2017.07.18 | 1,117 | 0 | |
722 | 오피 | 2017.07.14 | 1,363 | 0 | |
721 | 이현민 | 2017.07.11 | 958 | 0 | |
720 | 이현민 | 2017.07.06 | 1,005 | 0 | |
719 | 오피 | 2017.06.09 | 2,286 | 0 | |
718 | 서종득 | 2017.05.31 | 754 | 1 | |
717 | JMEE | 2017.05.17 | 982 | 0 | |
716 | 크롱크롱 | 2017.05.07 | 2,278 | 0 | |
715 | 개발이조아 | 2017.05.03 | 1,694 | 0 | |
714 | 플라잉피그 | 2017.04.29 | 1,552 | 0 | |
713 | 에클레시아선교회 | 2017.04.12 | 5 | 0 | |
712 | 비케잉 | 2017.04.11 | 904 | 0 | |
711 | 비즈차이나 | 2017.04.07 | 1,286 | 0 | |
710 | 비즈차이나 | 2017.04.07 | 1,220 | 0 | |
709 | 달달하고달콤한 | 2017.04.03 | 1,388 | 0 | |
708 | 달달하고달콤한 | 2017.03.29 | 1,120 | 0 | |
707 | 멍청한참새 | 2017.03.21 | 1,254 | 0 | |
706 | 캬릉냥이 | 2017.02.21 | 5,447 | 0 |
댓글목록
등록된 댓글이 없습니다.