讯睿cms标签调用之新闻列表调用:{module module=news num=20 cache=3600} <div class="item"> <a href="{$t.url}"> ......
讯睿cms标签调用之搜索search调用:<form class="layui-form" action="/index.php" method="get"> <input type="hidden" name="s" value="news"> <input type="hidde......
讯睿cms标签调用之轮播图调用:{form form=banner order=inputtime num=10 return=t} <div> <p class="title">{dr_strcut($t.title, 10, ......
讯睿cms标签调用之栏目列表调用:{category module=share pid=1 id=2,3}栏目名称:{$t.name}栏目url:{$t.url}栏目内容编辑器的值:{$t.content}栏目缩略图:{dr_thumb($t.......
讯睿cms标签调用之自定义字段调用:1先去后台我的面板-项目设置-自定义字段-添加后,调用代码:2 <?php $welcome=dr_site_value('welcome');?>3 {$welcome}...
讯睿cms的seo调用:<title>{$meta_title}</title> <meta content="{$meta_keywords}" name="keywords" /> <meta content="{$meta_description}" name="descrip......
讯睿cms,模板引入标签{template "header.html"}...
if (!function_exists('diy_get_arcurl')) { /** * 获取前台文档的URL * @param integer $aid 文档ID * @param integer $type......
今天在做一个请求接口的企业站,从apache换到nginx环境,然后报错:Uncaught SyntaxError: Unexpected token < in JSON at position 0 at JSON.parse (<anon......
修改文件:apps/home/model/ParserModel.php增加函数://获取父分类id public function getSortpid($scode) { $result = $this->getSortList(); return $result[$sco......
废话不多说,直接说教程:首先去后台开启API功能,位置:全局配置-配置参数-WebAPI-Api状态,点击开启。模板中的代码如下:<script> $(function(){ var Page......
1.修改文件:apps/home//controlloer/ParserController.php,大约在482行下增加:case 'first_son': if (isset($data['tree'][$value['scode&#......
今天做eyoucms项目,遇到ck编辑器将代码中的i标签给过滤了,于是将这一漏洞补上,位置:/public/plugins/ckeditor/config.js在CKEDITOR.editorConfig函数加代码:代码如下:co......
找到Ueditor.all.min.js,代码整理后,大概在3307行,搜索:b.setAttr("_src", b.getAttr("src"));然后在其下面增加代码。代码如下:b.setAttr("src", b.getAttr("data-src"));...
{eyou:eq name=' $eyou. field. typeid | GetTotalArc’value=' 0' }...
php部分public function lists(){ $post0 = input('get.'); $typeid = $post0['id']; $arc_where = [ 'typeid' => $typeid, ......
if (!function_exists('diy_get_arcurl')) { /** * 获取前台文档的URL * @param integer $aid 文档ID * @param integer $typeid 栏目ID * @r......
这个函数用处不大,但是用到时,比较好用。所以分享给大家,代码如下://根据栏目id或者上一个栏目信息if(!function_exists('diy_get_pre_type')){ function diy_get_......