묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
웹진 위젯을 조회수로 정렬 하려면...
2011.11.12 05:11
아래는 웹진 위젯 인데요.
현재 이 위젯은 등록일, 변경일로 정렬이 가능 한데요.
조회수로 정렬을 하게 하려면, 뭘 수정 하고 추가 해야 하는지요?
부탁 드립니다.
xe - widgets - webzine - conf - info.xml 열고
정렬순서부분 찾아서
<options>
<value>readed_count</value>
<name xml:lang="ko">조회순</name>
</options>
이것을 추가해 주고
xe - widgets - webzine - webzine.class.php 열고
line 48 쯤에
if(!in_array($widget_info->order_target, array('list_order','update_order','readed_count'))) $widget_info->order_target = 'list_order';
여기서 붉은 색 부분이 추가된 내용