首先在后台的“模块”下的"模块管理"里面找到“评论模块”,对其进行安装;然后在“模块”下的“评论”一项里可以对此模块进行一些功能参数的配置;最后在前台模板添加评论标签即可。
引用代码
{if $allow_comment && module_exists('comment')} <sPAn></span><iframe></iframe> {/if}登录后复制
{pc:content action="lists" catid="$catid" num="25" order="id DesC" page="$page" moreinfo="1"} {loop $DAta $r} {PHP $comment_tag = pc_base::load_app_class("comment_tag", "comment"); $comment_total = $comment_tag->count(array('commentid'=>'content_'.$catid.'-'.$r[id].'-'.$modelid));}登录后复制