묻고답하기

<!--@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 남기남
뮤르시엘라고 간단한 HTML 도와주세요~ [1] 2013.07.07 by 구름나무바위
S야옹이 이 오류는 무엇인지 설명해주시면 감사하겠습니다. [1] file 2013.07.07 by AppSeedKorea
drimilda 스케치북 카테고리(분류) 표시 안되는 현상과 방명록 댓글권한 문제 / 해결 [2] 2013.07.07 by drimilda
S야옹이 이미지프로세스 모듈 1.7.3.4 에서 작동 안해요.  
도무지모르겠어요 왜 자꾸 게시판 작성, 열람, 덧글 권한이 초기화되는 걸까요?  
gonom xe 1.7에서 인증메일 발송 템플릿 없는 오류 [2] file 2013.07.06 by S야옹이
바둑바둑 xe 1.7 버전에서 게시판 목록 설정 어딨나요? [1] 2013.07.06 by 윈컴이
도로테비 코멘트 닉네임 옆에 번호를 달고 싶어요 [1] 2013.07.06 by ㅊㅋㄴ
나포맨 게시글 삭제가 안되는데.. file  
짝사랑 첨부파일 본문 자동삽입..  
꾸링 특정일 이상 지난 게시물 수정불가 소스요~!  
아크로 파비콘 등록 했어요 [1] file 2013.07.06 by ㅊㅋㄴ
은성이꺼 게시판에서 글쓴이를 닉네임말고 실명표기어떻게하죠? [1] 2013.07.06 by ㅊㅋㄴ
ㅊㅋㄴ 모바일에서 자꾸만 튕겨요  
파스텔미 ./themes/xe_sapphire/modules/message/http_status_code.html' template file does not exists.  
큰성565 xe1.7 포인트관련해서 조금 수정가능할까요??.. [2] 2013.07.06 by 혼ME
socialskyo SOCIALXE 회원정보 수정 문의 (비밀번호 오류에 대해서.)  
파스텔미 [긴급!!]XE Core ver. 1.7.3.4로 업데이트후 글을 쓸때 오류 file  
2-COIN 회원가입시 resend_auth_mail.html' template file 존재하지 않는다 에러메시지 뜹니다. [1] 2013.07.06 by 2-COIN
케터릭 플래닛에서 댓글달때 플래닛 생성 안해도 달 수 있게 하고 싶어요  
ㅊㅋㄴ HTML 편집기 질문  
WhiteBelt 로그인 없이 추천 하는 법 좀 알려주세요~  
EEMEEN 비회원 글작성시 홈페이지,이메일 주소 없애기 질문 드려요..ㅠㅠ [1] 2013.07.06 by ㅊㅋㄴ
도미누엘 XE Core Ver.1.7.3.4 설치가 안됩니다.  
엉베 이런 에러 해결방법 알고셰신분 계실까요? file  
XE만세 파일 삭제 과정에 대해 질문드립니다. [2] file 2013.07.06 by XE만세
DynamicLaser HTML 태그 닫지않았을때의 다른 태그로의 승계문제 [1] 2013.07.06 by 푸시아
이지매니아 캐시를 날려도 조금있다가 메뉴가 또 사라져요~ 도와주세요.ㅠㅠ [2] 2013.07.06 by 푸시아
mglkiss 안녕하세요 질문좀합니다 [2] 2013.07.06 by 푸시아
독도.한국땅 어느날부터 이렇게 되었어요 알려주세요 [3] file 2013.07.06 by 푸시아