phpcms v9发布文章不显示用户名的解决方法
phpcms v9发布文章不显示用户名的解决方法
发布时间:2016-12-23 来源:查字典编辑
摘要:V9前台静态有时候不显示更新用户的用户名,具体修改方法如下content_model.class.php第120行$urls['data']...

V9前台静态有时候不显示更新用户的用户名,具体修改方法如下

content_model.class.php第120行

$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

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新phpcms学习
热门phpcms学习
CMS教程子分类