XpressEngineGoogleCode / xe-board

Automatically exported from code.google.com/p/xe-board
0 stars 0 forks source link

검색 후 listStyle, sort_index, order_type를 유지할 수 있도록 개선 #144

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. 게시판 스킨의 검색 form에서  listStyle, sort_index, order_type 를 
포함하도록 수정.
2. 검색을 해보면 검색 결과는 기존과 같이 검색되지만
   브라우저 주소차을 보면 "http://abc.com/?error_return_url=%2Findex.php%3Fmid%3Dsho~~~" 이런 주소로 넘어옵니다.
3.

What is the expected output? What do you see instead?

<input type="hidden" name="listStyle" value="{$listStyle}" / cond="$listStyle">
<!--@if($sort_index)-->
    <input type="hidden" name="sort_index" value="{$sort_index}" />
    <input type="hidden" name="order_type" value="{$order_type}" />
<!--@end-->

이런 코드를 추가하면 검색결과에 GET 변수로 넘어올 것으로 
기대했습니다.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by cah...@gmail.com on 14 Nov 2012 at 2:08

GoogleCodeExporter commented 8 years ago

Original comment by sinsy...@gmail.com on 12 Mar 2013 at 6:54