베스트글 출력 설정법
첨부파일
-
- 첨부파일: 2016-11-11 13;48;38.jpg (33.0K)0 2016-11-11 13:49:00
적용 테마명 또는 스킨명
-
적용 테마명 또는 스킨명 : 커뮤니티 테마
짧은주소
- - 짧은주소: http://v2.eyoom.net/bbs/?t=3fs 주소복사
본문
안녕하세요.
아래 베스트글 출력 설정 답변 내용 중 궁금한게 있습니다.
예로 게시판 번호 (G02_T01,G02_T02,G02_T03,G02_T04,G02_T05,G02_T06)
베스트글로 노출 적용 시, 아래 명령줄에서 어떤 부분에 추가/수정해야하는지요?
// 베스트 SET
public function latest_bestset($skin,$option,$bo_table='') {
global $tpl, $tpl_name;
$opt = '';
$optset = $this->option_query($option);
$title = $optset['title'] ? $optset['title']:'';
$_option['today'] = "best=y||period=1";
$_option['week'] = "best=y||period=7";
$_option['month'] = "best=y||period=30";
$opt .= $optset['count'] ? "||count=".$optset['count']:"||count=10";
$opt .= $optset['cut_subject'] ? "||cut_subject=".$optset['cut_subject']:"||cut_subject=30";
if($bo_table) {
$opt .= "||bo_table=".$bo_table;
} else {
$opt .= $optset['bo_include'] ? "||bo_include=".$optset['bo_include']:"";
$opt .= $optset['bo_exclude'] ? "||bo_exclude=".$optset['bo_exclude']:"";
$opt .= $optset['gr_id'] ? "||gr_id=".$optset['gr_id']:"";
}
$opt .= $optset['where'] ? "||where=".$optset['where']:"";
$_option['today'] .= $opt;
$_option['week'] .= $opt;
$_option['month'] .= $opt;
좋아요!
Progress Bar 77%
댓글목록
이윰IN님의 댓글
{latest->latest_bestset('community','title=베스트 게시글||bo_include=G02_T01,G02_T02,G02_T03,G02_T04,G02_T05,G02_T06||count=9||cut_subject=30')}
이렇게 하시면 됩니다.
최신글 추출 옵션은
http://eyoom.net/page/?pid=latest
위 링크를 참조해 주세요.
축하합니다. 첫댓글 포인트 6포인트를 획득하였습니다.