" 태그를 사용하여 주석 모듈을 참조합니다. 코드는 "{if $allow_comment && module_exists( '논평')}"."/> " 태그를 사용하여 주석 모듈을 참조합니다. 코드는 "{if $allow_comment && module_exists( '논평')}".">
phpcms 댓글 모듈에 오류가 있으면 어떻게 해야 하나요?
phpcms 기사 인용 주석 모듈
권장: laravel 튜토리얼
먼저 주석 모듈을 설치해야 합니다:
그런 다음
코드:
{if $allow_comment && module_exists('comment')} <span style="white-space:pre"></span><iframe src="{APP_PATH}index.php?m=comment&c=index&a=init&commentid={id_encode("content_$catid",$id,$siteid)}&iframe=1" width="100%" height="100%" id="comment_iframe" frameborder="0" scrolling="no" height='600'></iframe> {/if}
위 내용은 phpcms 주석 모듈에 오류가 있는 경우 어떻게 해야 합니까?의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!