묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
모바일스킨에서 하단 검색창 옵션 질문이요
2014.10.04 16:28
모바일 스킨으로 sketchbook5를 쓰고 있는데요
하단 검색창 옵션 중이름, 닉네임, 아이디 등을 없애려면 어떻게 해야하나요???
초보라 자세한 설명 부탁드립니다 ㅠㅠㅠㅠ
/html/xe/modules/board/m.skins/sketchbook5/_search.html 파일 들어가셔서
<select name="search_target">
<option value="title_content" <!--@if($search_target=='title_content')-->selected="selected"<!--@end-->>{$search_option[title_content]}</option>
<option value="content" <!--@if($search_target=='content')-->selected="selected"<!--@end-->>{$search_option[content]}</option>
<option value="title" <!--@if($search_target=='title')-->selected="selected"<!--@end-->>{$search_option[title]}</option>
<option value="comment" <!--@if($search_target=='comment')-->selected="selected"<!--@end-->>{$search_option[comment]}</option>
<option value="tag" <!--@if($search_target=='tag')-->selected="selected"<!--@end-->>{$search_option[tag]}</option>
</select>
select
사이의 내용을 빨간색 내용으로 수정해 주세요.
이렇게 했는데 안 되시면 같은 폴더 list.html 파일의 같은 부분도 수정해 주세요.
위에는
제목+내용, 내용, 제목, 댓글, 태그 만 적용된 거예요.