" to reference the comment module, the code is "{if $allow_comment && module_exists('comment')}"."/> " to reference the comment module, the code is "{if $allow_comment && module_exists('comment')}".">

Home  >  Article  >  CMS Tutorial  >  What to do if there is an error in the phpcms comment module

What to do if there is an error in the phpcms comment module

藏色散人
藏色散人Original
2020-04-07 09:29:292038browse

What to do if there is an error in the phpcms comment module

What should I do if there is an error in the phpcms comment module?

phpcms article reference comment module

Recommended: laravel tutorial

First you need to install the comment module:

What to do if there is an error in the phpcms comment module

Then use

code:

{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=&#39;600&#39;></iframe>
{/if}

The above is the detailed content of What to do if there is an error in the phpcms comment module. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn