織夢channelartlist在欄目列表獲取二級三級欄目
摘要:
效果 /include/taglib/channelartlist.lib.php 找到 if($typeid==0 || $typeid=='top') 改成 if($typeid=='reid'){global $cfg_Cs;$tid = $refObj-TypeLink-TypeInfos['id'];if(!is_array($cfg_Cs)) require_once(DEDEDATA."/cache/inc_catalog_base.inc");i
/include/taglib/channelartlist.lib.php 找到
if($typeid==0 || $typeid=='top')
改成
if($typeid=='reid')
{
global $cfg_Cs;
$tid = $refObj->TypeLink->TypeInfos['id'];
if(!is_array($cfg_Cs)) require_once(DEDEDATA."/cache/inc_catalog_base.inc");
if(!isset($cfg_Cs[$tid][0]) || $cfg_Cs[$tid][0]==0) $topid = $tid;
else $topid = GetTopid($cfg_Cs[$tid][0]);
$tpsql = " reid='$topid' AND ishidden<>1 ";
$order = " ORDER BY sortrank ASC";
}
elseif($typeid==0 || $typeid=='top')
列表頁內容頁模板調用標簽
<ul>
{dede:channelartlist typeid=reid}
<h2><a href="{dede:field.typeurl/}">{dede:field.typename/}</a></h2>
{dede:channel type=son noself=yes}
<li><a href="[field:typeurl/]">[field:typename/]</a></li>
{/dede:channel}
{/dede:channelartlist}
</ul>
本文鏈接:http://www.nikanpro.com//dedecmsjiaocheng/chengxukaifa/182933.html
版權聲明:本站資源均來自互聯網或會員發布,如果侵犯了您的權益請與我們聯系,我們將在24小時內刪除!謝謝!
標簽云