您现在的位置是:首页 > cms教程 > phpcms教程phpcms教程

phpcms作者名不显示的解决方法

笑蓝2025-05-14 15:54:39phpcms教程已有2人查阅

导读首先要在根目录文件里面找到content_model.class.php文件,用EditPlus工具或者其他编辑器工具打开content_model.class.php 20行

V9前台静态有时候不显示更新用户的用户名,具体修改方法如下:
首先要在根目录文件里面找到content_model.class.php文件,用EditPlus工具或者其他编辑器工具打开content_model.class.php 20行
$urls['data']['username'] = $systeminfo['username'];
//end
html.class.php第29行:
//必须要在这里获取传递过来的数组值
$username=$data['username'];
edit_content方法,约280行:
/*编辑部分从主表数据库中查出用户名,传递模版*/
$temp = $this->get_one(array(‘id’=>$id));
$urls['data']['username'] = $temp['username'];
//end

本文标签:

很赞哦! (0)

暂无内容
暂无内容
暂无内容
暂无内容
留言与评论 (共有 0 条评论)
昵称:
匿名发表 登录账号
         
验证码: