묻고답하기

<!--@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 남기남
준희^^+ 카테고리별로 최근글 뽑아오기, 도움좀 --;; [1] 2010.01.21 by 라르게덴
sungjaeq [고수만] 쪽지 보내기 보내기 사라짐현상 (이미지 첨부함) [1] file 2010.01.21 by 라르게덴
낭만사객 페이지 모듈에 DB 자료 가져오기를 못하고 있습니다 [1] 2010.01.21 by 라르게덴
so_simple 도와주세요 ㅠ_ㅠ게시글 선택하여 출력하기 [1] 2010.01.21 by 라르게덴
한스김 저만의 문제가 아니었군요.. 하지만 해결책을 찾을수가 없네요.. [2] 2010.01.21 by 이쁜이쁜이
독수리오형제 팝업이미지(확대) 안뜹니다. 도와주세요.(iframe사용)  
다일공동체 xe_official v2 레이아웃  
옥킬 오른쪽 키 해제 [1] 2010.01.22 by 공듀
yujin. 메뉴 출력기 메뉴를 이미지로 사용하려면  
우냠냠 질문드립니다 알려주세요.. ㅠ  
술먹는하마 게시판 리스트 글꼴, 폰트 질문좀 드릴게요. 119  
글로벌 최근게시글 출력에 관한 질문 드립니다  
첫느낌그대로 게시판 하단 검색창부분 위치가 밀립니다. [1] file 2010.01.22 by klaist
천당의진실 게시판 글을 읽고 새로운 글을 클릭하면 화면이 올라가지 않네요 [1] 2010.01.22 by klaist
Eris [사진첨부] 이렇게 만드려면? (쪽지 안읽은 개수) [1] file 2010.01.22 by klaist
하이스쿨페이지 게시판 하단 검색어폼 오류 [1] file 2010.01.22 by klaist
zirho 하늘03님 wizardXE 쉬운설치 등록 확인좀 부탁해요  
욜로로우 게시판에 글을 작성할때 날리는 쿼리문이 어디에 있나요? [1] 2010.01.22 by klaist
eltu 최근 댓글 클릭시 이동이 안됩니다  
미니트메이드 내용 공유, 헤드 풋만 각기 다르게 사이트를 생성할려면? [1] 2010.01.22 by klaist