팁/튜토리얼

댓글 갯수 제한하기

2018.11.10 18:22
1,185
1

{@ $oDB = &DB::getInstance(); $query_recomment = $oDB->_query('select count(*) as total from xe_comments where document_srl = '.$oDocument->document_srl.' and user_id = "'.$logged_info->user_id.'"'); $result_recomment = $oDB->_fetch($query_recomment); }

 

<div class="cmt_editor" style="margin-top:20px"|cond="$mi->cmt_wrt_position=='cmt_wrt_btm' && $oDocument->getCommentcount()" cond="$result_recomment->total==0">

 

출처 : https://eond.com/xe_forum/411443

eond Lv. 12

댓글 2

  • 2018.11.11 01:02 #1108439
    고맙습니다 ㅎㅎ
  • 2018.11.11 06:07 #1108548
    타 게시글의 댓글 입력창에서 document_srl 수정 후 댓글을 작성하면 이미 댓글이 등록된 게시글에도 댓글을 달 수 있게 될 가능성이 높습니다.