最新活动:电脑PC端+手机端+微网站+自适应网页多模板选择-建站388元起价!!!
当前位置:主页 > 网站建设 > 让织梦arclist支持notypeid属性的方法,织梦文章

让织梦arclist支持notypeid属性的方法,织梦文章

时间:2023-07-18 09:07:18 阅读: 文章分类: 网站建设 作者: dede开发者

导读:织梦文章织梦文章织梦默认的arclist标签支持typeid的调用,也就是给文章列表指定来源栏目,有时候栏目过多,一个一个写就很复杂,所以用排除的方法写更方便,以此引入noty织梦的模板dede免费模板。

织梦的模板dede免费模板

织梦默认的arclist标签支持typeid的调用,也就是给文章列表指定来源栏目,有时候栏目过多,一个一个写就很复杂,所以用排除的方法写更方便,以此引入notypeid属性。

主要修改文件是/include/taglib/下的arclist.lib.php文件,首先搜索:

return lib_arclistDone

在函数末尾加上:,$ctag->GetAtt('notypeid'),原来的代码变成如下的样子:

return lib_arclistDone 

       ( 

         $refObj, $ctag, $typeid, $ctag->GetAtt('row'), $ctag->GetAtt('col'), $titlelen, $infolen, 

         $ctag->GetAtt('imgwidth'), $ctag->GetAtt('imgheight'), $listtype, $orderby, 

         $ctag->GetAtt('keyword'), $innertext, $envs['aid'], $ctag->GetAtt('idlist'), $channelid, 

         $ctag->GetAtt('limit'), $flag,$ctag->G织梦cms模板etAtt('orderway'), $ctag->GetAtt('subday'), $ctag->GetAtt('noflag'), 

         $tagid,$pagesize,$isweight,

$ctag->GetAtt('notypeid')         

     );

然后再搜索function lib_arclistDone,同样在这个函数的后面加上一句代码:,$notypeid=0,修改后的函数变成下面的样子:

function lib_arclistDone(&$refObj, &$ctag, $typeid=0, $row=10, $col=1, $titlelen=30, $infolen=160, 

        $imgwidth=120, $imgheight=90, $listtype='all', $orderby='default', $keyword='', 

        $innertext='', $arcid=0, $idlist='', $channelid=0, $limit='', $att='', $order='desc', $subday=0, $noflag='',$tadede模板免费gid='', $pagesize=0, $isweight='N',$notypeid=0)

最后,搜索以下代码:$orwheres[] = ' arc.arcrank > -1 ';,在这个代码的前面加入如下代码:

if(!empty($notypeid))  

   免费织梦模板; $orwheres[] = " and arc.typeid NOT IN (".GetSonIds($notypeid).")"; 

}

上传覆盖之后即可使用arclist的notypeid属性,使用方法如下:

{dede:arclist row=6 orderby=pubdate notypeid='7,8,9'}

notypeid和typeid

关键词标签: 织梦 标签 属性

声明: 本文由我的SEOUC技术文章主页发布于:2023-07-18 ,文章让织梦arclist支持notypeid属性的方法,织梦文章主要讲述属性,标签,织梦网站建设源码以及服务器配置搭建相关技术文章。转载请保留链接: https://www.seouc.com/article/web_29261.html

我的IDC 网站建设技术SEOUC.COM
专注网站建设,SEO优化,小程序设计制作搭建开发定制网站等,数千家网站定制开发案例,网站推广技术服务。
  • 5000+合作客服
  • 8年从业经验
  • 150+覆盖行业
  • 最新热门源码技术文章