欧美日韩精品在线,国内精品久久久久久久久,一级毛片恃级毛片直播,清纯唯美亚洲综合欧美色

織夢(mèng)Dedecms聯(lián)動(dòng)方式二級(jí)變一級(jí)的方法_DedeCms教程

編輯Tag賺U幣
教程Tag:暫無(wú)Tag,歡迎添加,賺取U幣!
織夢(mèng)Dedecms聯(lián)動(dòng)方式二級(jí)變一級(jí)的方法,現(xiàn)在就來說一下如何修改文件,找到infolink.lib.php
以下代碼都注掉
  1. /*  
  2. $sontype = ( ($househx % 500 != 0) ? $househx : 0 );  
  3. $toptype = ( ($househx % 500 == 0) ? $househx : ( $househx-($membertype%500) ) );  
  4. $fields['househx'] = "<a href=’{$baseurl}plus/list.php?channelid={$channelid}&tid={$typeid}&househx={$toptype}&nativeplace={$nativeplace}’><b>{$em_househxs[$toptype]}</b></a> ";  
下級(jí)顯示不顯示
  1. foreach($em_househxs as $eid=>$em) 
  2. if($eid < $toptype+1 || $eid > $toptype+499) continue; 
  3. if($eid == $househx) { 
  4. $fields['househx'] ." <b>{$em}</b>"
  5. else { 
  6. $fields['househx'] ." <a href=’{$baseurl}plus/list.php?channelid={$channelid}&tid={$typeid}&househx={$eid}&nativeplace={$nativeplace}’>{$em}</a>"
  7. */ 
換成
  1. foreach($em_househxs as $eid=>$em) 
  2. if($eid % 500 != 0) continue; 
  3. if(isset($_GET['househx'])) 
  4. $navclass=$_GET['househx']; 
  5. if ($navclass==$eid) 
  6. $navclass=’ style=color:#ff0000′; 
  7. $fields['househx'] ." <a href=’{$baseurl}plus/list.php?channelid={$channelid}&tid={$typeid}&househx={$eid}&nativeplace={$nativeplace}’".$navclass.">{$em}</a>"; 
僅供大家學(xué)習(xí)參考,希望對(duì)大家有幫助

查看更多 DedeCms教程  織夢(mèng)模板  織夢(mèng)DedeCms視頻教程  織夢(mèng)dedecms專題

來源:模板無(wú)憂//所屬分類:DedeCms教程/更新時(shí)間:2020-04-30
相關(guān)DedeCms教程

DedeCms教程教程Rss訂閱Cms教程搜索