帝国CMS内容页显示文章作者的会员头像

时间:2016-02-19 11:11:43

分类:帝国教程

正常内容页是不提供会员头像显示的,但新闻news表中有是否为前台会员投稿,以及会员名称【username】和会员id【userid】的记录,我们可以通过查表输出,得到这篇文章的作者会员名称和会员头像等数据。

下面是查询语句。

折叠PHP 代码
  1. <?php  
  2. $userr=$empire->fetch1("select userpic from phome_enewsmemberadd where userid='$r[userid]'");  
  3. ?>  
  4. <img src="<?=$userr[userpic]?$userr[userpic]:'/e/data/images/nouserpic.gif'?>">  

 

 

相关文章

相关推荐

为帝国CMS用户提供动力

Copyright © 2016 CmsDX.com All Rights Reserved.