-
房屋建造设计类网站织梦...
-
医疗机构类网站织梦模板...
-
税务筹划公司登记代理网...
-
新闻博客类网站织梦模板...
-
品牌设计建设类网站织梦...
-
投资财富管理类网站织梦...
-
短视频直播带货类网站织...
-
艺考培训类网站织梦模板...
-
智能家居类网站织梦模板...
-
货物运输汽车贸易类网站...
-
QQ个性空间日志资讯类网...
-
建筑规划施工类网站织梦...
-
建筑智能研发系统类网站...
-
五谷杂粮米业类网站织梦...
-
网站建设开发类网站织梦...
-
餐饮服务管理类网站织梦...
-
茶几茶盘类网站织梦模板...
-
恋爱情感资讯类网站织梦...
-
天花板循环扇类网站织梦...
-
全自动环保污水处理设备...
打开/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'}


