怎么样在首页调用用户的最新评论(针对dedecms5.1)

在合适的位置加上以下代码即可:(下面的只是***代码,请加上自己的边框吧)

{dede:sql sql="SELECT aid,username,urlindex,arctitle,url,msg FROM `#@__feedback` where ischeck=1 ORDER BY `dtime` DESC LIMIT 0 , 6"}
<dl style="padding: 4px;border-bottom-width: 1px;border-bottom-style: dashed;border-bottom-color: #CCC;">
<dt>[field:username runphp='yes']if(@me=='guest')@me=游客[/field:username] 对 <a href="[field:url/]" title="[field:arctitle/]" style="color: #FF6600;text-decoration: none;">[field:arctitle function='cn_substr(@me,10)'/]</a> 的评论:</dt>
<dd><a href="/plus/feedback.php?arcID=[field:aid/]&urlindex=[field:urlindex/]" style="padding: 10px; color: #003399;text-decoration: none;">[field:msg function='cn_substr(@me,32)'/]</a></dd>
</dl>
{/dede:sql}
其中 @me,10 是对引用的文章标题长度的控制;而 @me,32 是对用户评论内容长度的控制。
演示地址(可能某一天会无效,见谅!):http://www.shckw.com


100%(0)

100%(0)

发表评论

*