敬请收藏本站,以免自媒体账号被封!资源下载点击:gqjk.vip,问题|业务加微信:guoqiang7585
推荐文章
最近更新
电脑版 /includes/lib_article.php 添加:$arr[$article_id]['file_url'] = $row['file_url’]; 手机版 mobile/includes/lib_article.php 添加:$ar…
2019-07-24 221 查看详情<style> .liuyan_top {line-height:57px;font-size:26px;color:#00933B;text-align:center; margin-bottom:15px;} .liuyan_top span {font-size:32px;} .liuyan_top b {margin…
2019-07-24 253 查看详情找到/dede/content_list.php这个文件,找到185行的以下内容: $whereSql .= " And ( CONCAT(arc.title,arc.writer) like '%$keyword%') "; 替换成 $whereS…
2019-07-24 241 查看详情在include下面找到arc.listview.class.php打开 我们搜索关键字“排序方式”,找到如下代码段,一般在727行左右。然后加入下图绿框里面的代码。即: else if($orderby == "weight")…
2019-07-24 296 查看详情默认是可以调用带文章的,但是很多时候,需要调用外部链接 {dede:channelartlist typeid='2'} 调用分类,只能调用 栏目而不能调用单页或是外部链接的问题 ##解决方法\include\tag…
2019-07-24 277 查看详情打开include\taglib\channelartlist.lib.php 找到 $pv->Fields['typeurl'] = GetOneTypeUrlA($typeids[$i]); 在此行代码下方增加以下代码: if($typeids[$i]['…
2019-07-24 274 查看详情找到include文件夹内的arc.listview.class.php文件, 如果是动态的,ctrl+F查找function GetPageListDM。 如果是静态的,ctrl+F查找function GetPageListST。
2019-07-24 182 查看详情先清空所有文章及回收站 然后运行 TRUNCATE TABLE `dede_addonarticle`; TRUNCATE TABLE `dede_arctiny`; TRUNCATE TABLE `dede_archives`; 一定要先进行系统错误修复操作,防止主…
2019-07-24 273 查看详情<style> .menudiv{display:block;width:100%;height:50px;margin:0 auto;position:relative;z-index:20;background:#333333} .topnavmain{display:block;width:1000px;height:…
2019-07-24 290 查看详情