noneCms icon indicating copy to clipboard operation
noneCms copied to clipboard

基于thinkphp5.1 的内容管理系统,可快速搭建博客、企业站;并且增加了实时聊天室

Results 23 noneCms issues
Sort by recently updated
recently updated
newest added

ueditor无法添加百度地图

![xss](https://user-images.githubusercontent.com/42906798/53386353-d6afef80-39bc-11e9-9a04-91532781d25f.png)

thinkphp/library/think/App.php ``` public function routeCheck() { $path = $this->request->path(); $depr = $this->config('app.pathinfo_depr'); ``` ``` public function path() { if (is_null($this->path)) { $suffix = $this->config->get('url_html_suffix'); $pathinfo = $this->pathinfo(); if (false ===...

bug

文件位置: application\common\taglib\Tag.php 问题: 条件:where status = 0 and cid = 13 or cid in (2,3,4)(当分类为子类时无法隐藏删除) 应改为:where status = 0 and cid = 13 or cid in (2,3,4) and status =...

如果单独把index.php 和.htaccess 移动到根目录 ,编辑index.php把 目录修改下. 首先会导致模板不存在,然后把/public/template 移动到根目录,视图文件就能载入了 然后css js 图片文件又不正常,.. 最后把整个public目录的内容托到了根目录.... 目前使用暂时还未发现啥问题. 对于这种虚拟主机无法默认修改目录的, 求个一劳永逸的办法...

先不说界面吧,点击确定无反应啊! 难得写了一大段JS代码,还用了layui框架,可是无效果啊。 自己水平有限,看着干着急:(

第一次是每次只上传1 个图片。我看了源码(我放在PHPstudy环境下学习),D:\phpStudy2017\PHPTutorial\WWW\nonecms\application\admin\view\product_edit.html: 1 {include file="public/header" /} 2 3: var upload_max = 7;//可上传图片最大数量 4 5 已经定义了upload_max=7。 但先经过其他上传图片后,再上传产品图片时,出现提示“最多上传1张图片”。??? 然后我再试了几个单一图片的上传,偶尔出现系统错误提示。 新手学习基于TP5的CMS中...... 请指教了

在public.css中加入 class="z-scroll" 内容如下 .z-scroll{ height:300px; overflow:auto; } 然后对 index_index.html文件中加入 的ul (class=second-nav)的地方增加 z-scroll 解决

安装写入数据表none_banner失败,错误信息Incorrect datetime value,将nonecms_data.sql 154行的2000-00-00 00:00:00改为2013-02-25解决;还有一个是安装写入数据表none_category失败,将206行数据最后加个0解决,原因是数据比表字段少一个