您现在的位置是:首页 > 教程 > 帝国CMS教程帝国CMS教程
帝国CMS内容页怎么调用当前发布会员的方法
魏成贯2023-05-08 22:18:18帝国CMS教程已有人查阅
导读用到的会员信息调用标签,ShowMemberInfo函数调用,具体格式说明为:sys_ShowMemberInfo(用户ID,查询字段)
调用当前发布会员信息代码
<?php
$uid=$navinfor[userid];
$userr=sys_ShowMemberInfo($uid,'');
?>
当前发布者头像:<a rel="nofollow" href="[!--news.url--]e/space/?userid=<?=$userr[userid]?>" target="_blank"><img src="<?=$userr[userpic]?$userr[userpic]:$public_r[newsurl].'e/data/images/nouserpic.gif'?>"></a>
当前发布者名称:<a rel="nofollow" href="[!--news.url--]e/space/?userid=<?=$userr[userid]?>" target="_blank"><?=$userr[username]?></a>
关注当前发布者:<a class="nr-user-bt" href="[!--news.url--]e/member/friend/add/?fcid=0?<?=$userr[username]?>" target="_blank">关注</a>
用到的会员信息调用标签,ShowMemberInfo函数调用,具体格式说明为:sys_ShowMemberInfo(用户ID,查询字段)
本文标签:
很赞哦! ()
下一篇:帝国调用评论我的信息列表的方法
相关文章
随机图文
-
帝国CMS教程调用表内字段等于某值信息数量的修改方法
帝国cms教程调用表内字段=某值的信息数量,$num=$empire->gettotal("select count(*) as total from {$dbtbpre}ecms_news where myarea='北京'"); -
帝国CMS新手教程页面嵌套其他页码的方法
QQ群内有人问我,今天更新网站顺便整理发出来。帝国CMS嵌套无边框、无样式页面代码: -
帝国CMS二次开发格式实例介绍
帝国CMS6.6版增加了“/e/extend/”目录来存放扩展程序。 -
帝国CMS自定义附件前缀的方法
帝国CMS默认上传文件后生成一个32位的随机名称。通过本教程可以在这个32位的随机名称前增加固定名称。
留言与评论 (共有 条评论) |