打开/include/taglib/arclist.lib.php文件: 找到 return lib_arclistDone ( $refObj, $ctag, $typeid, $ctag-GetAtt(row), $ctag-GetAtt(col), $titlelen, $infolen, $ctag-GetAtt(imgwidth), $ctag-GetAtt(imgheight), $listtype, $orderby, $ctag-G
打开/include/taglib/arclist.lib.php文件:
找到
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->GetAtt('orderway'), $ctag->GetAtt('subday'), $ctag->GetAtt('noflag'),
$tagid,$pagesize,$isweight
);
在最后的;前面加上
,$ctag->GetAtt('notypeid')
再找到
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='',$tagid='', $pagesize=0, $isweight='N')
在他后面加上
,$notypeid=0
再找到
$orwheres[] = ' arc.arcrank > -1 ';
在它上面加上
if(!empty($notypeid))
{
$orwheres[] = " and arc.typeid NOT IN (".GetSonIds($notypeid).")";
}
模板调用:
{dede:arclist row=6 orderby=pubdate channelid='1' notypeid='9'}
不调用栏目ID为9的栏目下的文档
不调用栏目ID为9的栏目下的文档
版权声明:本站部分内容来源互联网,如果文章中所涉及的图片或者文字内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!
php模板建站
织梦artlist标签实现不调用某个栏目下文档的办法
最新VIP资源
猜你喜欢
- dedecms中的{dede:php}{/dede:php}的详细用法 2020-11-24
- dedecms支付宝支付成功后发送邮件通知站长的方法 2023-06-13
- 织梦dedecms列表页中调用当前栏目文章总数的办法 2021-03-02
- dedecms高级搜索页advancedsearch.php调用自定义字段 2020-11-18
- 织梦的栏目怎么做优化 2021-01-16
- dedecms文章标题字数限制被自动截字的解决方法 2021-04-07
- 织梦实现自动统计当前栏目文档文章总数的方法 2021-08-19
- 织梦dedecms调用会员详细字段信息 2021-07-20
- 织梦dedecms将面包屑导航中的"首页"换成图标的方法 2020-11-02
- 织梦dedecms列表页单独调用文档总页数 2021-05-25