菜鸡源码,专注精品下载!
当前位置:首页 > 建站教程 > 建站知识

帝国CMS内容页调用当前发布会员的修改

发布时间:2024-01-05  栏目:建站知识   浏览:   分类:帝国cms教程 网站会员 帝国CMS调用方法

帝国CMS内容页调用当前发布会员的方法如下: 1. 在模板文件中找到需要显示会员信息的位置。 2. 使用`[!--news.url--]`标签获取当前文章的URL。 3. 使用`[!--news.username--]`标签获取当前文章的作者用户名。 4. 使用`[!--news.memberid--]`标签获取当前文章的作者ID。 5. 如果需要显示更多会员信息,可以使用`[!--news.url--]`标签结合SQL语句查询会员信息并输出。

调用当前发布会员信息代码

<?php$uid=$navinfor[userid];$userr=sys_ShowMemberInfo($uid,'');?>当前发布者头像:<arel="nofollow"href="[!--news.url--]e/space/?userid=<?=$userr[userid]?>"target="_blank"><imgsrc="<?=$userr[userpic]?$userr[userpic]:$public_r[newsurl].'e/data/images/nouserpic.gif'?>"></a>当前发布者名称:<arel="nofollow"href="[!--news.url--]e/space/?userid=<?=$userr[userid]?>"target="_blank"><?=$userr[username]?></a>关注当前发布者:<aclass="nr-user-bt"href="[!--news.url--]e/member/friend/add/?fcid=0?<?=$userr[username]?>"target="_blank">关注</a>

用到的会员信息调用标签,ShowMemberInfo函数调用,具体格式说明为:sys_ShowMemberInfo(用户ID,查询字段)

相关文章

    无相关信息
评论
建站知识
建站知识
使用技巧
调试安装
运营推广