帝国CMS在js登陆模板中调用当前登陆用户的头像!

来自:互联网
时间:2024-03-17
阅读:
免费资源网,https://freexyz.cn/

打开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';

在登录状态模板中使用调用会员头像!

免费资源网,https://freexyz.cn/
返回顶部
顶部