打开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?>调用会员头像
以上是内存溢出为你收集整理的使登陆状态模板支持调用会员头像全部内容,希望文章能够帮你解决使登陆状态模板支持调用会员头像所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)