묻고답하기

<!--@if($oDocument->getCommentCount())-->
<div class="replyBox">

 <a name="{$oDocument->get('document_srl')}_comment"></a>
    {@ $no = 1}{@ $_comment_list = $oDocument->getComments() }
    <!--@foreach($_comment_list as $key => $comment)-->

  <a name="comment<comment_srl)-->_{$comment->comment_srl}">!--@if($comment->comment_srl)-->_{$comment->comment_srl}<!--@end-->"></a>
        <div class="replyItem <!--@if($comment->get('depth'))-->reply<!--@end-->">
            <!--@if($comment->get('depth'))-->
            <div style="margin-left:{($comment->get('depth')-1)*20}px" class="replyIndent">
            <!--@end-->


            <div class="author">
            <!--@if(!$comment->member_srl)-->
                <!--@if($comment->homepage)-->
                    <a href="{$comment->homepage}" onclick="window.open(this.href);return false;">플비{$no}

</a>
                <!--@else-->
                    플비{$no}
                <!--@end-->
            <!--@else-->
                <div class="member_{$comment->member_srl}">플비{$no}</div>
            <!--@end-->
            </div>

            <div class="replyOption">
                <!--@if($comment->isGranted() || !$comment->get('member_srl'))-->
                    <a href="{getUrl('act','dispBoardDeleteComment','document_srl',$oDocument->document_srl,

'comment_srl',$comment->comment_srl)}"><img src="./images/common/buttonDeleteX.gif" alt="{$lang-

>cmd_delete}" width="12" height="13" /></a>
                    <a href="{getUrl('act','dispBoardModifyComment','document_srl',$oDocument->document_srl,

'comment_srl',$comment->comment_srl)}"><img src="./images/{$module_info->colorset}/buttonModifyE.gif"

alt="{$lang->cmd_modify}" width="20" height="17" /></a>
                <!--@end-->
                    <a cond="$oDocument->allowComment()" href="{getUrl

('act','dispBoardReplyComment','document_srl',$oDocument->document_srl, 'comment_srl',$comment-

>comment_srl)}"><img src="./images/{$module_info->colorset}/buttonReply.gif" alt="{$lang->cmd_reply}"

width="20" height="17" /></a>
            </div>

            <div class="date">

                <strong>{$comment->getRegdate('Y.m.d')}</strong> {$comment->getRegdate('H:i:s')}

                <!--@if($grant->manager)-->
                    ({$comment->get('ipaddress')})
                <!--@end-->
            </div>

            <!--@if($comment->get('voted_count')!=0)-->
            <div class="voted">
                ({$lang->voted_count}:
                <strong>{$comment->get('voted_count')}</strong>)
            </div>
            <!--@end-->

           

            <div class="replyContent">
                <!--@if(!$comment->isAccessible())-->
                    <div class="secretContent">
                        <form action="./" method="get" onsubmit="return procFilter(this, input_password)">
                        <input type="hidden" name="mid" value="{$mid}" />
                        <input type="hidden" name="page" value="{$page}" />
                        <input type="hidden" name="document_srl" value="{$comment->get('document_srl')}" />
                        <input type="hidden" name="comment_srl" value="{$comment->get('comment_srl')}" />
                            <div class="title">{$lang->msg_is_secret}</div>
                            <div class="content"><input type="password" name="password" class="iText"

/><span class="btn"><input type="submit" value="{$lang->cmd_input}" /></span></div>
                        </form>
                    </div>
                <!--@else-->
                    {$comment->getContent(false,false)}
                <!--@end-->
            </div>

            <!--@if($comment->hasUploadedFIles())-->
                <div class="fileAttached">
                    <ul>
                        {@ $_uploaded_files = $comment->getUploadedFiles() }
                        <!--@foreach($_uploaded_files as $key => $file)-->
                        <li><a href="{getUrl('')}{$file->download_url}">{$file->source_filename}

({FileHandler::filesize($file->file_size)})({number_format($file->download_count)})</a></li>
                        <!--@end-->
                    </ul>
                </div>
            <!--@end-->

            <!--@if($comment->get('depth'))-->
            </div>{@ $no++}
            <!--@end-->
        </div>
    <!--@end-->

    <!-- comment page navigation -->
    <!--@if($oDocument->comment_page_navigation)-->
 {@
  $cpageStr = sprintf('%d_cpage', $oDocument->get('document_srl'));
  $cpage = Context::get($cpageStr);
 }
    <div class="pagination a1">
        <a href="{getUrl($cpageStr,1)}#{$oDocument->get('document_srl')}_comment" class="prevEnd">{$lang-

>first_page}</a>
        <!--@while($page_no = $oDocument->comment_page_navigation->getNextPage())-->
            <!--@if($cpage == $page_no)-->
                <strong>{$page_no}</strong>
            <!--@else-->
                <a href="{getUrl($cpageStr,$page_no)}#{$oDocument->get('document_srl')}_comment">{$page_no}

</a>
            <!--@end-->
        <!--@end-->
        <a href="{getUrl($cpageStr,$oDocument->comment_page_navigation->last_page)}#{$oDocument->get

('document_srl')}_comment" class="nextEnd">{$lang->last_page}</a>
    </div>
    <!--@end-->

</div>
<!--@end-->

 

 

 

 

http://playgroundb.com/xe/data/574

적용된 페이지

 

 

 

 

 

 

 

 

 

 

 

http://www.xpressengine.com/qna/19933441

이 소스를 보고 수정한 건데 닉네임 옆에 숫자가 나타나지 않습니다.

어떻게 수정해야 닉네임 옆에 숫자가 나타날까요?

 

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
Novelic 게시글 본문에서 &/amp;와 &/nbsp;를 없애는 방법? [11] file 2014.09.05 by 고코루리
이두바끈 다운그레이드 질문입니다. [8] 2014.09.05 by 이두바끈
unfade 쿡 래빗 레이아웃에서 하단바가 이상해요 [2] file 2014.09.05 by unfade
초보모임 질문 다시 합니다! [1] 2014.09.05 by daviMBP
준최식 게시물위에 위젯을 올리고 싶습니다. 그런데 올리면 깨지네요  
wildsturm 암호화 알고리즘 변경 방법 질문합니다. [3] 2014.09.05 by wildsturm
몽실아빠 파일 업로드 불가의 문제. [14] 2014.09.05 by obok
디기리 서버에 XE폴더 [1] 2014.09.05 by 똑디
gagagaga2 obejct 동영상 게시판에서 상영할수없나요? [1] 2014.09.05 by 똑디
라피에르 글쓰기 중복 되는 문제 입니다. [1] 2014.09.05 by 몽실아빠
jkx08q 페이스북 공유 질문 [3] file 2014.09.05 by XESniper
Tyes DB오류가 생기면서 검색이 되지않아요 .. [1] 2014.09.05 by XESniper
moimoi 게시판에서 동영상 전체화면이 적용이 되질 않아요 [1] 2014.09.05 by treasurej
몽실아빠 위젯페이지 외부여백 우측은 적용 안되나요 ?? [4] 2014.09.05 by 로이조52
putty 게시판 제목에 HTML 태그가 먹히게 할 수 있나요? [2] 2014.09.05 by putty
행복찬가 [질문] 코어에서 수정 위치를 알고 싶습니다. file  
adfsdf23 서버시간과 게시물 등록시간이 다르게 뜹니다. [3] 2014.09.05 by dev_ratdp
2222ㅇ IP 주소가 왜자꾸 localhost로 바뀌죠?? 도와주세요.ㅠㅠ [2] 2014.09.05 by dev_ratdp
밤의왕부킹 희안한 증상! 게시판 파일 첨부!! [2] 2014.09.05 by 밤의왕부킹
잔비어 한페이지내 카테고리 갯수 지정 하는법이 궁금합니다. [4] 2014.09.05 by Double'U'