-
中英双语窗帘门窗设计类...
-
产品展示柜台类网站织梦...
-
汽车用品配件类网站织梦...
-
装修设计类网站织梦模板...
-
财富管理培训咨询类网站...
-
仪器分析仪类网站织梦模...
-
鲜花商城购物类网站织梦...
-
智能电子玩具类网站织梦...
-
精工机械轴承加工类网站...
-
搬家搬迁公司类网站织梦...
-
物流快运速递类网站织梦...
-
QQ个性空间日志资讯类网...
-
茶几茶盘类网站织梦模板...
-
网络品牌广告设计类网站...
-
新闻博客资讯类网站织梦...
-
财经新闻资讯网类织梦模...
-
防腐木材工程类网站织梦...
-
网站建设万词霸屏SEO优化...
-
仪器仪表科技公司类网站...
-
家政服务保姆月嫂类网站...
打开/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 type='image.' imgwidth='108' imgheight='150' channelid='1' notypeid='9'}


