您现在的位置是:首页 > 教程 > 帝国CMS教程帝国CMS教程
帝国CMS列表内容模板(list.var)调用会员头像会员名和文章标题以及连接
天诚2023-01-22 14:16:48帝国CMS教程已有人查阅
导读{$dbtbpre}enewsmemberadd 会员数据库附表,存放了会员的头像等信息,$listtemp='代码内容'; 列表内容使用PHP必须使用的语法,记得勾选使用程序代码
代码如下:
$userr=$empire->fetch1("select userpic from {$dbtbpre}enewsmemberadd where userid='$r[userid]' limit 1");
$listtemp='
<table width="100%" border="0" cellspacing="4" cellpadding="0">
<tr>
<td><a href="[!--news.url--]e/space/?userid=[!--userid--]"><img src=" '.($userr[userpic]?$userr[userpic]:$public_r[newsurl].'e/data/images/nouserpic.gif').' " width="28" height="28" border="0" /></a></td>
<td><a href="[!--news.url--]e/space/?userid=[!--userid--]">[!--username--]</a></td>
<td><a href="[!--titleurl--]" title="[!--oldtitle--]">[!--title--]</td>
</tr>
</table>
';
解释:
{$dbtbpre}enewsmemberadd 会员数据库附表,存放了会员的头像等信息
$listtemp='代码内容'; 列表内容使用PHP必须使用的语法,记得勾选使用程序代码
'.($userr[userpic]?$userr[userpic]:$public_r[newsurl].'e/data/images/nouserpic.gif').' 获取头像地址,如果没有头像显示默认头像nouserpic.gif
本文标签:
很赞哦! ()
相关文章
随机图文
-
帝国cms运算式验证码的使用方法
用腻了原版的字母+数字组合的验证码,那就试试帝国cms加减法运算验证码,支持所有页面的验证,至少支持7.0以上帝国cms utf8版本(6.6没安装所以就没试过) -
帝国CMS导航高级应用灵动标签调用二级导航循环子栏目信息的方法
帝国CMS高级应用 灵动标签调用二级导航 循环子栏目和信息: -
帝国CMS7.0怎么设置商城颜色尺码等属性参数
帝国CMS7.0商城功能已经支持尺码颜色等属性的选择了。1.开启“购物车支持附加属性” 后台->商城->商城参数设置 -
帝国CMS调用当前信息tags的方法
调用当前信息ID,查询信息的infotags,分隔infotags并循环出来,最后合并成一段链接。代码并不复杂,收藏分享给大家,以免以后会用到。
留言与评论 (共有 条评论) |