묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
최근 이미지 위젯 스킨 만드는 중인데요 ㅎ
2014.04.07 11:27
갑자기 위젯스킨에 꽇혀가지고 ...
<!--@if(count($widget_info->document_list))--> {@ $count = 0; } <!--@for($i=0;$i<$widget_info->rows_list_count;$i++)--> <div class="aginet_item"> <!--@for($j=0;$j<$widget_info->cols_list_count;$j++)--> {@ $oDocument = $widget_info->document_list[$i*$widget_info->cols_list_count + $j]} <!--@if($widget_info->rows_list_count>1)-->class="bottomBorder"<!--@end--> <!--@if($oDocument->document_srl)--> <a href="{getUrl('','document_srl',$oDocument->document_srl)}"> <img src="{$oDocument->getThumbnail($widget_info->thumbnail_width,$widget_info->thumbnail_height,$widget_info->thumbnail_type)}" border="0" alt="" class="thumbnail" /> </a> <!--@end--> <!--@end--> <a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitle($widget_info->title_length)}</a> <div class="member_{$oDocument->get('member_srl')}">{$oDocument->getNickName()}</div> </div> <!--@end--> <!--@end-->
제목이랑 끌쓴이 코드를 아무리 넣어도 안나오더라구요 어디가 잘못 된건지 알려주세요
태그 연관 글
- [2014/04/01] 묻고답하기 xe공홈에쓰인 위젯스킨 뭔지알수있을까요? *4
- [2011/12/20] 묻고답하기 위젯스킨고치기 *2
- [2010/10/30] 묻고답하기 로그인 폼
리스트에서 가져오는 부분이 안보이네요..
<!--@foreach($widget_info->content_items as $key => $oDocument)-->
<!--@end-->
이런식으로 리스트를 가져오셔야합니다...