https://xetown.com/lakepark/99275
위 링크에서
<!--@foreach($document->getComments() as $comment)--> <!--@if($comment->voted_count > 3)--> 베댓 <!--@end-->{@break}<!--@end-->
위 코드를 넣으라고 하는되요 어디에 넣는지 여기 저기 넣어 봐도 안되는군요
혹시 어느곳에 넣는지 알수 있을까요 ...?
https://xetown.com/lakepark/99275
위 링크에서
<!--@foreach($document->getComments() as $comment)--> <!--@if($comment->voted_count > 3)--> 베댓 <!--@end-->{@break}<!--@end-->
위 코드를 넣으라고 하는되요 어디에 넣는지 여기 저기 넣어 봐도 안되는군요
혹시 어느곳에 넣는지 알수 있을까요 ...?
댓글 5
스킨마다 파일명이 다 달라서.. list.html 일때도 있고 style.list.html 일 수도 있고 등등
여기서 제목출력하는 부분 ( 보통 $document->getTitle() 이런 형태죠 ) 앞이나 뒤쪽에 넣으시면 되겠네요
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}"><!--@foreach($document->getComments() as $comment)--> <!--@if($comment->voted_count > 1)--><span style="margin-left:2px;background-color:#0100FF;border-radius:6px;padding:2px 5px;font-size:11px;font-weight:bold;color:#fff">좋은답변</span>{@ break}<!--@end--><!--@end-->{$document->getTitle($module_info->subject_cut_size)}</a>
{$document->printExtraImages(60*60*$module_info->duration_new)}
이렇게 넣었습니다
맞는건가요 ㅠㅠ
/modules/board/skins/xe_2009 사용중 입니다
제거 볼때는 _style.list.html 에서 출력을 하는것 같습니다
<td class="title">
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
<strong class="category">{$category_list[$document->get('category_srl')]->title}</strong>
<!--@end-->
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
{$document->printExtraImages(60*60*$module_info->duration_new)}
이부분 같은되요 이상하게 안되는군요
https://xetown.com/qna/436881 여기 같은 내용은되요 웹지기님이 알려주신대로
저는 {$document->getTitle($module_info->subject_cut_size)} 여기 앞에 위 소스를 넣었지만
출력이 안되는군요
감사 합니다