묻고답하기

왕초보입니다. ㅠㅠ

통합검색의 선택하는 부분이 '제목'으로 되어 있는데...

'제목+내용'으로 기본설정되게 할 수 없나요 ?

알려주세요 ㅠㅠ


님들이 답변을 감사희 주셔서 아래와 같이 해 보았는데 안되요..
------------------------------------------------------
대암지기

xe_official 레이아웃을 쓰신다고 가정하고 말씀드리면
zbxe설치폴더/layouts/xe_official/layout.html
line 55 ~56
<input name="search_target" type="radio" value="title" id="search_target" class="searchOrder" checked="checked" title="search option" />
   <label for="search_target" class="checked" id="search_target_label" onclick="showHide('selectOrder'); return false">{$lang->title}</label>
을 아래의 것으로 바꾸시면 됩니다.

<input name="search_target" type="radio" value="title_content" id="search_target" class="searchOrder" checked="checked" title="search option" />
   <label for="search_target" class="checked" id="search_target_label" onclick="showHide('selectOrder'); return false">{$lang->title}+{$lang->content}</label>



아래 올려주신분은 어디다 넣으라는건지 잘 모르겠어요 ㅠㅠ
-------------------------------------------------------
좀비이

<form action="{getUrl()}" method="post" id="isSearch">
            <input type="hidden" name="mid" value="{$mid}" />
            <input type="hidden" name="act" value="IS" />

   <input name="search_target" type="radio" value="title_content" id="search_target" class="searchOrder" checked="checked" title="search option" />
   <label for="search_target" class="checked" id="search_target_label" onclick="showHide('selectOrder'); return false">{$lang->title}+{$lang->content}</label>
   <ul id="selectOrder">
    <li>
     <input type="radio" name="search_target" value="title" id="search_target1" />
     <label for="search_target1" onclick="chkIsKind(1, '{$lang->title}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->title}</label>
    </li>
    <li>
     <input type="radio" name="search_target" value="content" id="search_target2" />
     <label for="search_target2" onclick="chkIsKind(2, '{$lang->content}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->content}</label>
    </li>
    <li>
     <input type="radio" name="search_target" value="title_content" id="search_target3" />
     <label for="search_target3" onclick="chkIsKind(3, '{$lang->title}+{$lang->content}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->title}+{$lang->content}</label>
    </li>
    <li>
     <input type="radio" name="search_target" value="comment" id="search_target4" />
     <label for="search_target4" onclick="chkIsKind(4, '{$lang->comment}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->comment}</label>
    </li>
    <li>
     <input type="radio" name="search_target" value="tag" id="search_target5" />
     <label for="search_target5" onclick="chkIsKind(5, '{$lang->tag}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->tag}</label>
    </li>
   </ul>
   <input name="is_keyword" type="text" class="inputText" title="keyword" />

   <input type="image" src="./images/{$layout_info->colorset}/buttonSearch.gif" alt="{$lang->cmd_search}" class="submit" />
  </form>

이걸 그냥 코피해서넣구 해보세요 요구하시는것이 이런건지 도움이 되실지 모르겠네요

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
Love_Park xe guestbook 글쓰기에서 이메일 없에는 방법 [1] file 2013.02.03 by 꿈틀잉
s940618 게시글 오른쪽 new버튼 [2] 2013.02.02 by 푸시아
wulff 설치시 에러... [1] 2013.02.02 by 푸시아
lmjy2k 이메일 주소 비공개로 보이게 하고 싶어요~ [1] 2013.02.02 by 송동우
witchtail 컨텐츠 확장 위젯의 썸네일이미지 크기 조정이 되지 않습니다. [1] file 2013.02.02 by 송동우
본체 faq 모듈을 설치하고 사용하는데 왜 글자가 커질까요? [1] 2013.02.02 by 송동우
Goooooo 질문 수정 - 게시판 상단에 위젯넣기...질문드립니다. [1] file 2013.02.02 by 송동우
XE모듈 CSS 질문 (수정!!!) [1] file 2013.02.02 by 송동우
XE모듈 또다른 CSS 질문 file  
rosery 댓글 수정과 삭제가 안됩니다 ㅠㅠ 살려주세요 ㅠㅠㅠㅠㅠㅠㅠㅠ file  
민트파이 XE 1.4.10을 다운 받고 싶어요 ㅠㅠ [1] 2013.02.02 by 윈컴이
공수래 widgets info 변수 html 스크립트에서 받기 [2] 2013.02.02 by 푸시아
_writer 위젯에서 페이지별로 버튼 다르게 하려면 [3] 2013.02.02 by 푸시아
alljoy 메일 인증관련... [1] 2013.02.02 by 궁금궁금궁금이
boy2 특정 확장변수 모든 회원 입력가능하게 [1] 2013.02.02 by 푸시아
원보드 위젯 설치는 단 한번도 성공해본적이 없네요 [1] 2013.02.02 by 궁금궁금궁금이
키스미베이베 추천/비추천 애드온에 '신고' 추가하는방법좀... [1] 2013.02.02 by 궁금궁금궁금이
유유히 검색 버튼 만들어서 버튼 클릭 하면 넘어가게 만들려고 하는데 도와 주세요  
XE모듈 css 질문 합니다 ㅠㅠㅠ 초간단 [1] file 2013.02.02 by 송동우
rosery 두 가지만 여쭤볼게요ㅠㅠ [1] file 2013.02.02 by 송동우
natura 외부페이지에서 게시판 글쓰기 [1] 2013.02.02 by 송동우
音志 신고된 게시물은 어디서 보나요? [1] 2013.02.02 by sejin7940
원보드 익스플로러 제목 창이 welcome_page로 되어 있는데 수정 방법 없나요? [1] 2013.02.02 by sejin7940
Gmelon 익스플로러에서 오류.. (TypeError: 's'는 null 이거나 개체가 아닙니다.. file  
원보드 홈페이지 일본어로 보기 기능 있었는데 [1] 2013.02.02 by sejin7940
Mania 파일 다운로드 시 확장변수에 젹혀진 숫자 만큼 게시자에게 줄 수 있는 방법 좀 알려주세요.  
디따마니 분류를 사용하는 게시판이면 공지사항도 분류를 선택해야 하나요? [2] 2013.02.02 by 송동우
ETT 도와주세요.ㅠㅠ [1] file 2013.02.02
싸싸까꿍 관리자 페이지 접속이 안되요... file  
SunyYun xe설치시 원격지의 db지정