" 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 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:
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='600'></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!