dede文章页面如何显示作者的头像默认只能显示作者用户名
$query="SELECT * FROM jcode_member WHERE `mid`=".$this->Fields['mid'];
$authorInfo=$this->dsql->GetOne($query);
$this->Fields['authoranme']=$authorInfo['uname'];
$this->Fields['authorface']=$authorInfo['face'];
if(empty($this->Fields['authorface']))
{
$this->Fields['authorface']=($this->authorInfo['sex']=='女')? '' : '';
}
$this->Fields['authorface']="";
$this->Fields['authoremail']=$authorInfo['email'];
时间:(2024-02-06 13:40:49)
本站资源均来自互联网或会员发布,如果不小心侵犯了您的权益请与我们联系。我们将立即删除!谢谢!