PHPCMS评论怎么用? PHPCMS网站建站教程

凤凰 2021-1-19 82 1/19

PHPCMS评论怎么用? PHPCMS网站建站教程

PHPCMS评论怎么用?

首先在后台的“模块”下的"模块管理"里面找到“评论模块”,对其进行安装;然后在“模块”下的“评论”一项里可以对此模块进行一些功能参数的配置;最后在前台模板添加评论标签即可。

引用代码

{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}

{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));}
<li><span class="rt">{date('Y-m-d H:i:s',$r[inputtime])}</span>·<a href="{$r[url]}" target="_blank"{title_style($r[style])}>{$r

}</a> 评论数:{if $comment_total}{$comment_total}{else}0{/if}</li> {/loop} {$pages} {/pc}

推荐教程:《PHPCMS教程》

以上就是PHPCMS评论怎么用?的详细内容,更多请关注本站其它相关文章!

- THE END -
Tag:

凤凰

1月19日09:20

最后修改:2021年1月19日
0

非特殊说明,本博所有文章均为博主原创。