织梦/dede修改文章时间不变的解决方法

登陆网站的后台找到文件和代码:/dede/templets/artical_edit.htm把$nowtime = GetDateTimeMk(time());改成$nowtime = GetDateTimeMk($arcRow["pubdate"]);就可以解决问题。... 由:发布

实现全站链接在新窗口或标签中打开

不需要修改程序文件,只需在主题的 header 模版中找到<head>在其下面加上:<base target="_blank">即可。... 由:发布

tp url 隐藏 public/index.php

1.php5.6  apache环境前提2.public下的index.php和伪静态.htaccess迁到根上3.index.php修改路径4.伪静态.htaccess 修改<IfModule mod_rewrite.c>  Options +FollowSymlinks -Multiviews  RewriteE... 由:发布

tp5.1 模糊匹配搜索

1.form表单,action指向当前页面,get请求=method2.控制器, $key=$this->request->get('key');3.添加搜索where条件->where('title','like',"%{$key}%")4.or搜索->whereor('content','like',"%{$key}%"... 由:发布

删除提示

 onclick='return confirm("真的删除吗?不能恢复的!")'... 由:发布

ueditor 工具栏(按钮栏)取消 浮动

ueditor.config.js修改如下//是否保持toolbar的位置不动,默认true,autoFloatEnabled:false ... 由:小贾发布

ueditor自适应宽度

UE.getEditor('content',{initialFrameWidth:'100%',initialFrameHeight:'400px',scaleEnabled:true,});... 由:小贾发布

dede 表单提交24小时限制

打开plus下diy.php文件if(!is_array($diyform))        {            showmsg('自定义表单不存在', '-1');            ex... 由:发布

dede调用常用

dede/织梦常用调用导航栏目调用 {dede:channel type='top' row='6' currentstyle="<li class='action'><a href='~typelink~'>~typename~</a></li>"} <a href='[field:typeurl/... 由:发布

dede--pc跳转手机站

手机站首页跳转<script type="text/javascript">try {var urlhash = window.location.hash;if (!urlhash.match("fromapp")){if ((navigator.userAgent.match(/(iPhone|iPod|Android|ios|iPad)/i)... 由:发布

版权所有 博曦云 2019