-
電子元件電路板類網(wǎng)站織...
-
旅游公司類網(wǎng)站織夢模板...
-
商務(wù)禮品高端禮品定制類...
-
食品百貨英文外貿(mào)類網(wǎng)站...
-
建筑工程施工類網(wǎng)站織夢...
-
法律咨詢律師事務(wù)所類網(wǎng)...
-
網(wǎng)站建設(shè)設(shè)計營銷類網(wǎng)站...
-
微信小程序代理銷售類網(wǎng)...
-
企業(yè)管理咨詢類網(wǎng)站織夢...
-
茶葉茶道類網(wǎng)站織夢模板...
-
塑身瑜伽館培訓(xùn)課程類網(wǎng)...
-
家禽飼養(yǎng)基地類網(wǎng)站織夢...
-
食品產(chǎn)業(yè)園類網(wǎng)站織夢模...
-
廢品回收上門服務(wù)類網(wǎng)站...
-
新媒體新聞博客資訊類網(wǎng)...
-
品牌設(shè)計建設(shè)類網(wǎng)站織夢...
-
合同糾紛知識產(chǎn)權(quán)類網(wǎng)站...
-
學(xué)院技術(shù)學(xué)校類網(wǎng)站織夢...
-
地暖熱水器節(jié)能設(shè)備類網(wǎng)...
-
機(jī)械制造軸承類網(wǎng)站織夢...
當(dāng)織夢網(wǎng)站建設(shè)類似于關(guān)于我們多篇文章時,需要高亮功能的話如何實(shí)現(xiàn)。
$channelid = $ctag->GetAtt('channelid');
在下面插入:
$currentstyle = $ctag->GetAtt('currentstyle');
2、查找:
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);
替換為:
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,$currentstyle);
其實(shí)就是在調(diào)用函數(shù)的最后加了一個$currentstyle實(shí)參
3、查找
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')
替換為:
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',$currentstyle='')
其實(shí)就是在函數(shù)后面加了一個$currentstyle=''形參
4、查找
$row['textlink'] = "".$row['title']."";
在下面插入:
if($currentstyle && $row['id']==$arcid){$currentstyle = str_replace('~typelink~', $row['filename'], $currentstyle);$row['currentstyle'] = str_replace('~typename~', $row['title'], $currentstyle);}
保存。
調(diào)用方法:
{dede:arclist titlelen='42' row='10' currentstyle="~typename~"}[field:array runphp='yes']if(@me['currentstyle']){@me = @me['currentstyle'];}else{@me = "{@me['title']}";}[/field:array]{/dede:arclist}


