织梦多个栏目arclist调用副栏目不显示的解决办法
织梦arclist调用副栏目不显示,网上关于这个问题的解决办法有很多,其中一种是: 打开/include/taglib/arclist.lib.php,代码约位于295-296行(我目前用的DedeCMS最新版 5.7 SP1),查找以下两行代码...
织梦arclist调用副栏目不显示,网上关于这个问题的解决办法有很多,其中一种是: 打开/include/taglib/arclist.lib.php,代码约位于295-296行(我目前用的DedeCMS最新版 5.7 SP1),查找以下两行代码...
在/plus/search.php 找到 $typeid = ( isset ($typeid) is_numeric($typeid)) ? $typeid : 0 ; 注释或者删除它 改成 $typeid = intval( $typeid ); 打开 \include\arc.searchview.class.php 找到 $ksqls[] = typeid IN ( .GetSonIds($this-Ty...
文章内容页调用文章标题 title {dede:field.title/} / title 文章内容页调用文章关键字 meta name = keywords content = {dede:field.keywords/} / 文章内容也调用文章描述 meta name = description content = {dede:field...
打开 \include\extend.func.php 在最下面加入以下代码 /*** 获取副栏目链接和名称*/ if (! function _exists( GetTypeid2 )){ function GetTypeid2( $typeid2 ){global $dsql ; $result = ; $query = SELECT * FROM `dede_arctype` WHE...
function BodyImgNum ($aid) { global $dsql; $sql = select aid,body from dede_addonarticle where aid=$aid ; $arcRow = $dsql-GetOne($sql); $body = $arcRow[ body ]; $img_array = array (); $patte= /[img|IMG].*?src=[\|\](.*?(?:[\.gif|\.jpg]))[\|\...
目前DedeCms已经升级到5.7版本了.. 可惜附件的目录还是不统一,比如我们从后台把附件目录调整为Ym(默认为Ymd) 然而我们的附件路径依然是不一样的 比如: Ymd代表年月日 从文章里上传...
首页调用文章标题 title {dede:global.cfg_webname/} / title 首页调用文章关键字 meta name = keywords content = {dede:field.keywords/} / 首页调用文章描述 meta name = description content = {dede:field.description functio...
文章文章列表页调用文章标题 title {dede:field.title/} / title 文章文章列表页调用文章关键字 meta name = keywords content = {dede:field.keywords/} / 文章文章列表页调用文章描述 meta name = description con...