下载帮

您现在的位置是:首页 > CMS教程 > 织梦CMS

织梦CMS

织梦DEDECMS怎么仿DoNews右侧最新评论

2019-12-24 10:25织梦CMS

织梦DEDECMS怎么仿DoNews右侧最新评论?

这个评论的功能不错的.在DEDE如何实现呢.下面给大家看一下代码

0b23812dfc16715dbdc3fe0aea532e6.png

\

代码:

{dede:sql sql="SELECT aid,username,urlindex,arctitle,url,msg FROM `dede_feedback` where ischeck=1 ORDER BY `dtime` DESC  LIMIT 0 , 30"}
[field:username runphp='yes']if(@me=='guest')@me=游客[/field:username]对<a href="[field:url/]">[field:arctitle function='cn_substr(@me,20)'/]</a>的评论<br/>
<a href="/plus/feedback.php?arcID=[field:aid/]&urlindex=[field:urlindex/]">[field:msg/]</a><br/>
{/dede:sql}

说明:

LIMIT 0 , 30 的30是调用的条数

[field:arctitle function='cn_substr(@me,20)'/]

里面的20是标题显示的字符数

至于显示的样式大家根据自己的模板进行修改吧

以上就是织梦DEDECMS怎么仿DoNews右侧最新评论的详细内容,更多请关注下载帮php中文频道其它相关文章!

文章评论