묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
최근 게시물 출력시 카테고리 (분류) 를 표기하고 싶습니다
2009.01.30 14:25
출력함수를 찾아서 적용해봐도 되지를 않아요 ㅠ.ㅠ
<!--// 설정된 컬러셋의 종류에 따라서 css파일을 import 합니다 -->
<!--@if($colorset=="black")-->
<!--%import("css/black.css")-->
<!--@else-->
<!--%import("css/white.css")-->
<!--@end-->
<div class="latest_{$colorset}">
<!--@if($widget_info->title)-->
<h2>{$widget_info->title}</h2>
<!--@end-->
<ul>
<!--@foreach($widget_info->document_list as $oDocument)-->
<li>
<!--@if($widget_info->display_regdate == 'Y')-->
<span class="category">{$oDocument->category->title}</span>
<!--@end-->
<span class="title">
<a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitle($widget_info->subject_cut_size)}</a>
<!--@if($oDocument->getCommentCount())-->
<span class="comment">[<a href="{$oDocument->getPermanentUrl()}#comment">{$oDocument->getCommentCount()}</a>]</span>
<!--@end-->
{$oDocument->printExtraImages($widget_info->duration_new)}
</span>
</li>
<!--@end-->
</ul>
<!--@if($widget_info->title && $widget_info->module_name)-->
<a href="{getUrl('','mid',$widget_info->module_name)}" class="more">more</a>
<!--@end-->
</div>
코딩에 관해서는 완전 무지한지라... 좀 도와주십시오.
카테고리-제목-뉴아이콘-작성자 순으로 최근게시물을 출력하고 싶습니다!!!!!!!
백성찬님께서 작성하신 글을 참조해볼려고 했더니 홈페이지가 아직까지도 다운인지라 ㅠ.ㅠ
미리 감사드립니다. :D
<!--// 설정된 컬러셋의 종류에 따라서 css파일을 import 합니다 -->
<!--@if($colorset=="black")-->
<!--%import("css/black.css")-->
<!--@else-->
<!--%import("css/white.css")-->
<!--@end-->
<div class="latest_{$colorset}">
<!--@if($widget_info->title)-->
<h2>{$widget_info->title}</h2>
<!--@end-->
<ul>
<!--@foreach($widget_info->document_list as $oDocument)-->
<li>
<!--@if($widget_info->display_regdate == 'Y')-->
<span class="category">{$oDocument->category->title}</span>
<!--@end-->
<span class="title">
<a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitle($widget_info->subject_cut_size)}</a>
<!--@if($oDocument->getCommentCount())-->
<span class="comment">[<a href="{$oDocument->getPermanentUrl()}#comment">{$oDocument->getCommentCount()}</a>]</span>
<!--@end-->
{$oDocument->printExtraImages($widget_info->duration_new)}
</span>
</li>
<!--@end-->
</ul>
<!--@if($widget_info->title && $widget_info->module_name)-->
<a href="{getUrl('','mid',$widget_info->module_name)}" class="more">more</a>
<!--@end-->
</div>
코딩에 관해서는 완전 무지한지라... 좀 도와주십시오.
카테고리-제목-뉴아이콘-작성자 순으로 최근게시물을 출력하고 싶습니다!!!!!!!
백성찬님께서 작성하신 글을 참조해볼려고 했더니 홈페이지가 아직까지도 다운인지라 ㅠ.ㅠ
미리 감사드립니다. :D
widgets /수정할위젯 /skins / 수정할스킨/list.html 에
로 수정하니 되더군요 저는;;; xe 는 1.1.3 사용중입니다.