팁/튜토리얼

댓글 갯수 제한하기

2018.11.10 18:22
1,195
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. 13
# 라이믹스 스킨 제작은 어디? >>>> XE 레이아웃, 라이믹스 스킨제작은 이온디에서 커스터마이징해드립니다.
# 빠른 라이믹스 커뮤니티용 호스팅을 찾고 계신가요? >>>> 이온디호스팅 서비스는 PHP8 & Redis 서버 캐시를 활용하여 라이믹스에 최적화된 호스팅 서비스를 제공해드립니다. (서버세팅시 웹패널, 내도메인메일서비스도 함께 구축해드립니다.)
https://eond.com

댓글 2

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