您现在的位置是:首页 > 教程 > 帝国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]
本文标签:
很赞哦! ()
相关文章
随机图文
-
帝国cms怎么去除版权,帝国cms全站去版权的方法
搜索该页面的帝国俩字,去除所有的帝国字眼。EmpireCMS字眼同理,不过小心别把自定义的字段去了 -
帝国CMS上传图片并自动生成缩图教程
修改字段设置处理函数名称,后台字段函数设置:user_TranImgAuto##170,120 (说明:后台的参数170表示缩图宽度,120为缩图高度) -
帝国CMS首页调用已注册会员人数和最新会员名称的方法
首页调用已注册会员人数和最新会员名称,会员总人数:<?=$members?>最新会员:<?=$newmember[username]?> -
帝国CMS实现保存网址快捷方式到桌面的教程
通常我们看到大型网站都会用到保存网站快捷链接到桌面的功能,这种功能其实需要程序来完成,这里为大家分享一段帝国CMS专用的保持快接链接到桌面的代码。
留言与评论 (共有 条评论) |