특정게시판을 최근 게시물에서 제외하는건 없나요?
- stormix
- 5
- 5,358
- 글주소
- 09-15
[code]
$config = array(
'skin' => 'hot_issues',
'brd_id' => '',
'limit' => 10,
'length' => 20,
'is_gallery' => '',
'image_width' => '',
'image_height' => '',
'cache_minute' => 1,
'findex' => 'post_comment_count',
'forder' => 'DESC',
'exclude' => 'notice'
);
[/code]
exclude로 libraries/Board.php에서 조정하는 방법이 없나요?
방법을 알려주세용...