이 자료실은 공식 자료실에 포함될 예정이며 신규 등록되지 않습니다.
자료를 올려주셨던 분들은 공식 자료실에 다시 올려주시면 매우 감사하겠습니다.
글 수 174
| 라이센스 : | |
|---|---|
| 기타 라이센스 : | |
| 적용 버전 : | |
| 프로젝트 URL : |
지정한 그룹의 회원중에 최근 생일 회원을 출력해주는 위젯입니다.
제로님의 그룹회원출력 위젯을 기반으로 만들었습니다.
생일이 x일 지난 회원부터 y일 남은 회원까지의 목록을 설정할 수 있습니다.
지정한 그룹의 회원목록의 생일 모두 계산하기 때문에
회원이 많은 사이트에는 적합하지 않을 수도 있습니다.
또한, 어차피 생일 계산은 일 단위이므로 캐쉬를 적극 활용하시길 바랍니다.
(제 경우는 하루에 한번씩 캐쉬 갱신을 하도록 셋팅하여 사용 중입니다.)
설정 내용
- 지정그룹의 회원수
그룹회원 위젯을 기반으로 하다보니, 지정한 회원수만큼 읽어와서 그 중에 최근 생일데이터를 뽑아옵니다.
- 출력 범위 이전(날짜)
지정일이 지난 생일 회원까지 출력합니다.
- 출력 범위 이후(날짜)
지정일이 남은 생일 회원까지 출력합니다.
- 대상 회원 그룹
검색할 회원 그룹을 지정합니다. 여러 그룹을 지정할 경우 ,(콤마)로 구분합니다.
기본으로 들어있는 스킨은 제로님이 그룹회원출력위젯에 포함하신 스킨을 아주 약간만 수정한 스킨입니다.
jh
Warning: usort() [function.usort]: The argument should be an array in /~~~~~//widgets/member_birthday/member_birthday.class.php on line 94
Warning: Cannot modify header information - headers already sent by (output started at /````/widgets/member_birthday/member_birthday.class.php:94) in /~~~~~/classes/display/DisplayHandler.class.php on line 100
Warning: Cannot modify header information - headers already sent by (output started at /````/widgets/member_birthday/member_birthday.class.php:94) in /~~~~~/classes/display/DisplayHandler.class.php on line 100
Warning: Cannot modify header information - headers already sent by (output started at /````/widgets/member_birthday/member_birthday.class.php:94) in /~~~~~/classes/display/DisplayHandler.class.php on line 100
Warning: Cannot modify header information - headers already sent by (output started at /````/widgets/member_birthday/member_birthday.class.php:94) in /~~~~~/classes/display/DisplayHandler.class.php on line 100








왜 출력이 안되지???ㅡ,.ㅡ.