帝国CMS评论列表标签showplinfo调用会员头像userpic的方法

 先看一下效果!,1.jpg,改造方法如下:,/e/class/t_functions.php 打开这个文件:,找到:,if(empty($r[‘username’])), {, $r[‘username’]=’匿名’;, },在下面增加:,$addr=$empire->fetch1(“select * from {$dbtbpre}enewsmemberadd where userid=’$r[userid]’ limit 1”);,        if(empty($r[‘userid’])),        {,                $r[‘userpic’]=”$addr[userpic]”?$addr[‘userpic’]:$public_r[‘newsurl’].’e/data/images/nouserpic.gif’;,        },        if($r[‘userid’]),        {,                $r[‘userpic’]=”$addr[userpic]”?$addr[‘userpic’]:$public_r[‘newsurl’].’e/data/images/nouserpic.gif’;,        },找到:$listtemp=str_replace(“[!–fdnum–]”,$r[‘fdnum’],$listtemp);,下面增加:$listtemp=str_replace(“[!–userpic–]”,$r[‘userpic’],$listtemp);,好了,评论列表调用的标签里用户头像就用[!–userpic–]调用即可了!, ,
返回顶部
跳到底部

Copyright 2011-2024 南京追名网络科技有限公司 苏ICP备2023031119号-6 乌徒帮 All Rights Reserved Powered by Z-BlogPHP Theme By open开发

请先 登录 再评论,若不是会员请先 注册