{@ $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

이온디

profile
이온디는 라이믹스를 비롯한 다양한 CMS의 시드뱅크를 꿈꿉니다. 여러분들이 사랑하는 웹소스를 언제든지 사용할 수 있게 하기 위해 이온디는 매일 소스코드를 유지보수하고 있으며, 언제든지 다운로드할 수 있는 소스마켓을 운영하고 있습니다.

#XE마켓 - 이온디스토어
https://eond.com/xemarket/

# XE/라이믹스 단톡방을 운영 중입니다. (비번: 2022)
https://open.kakao.com/o/giaKKnl

# XE/라이믹스 생활코딩 모듈 강좌입니다.
https://opentutorials.org/module/3774
  • ?
    고맙습니다 ㅎㅎ
  • ?
    타 게시글의 댓글 입력창에서 document_srl 수정 후 댓글을 작성하면 이미 댓글이 등록된 게시글에도 댓글을 달 수 있게 될 가능성이 높습니다.