묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
최근글에서 확장변수 나타나게 하기
2010.08.27 15:54
수고하십니다.
게시판에서 확장변수를 date(발표날짜), name(저자)를 만들었습니다.
메인의 최근글에서 제목, 발표날짜,저자, 이미지를 추출해서 나타나게 하고 싶습니다.
/xe/widgets/content/skins/daerew_webzine_notice에서 daerew_webzine.html를 열었더니 아래와 같이 나왔습니다.
그래서 묻고답하기에서 열심히 찾아서 아래와 같이 {$oDocument->getExtraValueHTML(1)}를 넣으면 나온다고 해서 넣었습니다.
하지만 아무것도 나타나지 않네요 ㅠ.ㅠ
왜 그럴까요? 어떻게 해야 하죠?
=====================================daerew_webzine.html===================================
<content_items">!--@foreach($widget_info->content_items as $key => $item)-->
<div class="daerew_webzine">
<getThumbnail()--> !--@if($item->getThumbnail())--><p class="thumb"> <a href="{$item->getLink()}"><img src="{$item->getThumbnail()}" width="{$widget_info->thumbnail_width}" height="{$widget_info->thumbnail_height}" alt="" /></a></p><!--@end-->
<h3>
<show_browser_title=='Y'">!--@if($widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
<a class="browser" href="{getSiteUrl($item->domain, ', 'mid', $item->get('mid'))}">[{$item->getBrowserTitle()}]</a>
<!--@end-->
<show_category=='Y'">!--@if($widget_info->show_category=='Y' && $item->get('category_srl') )-->
<a href="{getSiteUrl($item->domain,','mid',$item->get('mid'),'category',$item->get('category_srl'))}"><span class="category">{$item->getCategory()}</span></a>
<!--@end-->
<a class="title" href="{$item->getLink()}"><b>{$item->getTitle($widget_info->subject_cut_size)}</b></a>
<show_comment_count=='Y'">!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
<a class="comment" href="{$item->getLink()}#comment"><getCommentCount()-->[{$item->getCommentCount()}]!--@if($item->getCommentCount())-->[{$item->getCommentCount()}]<!--@end--></a>
<!--@end-->
</h3>
Name : {$oDocument->getExtraValueHTML(1)}<br> <=== 추가함
Date : {$oDocument->getExtraValueHTML(3)} <= 이름도 한글로 적으니까 깨져서 나오네요
<div class="clear"></div>
</div>
<!--@end-->
============================================================================================
<div class="daerew_webzine">
<getThumbnail()--> !--@if($item->getThumbnail())--><p class="thumb"> <a href="{$item->getLink()}"><img src="{$item->getThumbnail()}" width="{$widget_info->thumbnail_width}" height="{$widget_info->thumbnail_height}" alt="" /></a></p><!--@end-->
<h3>
<show_browser_title=='Y'">!--@if($widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
<a class="browser" href="{getSiteUrl($item->domain, ', 'mid', $item->get('mid'))}">[{$item->getBrowserTitle()}]</a>
<!--@end-->
<show_category=='Y'">!--@if($widget_info->show_category=='Y' && $item->get('category_srl') )-->
<a href="{getSiteUrl($item->domain,','mid',$item->get('mid'),'category',$item->get('category_srl'))}"><span class="category">{$item->getCategory()}</span></a>
<!--@end-->
<a class="title" href="{$item->getLink()}"><b>{$item->getTitle($widget_info->subject_cut_size)}</b></a>
<show_comment_count=='Y'">!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
<a class="comment" href="{$item->getLink()}#comment"><getCommentCount()-->[{$item->getCommentCount()}]!--@if($item->getCommentCount())-->[{$item->getCommentCount()}]<!--@end--></a>
<!--@end-->
</h3>
Name : {$oDocument->getExtraValueHTML(1)}<br> <=== 추가함
Date : {$oDocument->getExtraValueHTML(3)} <= 이름도 한글로 적으니까 깨져서 나오네요
<div class="clear"></div>
</div>
<!--@end-->
============================================================================================
댓글 1
-
chohee
2010.08.27 20:17
저는 팔공산님의 팁대로 해서 성공했습니다. 링크걸어드릴게요. http://jcas.co.kr/zbxe/270415 -
BST1
2010.08.27 22:13
http://moonhouse.co.kr/ 대단한 사이트네요. 감사합니다. 위젯다운받아 설치했어요