mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
#375 게시판 정렬 기준 컬럼 변경 regdate -> list_order
- 게시판모듈 설정에서 문서번호 정렬(list_order)을 등록일 정렬로 변경(문서번호 표기는 삭제) - default 스킨에서 sort_index의 regdate, last_update 값을 list_order, update_order로 변경
This commit is contained in:
parent
6a1614f396
commit
dc307cb7d6
3 changed files with 5 additions and 5 deletions
|
|
@ -11,7 +11,7 @@ class board extends ModuleObject
|
|||
{
|
||||
var $search_option = array('title','content','title_content','comment','user_name','nick_name','user_id','tag'); ///< 검색 옵션
|
||||
|
||||
var $order_target = array('list_order', 'update_order', 'regdate', 'voted_count', 'blamed_count', 'readed_count', 'comment_count', 'title'); // 정렬 옵션
|
||||
var $order_target = array('list_order', 'update_order', 'voted_count', 'blamed_count', 'readed_count', 'comment_count', 'title'); // 정렬 옵션
|
||||
|
||||
var $skin = "default"; ///< skin name
|
||||
var $list_count = 20; ///< the number of documents displayed in a page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue