您好,登錄后才能下訂單哦!
小編給大家分享一下用帝國標簽實現當前欄目高亮的方法,希望大家閱讀完這篇文章后大所收獲,下面讓我們一起去探討吧!
如何用帝國標簽實現當前欄目高亮?
用帝國自定義標簽實現當前欄目高亮
一番測試下來,找到了自己覺得方便的方法, 特記錄在此。
1、因為要用到自定義標簽,所以首先要在\e\class\userfun.php 加入一個自定義函數, 即
代碼如下:
//取得頂級欄目ID函數 function user_GetTopBclassid($classid){ global $class_r; $fr=explode('|',$class_r[$classid][featherclass]); $topbclassid=$fr[1]?$fr[1]:$classid;//取得第一級欄目id return $topbclassid; }
2、接下來用靈動標簽調用導航部分,用<?=user_GetTopBclassid($GLOBALS[navclassid])?>動態獲取當前欄目id以及父欄目id。
代碼如下:
<ul class="menu"> <li id="current"><a href="/">首頁</a></li> <!--靈動標簽開始--> [e:loop={'select classid,classname,classpath,bclassid,bname from [!db.pre!]enewsclass where bclassid=0 order by classid',0,24,0}] <li id="current<?=$bqr[classid]?>"><a href="<?=$public_r[newsurl]?><?=$bqr[classpath]?>" title="<?=$bqr[bname]?>" target="_self" ><?=$bqr[classname]?></a></li> [/e:loop] <style type="text/css"><!--加入動態css樣式--> <!-- #menu #current<?=user_GetTopBclassid($GLOBALS[navclassid])?> /*---動態獲取當前欄目id -*/ {background:url(/images/2008a/bg_menu_on_left.gif) no-repeat; font-weight:bold;} #menu #current<?=user_GetTopBclassid($GLOBALS[navclassid])?> a,#menu #current<?=user_GetTopBclassid($GLOBALS[navclassid])?> a:hover{color:#000; background:url(/images/2008a/bg_menu_on_right.gif) no-repeat right;} --> </style> <!--靈動標簽結束-->
3、在模板變量中制作一個變量, 如 [!--temp.tab--] 在其中加入第2步的代碼, 就可以在首頁及列表頁調用啦,
引用wc在論壇的一個回復 <?=user_GetTopBclassid($GLOBALS[navclassid])?>
當為首頁的時候當前欄目是為空即channle
當前為一級欄目時,則為channle當前欄目id
當有欄目為非一級欄目,則為channle一級父欄目id
封面模板、列表模板、內容模板下都有效
看完了這篇文章,相信你對用帝國標簽實現當前欄目高亮的方法有了一定的了解,想了解更多相關知識,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。