帝国cms模板制作登陆状态模板支持调用会员头像该如何设置
打开e/data/template/loginiframetemp.txt
在$r=$empire->fetch1("select ".$user_userid.",".$user_username.",".$user_group.",".$user_userfen.",".$user_money.",".$user_userdate.",".$user_havemsg.",".$user_checked." from ".$user_tablename." where ".$user_userid."='$myuserid' and ".$user_rnd."='$myrnd' limit 1");下面 添加
$m=$empire->fetch1("select userpic from {$user_tbpre}enewsmemberadd where userid='$myuserid' limit 1");
$userpic=$m['userpic']?$m['userpic']:$public_r[newsurl].'e/data/images/nouserpic.gif';
在登录状态模板中使用<?=$userpic?>调用会员头像
以上就是本文章的内容,希望对大家有所帮助。
此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!: