在网站中文章发布之后,会员肯定会有好评也会有给点意见,这样的评论也是非常重要的,在网站调用出来也可以提升网站用户体验。 下面是调用好评的 {dede:field name='id' runphp='yes'} 在调用差评的时候只要在$sql="select count(dede_archives.id) as count from dede_archives,dede_feedback where dede_feedback.aid=dede_archives.id and dede_archives.typeid=$tid and dede_feedback.ftype='good'";这句代码中的“good”换成“bad”就可以了。 (责任编辑:最模板) |