묻고답하기
웹콘의 최신글위젯을 인기게시글 위젯으로 개조하려고했는데 잘 안됩니다.
2018.03.07 23:06
info.xml에서
<options>
<value>readed_count</value>
<name xml:lang="ko">조회수 높은순</name>
</options>
<options>
<value>list_order</value>
<option>
<name xml:lang="ko">최신 등록순</name>
</options>
<options>
<value>update_order</value>
<name xml:lang="ko">최근 변경순</name>
</options>
갈색부분 추가했구요
webcon_carousel.class.php에서
// 정렬 대상
$widget_info->order_target = $args->order_target;
if(!in_array($widget_info->order_target, array('readed_count','list_order','update_order'))) $widget_info->order_target = 'list_order';
<img class="zbxe_widget_output" widget="webcon_carousel" skin="carousel_style" order_target="readed_count" order_type="desc" tooltip_enum="Y" button_enum="Y" thumbnail_type="crop" thumbnail_width="120" thumbnail_height="80" cols_list_count="12" roll_list_count="2" sub ject_cut_size="13" display_content_info="Y" display_browser_title="N" display_author="N" display_regdate="N" display_readed_count="N" module_srls="139,141,143" />
위젯코드는 이것을썼습니다
근데 이렇게하면 기존에 최신글을 불러오던 위젯이 아무 게시물도 불러오지를 않습니다.
몇시간째살펴봐도 DB에 이름이 다르게 들어가있는것도아니고 제대로 들어가있는데
뭐가 문제인지 모르겠습니다..
list_order에서 readed_count만 바꿔준건데 도대체 왜 아무것도 못불러오고 그냥 안되는지 모르겠습니다..
도움좀 부탁드립니다...