묻고답하기
확장변수에 대한 질문 드립니다
2012.07.03 15:39
메인에 나오는 최근 게시물이 첨부한 이미지처럼 나오는 상태입니다.
그런데 하단에 네줄이 나오는 부분에서 우측 날짜부분이 실제 올린 날자가 나옵니다.
여기에 실제 올린 날자가 아니라 확장변수중 하나의 필드 내용이 나오게 하고 싶습니다.
어떻게 수정을 해야 할지 몰라 질문드립니다.
<td width="34"><img src='{$tpl_path}/img/btn_title.gif'></td><td width="681" valign="top" style="font-size:14px"><b><a href="{getUrl('document_srl',$item->get('document_srl'),'popup','Y')}">{$item->getTitle($widget_info->subject_cut_size)}</b></a>
</td>
</tr>
<tr><td><img src='{$tpl_path}/img/btn_speech.gif'></td><td valign="top" style="font-size:12px">{$extra_vars[1]['value']}</td></tr>
<tr><td><img src='{$tpl_path}/img/btn_date.gif'></td><td valign="top" style="font-size:12px">{$extra_vars[2]['value']}</td></tr>
</table>
<!--@end-->
{@$praise++}
<!--@end-->
{@$praise=0}
<table class="widgetTableA" border="1" style="background:#dce9f2; border:1px solid #c2d2df; margin-top:10px; height:70px;">
<tbody>
{@$_idx=0}
<content_items">!--@foreach($widget_info->content_items as $key => $item)-->
<!--@if($praise)-->
<tr<!--@if($_idx >= $widget_info->list_count)--> style="display:none"<!--@end-->>
<option_view_arr">!--@foreach($widget_info->option_view_arr as $k => $v)-->
<!--@if($v=='title')-->
<td class="title">
<show_browser_title=='Y'">!--@if($widget_info->show_browser_title=='Y' && $item->getBrowserTitle())--> <a href="{getUrl('document_srl',$item->get('document_srl'),'popup','Y')}"><strong>· </strong>{$item->getTitle($widget_info->subject_cut_size)}</a> <show_comment_count=='Y'">!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())--> <show_trackback_count=='Y'">!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())--> <show_icon=='Y'">!--@if($widget_info->show_icon=='Y')-->
<a href="<contents_link)-->{$item->contents_link}{getSiteUrl($item->domain">!--@if($item->contents_link)-->{$item->contents_link}<!--@else-->{getSiteUrl($item->domain, '', 'mid', $item->get('mid'))}<">!--@end-->"><strong class="board">{$item->getBrowserTitle()}</strong></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'))}"><strong class="category">{$item->getCategory()}</strong></a>
<!--@end-->
<em class="replyNum" title="Replies"><a href="{$item->getLink()}#comment">{$item->getCommentCount()}</a></em>
<!--@end-->
<em class="trackbackNum" title="Trackbacks"><a href="{$item->getLink()}#trackback">{$item->getTrackbackCount()}</a></em>
<!--@end-->
<span class="icon">{$item->printExtraImages()}</span>
<!--@end-->
</td>
<!--@else if($v=='nickname')-->
<td><a <getMemberSrl())-->href">!--@if($item->getMemberSrl())-->href="#" onclick="return false;" class="author member_{$item->getMemberSrl()}"<getAuthorSite())-->href="{$item->getAuthorSite'>!--@elseif($item->getAuthorSite())-->href="{$item->getAuthorSite()}" onclick="window.open(this.href); return false;" class="author member"<href">!--@else-->href="#" onclick="return false;" class="author member"<!--@end--> >{$item->getNickName()}</a></td>
<!--@else if($v=='regdate')-->
<td class="time"><span class="date"> {$item->getRegdate("Y.m.d")} </span><!-- <span class="hour">{$item->getRegdate("H:i")}</span>--></td>
<!--@end-->
<!--@end-->
</tr>
{@$_idx++}
<!--@end-->
{@$praise++}
<!--@end-->
</tbody>
</table>
제가 만들었던 사이트네요 ^^
수정해드렸습니다.