您现在的位置是:首页 > 教程 > 帝国CMS教程帝国CMS教程

帝国CMS模板调用收藏该内容的会员带头像不带头像的方法

心睿2023-01-27 23:06:58帝国CMS教程已有人查阅

导读方法1、(不带头像),方法1、(带头像)[e:loop={"select * from [!db.pre!]enewsfava where classid=

方法1、(不带头像)
[e:loop={"select * from [!db.pre!]enewsfava where classid='$navinfor[classid]' and id='$navinfor[id]' group by userid limit 10",1,24,0}]
<li><a href="[!--news.url--]e/space/?userid=<?=$bqr[userid]?>" target="_blank"><h5><?=$bqr[username]?></h5></a></li>
[/e:loop]
方法1、(带头像)
[e:loop={"select a.*,b.* from [!db.pre!]enewsfava a LEFT JOIN [!db.pre!]enewsmemberadd b ON a.userid=b.userid where classid='$navinfor[classid]' and id='$navinfor[id]'",0,24,0}]
<li><a href="[!--news.url--]e/space/?userid=<?=$bqr[userid]?>" target="_blank"><img src="<?=$bqr[userpic]?>"><h5><?=$bqr[username]?></h5></a></li>
[/e:loop]

本文标签:

很赞哦! ()

留言与评论 (共有 条评论)
验证码:

相关标签