帝国CMS调用最新会员[头像+用户名+链接]

帝国CMS 用灵动标签调用最新会员[头像+用户名+链接]:

<ul>
[e:loop={'select userid as userid,truename as title,userpic as titlepic from [!db.pre!]enewsmemberadd order by userid desc limit 8',10,24,0}]        
<li> href="/e/space/?userid=" target="_blank"><img src="" alt="" width="52" height="52" /><?=$bqr[title]?></a></li>
[/e:loop]
</ul>

调用说明:

用户ID:
用户头像:
用户名称:

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注