로그인

검색

Extra Form
추천지수 6

XE에서 라이믹스로 전환했거나 라이믹스라도 오래전에 사용하던 멤버모듈 스킨을 사용하고 있다면 이부분이 없을 것 입니다.

최신 라이믹스에 내장된 회원모듈 기본 스킨에 보면 스킨에 해당 부분이 반영되어이 있으니 이것을 참조해서 사용하는 스킨에 추가해 주면 검색 기능을 제공하여 좀더 편리하게 사용이 가능합니다.

 

 

작성글 보기의 스킨에 해당 부분을 찾아보면 

 

    <form action="{Context::getRequestUri()}" method="get" no-error-return-url="true" style="float:left">
        <input type="hidden" name="mid" value="{$mid}" />
        <input type="hidden" name="act" value="{$act}" />
        <select name="search_target" title="{$lang->search_target}">
            <option value="title" selected="selected"|cond="$search_target == 'title'">{$lang->title}</option>
            <option value="title_content" selected="selected"|cond="$search_target == 'title_content'">{$lang->title_content}</option>
            <option value="content" selected="selected"|cond="$search_target == 'content'">{$lang->content}</option>
        </select>
        <input type="text" name="search_keyword" value="{escape($search_keyword, false)}">
        <button type="submit" class="btn">{$lang->cmd_search}</button>
    </form>

 

 

이런 코드가 있습니다. 이것을 내가 사용하는 스킨에 이식해 주고 디자인만 스킨에 맞게 고쳐주면 되겠죠.

Who's 꿀팁관리소장

profile
라이믹스로 커뮤니티 사이트를 운영하는 비개발자 운영자 입니다.
파트너쉽 맺으실 사이트 운영자분 환영합니다.
2 추천

라이믹스 스토리(48)

라이믹스를 주제로 한 이야기가 게시됩니다.

  1. read more
  2. Read More
  3. Read More
  4. Read More
  5. Read More
  6. Read More
  7. Read More
  8. Read More
  9. Read More
Prev 1 2 3 Next
/ 3