mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
게시판 모듈에서 기존의 스킨에서 임시 처리하던 정렬 옵션을 게시판 모듈 자체 설정으로 변경. 기본/수정/등록일/추천/조회/댓글수/제목순 정렬 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4070 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
29f9b4ce49
commit
95a74eaade
15 changed files with 321 additions and 272 deletions
|
|
@ -181,6 +181,9 @@
|
|||
if($extra_var->use_category!='Y') $extra_var->use_category = 'N';
|
||||
if($extra_var->except_notice!='Y') $extra_var->except_notice = 'N';
|
||||
if($extra_var->consultation!='Y') $extra_var->consultation = 'N';
|
||||
if($extra_var->order_target) $extra_var->consultation = 'N';
|
||||
if(!in_array($extra_var->order_target,$this->order_target)) $extra_var->order_target = 'list_order';
|
||||
if(!in_array($extra_var->order_type,array('asc','desc'))) $extra_var->order_type = 'asc';
|
||||
unset($extra_var->act);
|
||||
unset($extra_var->page);
|
||||
unset($extra_var->board_name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue