묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
SourceComment 질문을 드립니다.
2012.05.06 01:11
스케치북스킨을 쓰고있습니다.
댓글에 답글에서..
<include target="_header.html" />
<load target="js/editor.js" />
<!--@if($oSourceComment->isExists())-->
<div class="context_data">
<div class="fdb_itm" style="margin:0;padding:0;border:0">
<div class="meta">
<b>{$oSourceComment->getNickName()}</b><span class="date">{$oSourceComment->getRegdate("Y.m.d H:i")}</span>
</div>로 작성이 되어있는 {$oSourceComment->getNickName()} 코드를..
게시판 리스트나 댓글에 답글을 해서 적용을 시키고자 합니다.
문제는 게시판 리스트에 {$oSourceComment->getNickName()} 추가를 하면 깨집니다.
소스를 어디를 수정하고 손을 봐야 가능할까요?