묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
검색창 설정 기본 검색 창 항목 없애는 방법
2009.01.13 18:51
이 문제에 대해서 동일하게 Q&A올려주신 분이 계시는데요,,..
똑같이 해봐도 안됩니다.. 고수분들 확인을 부탁 드립니다.
빨간부분을 삭제하거나 주석처리 해보세요.
modules/intergration_search/intergration_search.view.php에서
// 검색대상 변수 설정
$search_target = Context::get('search_target');
if(!in_array($search_target, array('title','content','title_content','comment','tag'))) $search_target = 'title';
modules/intergration_search/lang/ko.lang.php에서
$lang->is_search_option = array(
'title' => '제목',
'content' => '내용',
'title_content' => '제목+내용',
'comment' => '댓글',
'tag' => '태그',
);
똑같이 해봐도 안됩니다.. 고수분들 확인을 부탁 드립니다.
빨간부분을 삭제하거나 주석처리 해보세요.
modules/intergration_search/intergration_search.view.php에서
// 검색대상 변수 설정
$search_target = Context::get('search_target');
if(!in_array($search_target, array('title','content','title_content','comment','tag'))) $search_target = 'title';
modules/intergration_search/lang/ko.lang.php에서
$lang->is_search_option = array(
'title' => '제목',
'content' => '내용',
'title_content' => '제목+내용',
'comment' => '댓글',
'tag' => '태그',
);