首页 > CMS > 帝国Empire > 正文

帝国CMS内容页评论显示会员头像

2024-08-28 12:24:43
字体:
来源:转载
供稿:网友

 帝国的评论默认是不显示头像且不显示评论内容的,好在官方有提供这么一个插件,但是也仅仅是显示会员名和评论内容,怎样才能显示会员头像呢?

很简单,只需在要显示头像的地方使用以下代码:

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

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表