캐머런 상품 Q&A
갤러리위젯에 사진이 나타나지 않습니다,
문의하시는 페이지주소 : walkingwith.or.kr
갤러리위젯에 사진이 나타나지 않습니다,
보이기를 설정하고 게시판이름도 잘 정해줬는데..
안나타나기 시작한 시점이 패치 이후인것 같은데요.
혹시 패치에 문제가 있는건 아닌지요?
코드부분입니다.
<section cond="$layout_info->gallery=='on'" id="widein_gallery" class="section{$sectioni} cw-container newclearfix">
<!--@if($layout_info->gallery_custom)-->
{$layout_info->gallery_custom}
<!--@else-->
<div class="cameron-container boxs">
<div class="cameron-row boxs">
<div class="cameron-md-12 boxs">
<block cond="$layout_info->gallery_mid">
{@
$args=new stdClass();
$args->site_srl=$site_srl;
$args->mid=$layout_info->gallery_mid;
$msrlq_gallery=executeQueryArray('module.getModuleSrlByMid', $args);
$msrl_gallery=$msrlq_gallery->data;
}
<block loop="$msrl_gallery=>$key,$val">{@ $msrli_gallery[$key]=$msrlq_gallery->data[$key]->module_srl; }</block>
{@ $msrls_gallery=implode(',',$msrli_gallery)}
</block>
<img class="zbxe_widget_output" widget="cameronGallery" skin="wideinGallery" content_type="document" module_srls="{$msrls_gallery}" use_limit="N" order_target="{$layout_info->gallery_order_target}" order_type="{$layout_info->gallery_order_type}" gallery_title="{$layout_info->gallery_title}" option_view="thumbnail,title,{$layout_info->gallery_option_view}" thumbnail_width="262" thumbnail_height="175" thumbnail_type="crop" list_count="{$layout_info->gallery_count}" cols_list_count="4" subject_cut_size="24" show_browser_title="N" show_category="N" show_comment_count="N" category_range="all" hyperlink="Y" hyperlink_src="article" view_permission="list" view_secret_document="all_user" />
</div>
</div>
</div>
<!--@endif-->
{@ $sectioni++}
</section>
-
?
아 접근권한 문제였군요.. 해결했습니다,,^^;;
-
살펴보고 있었는데 잘 해결되서 다행입니다.^^