discuz! 这地方如何取值
程序员文章站
2022-05-09 09:16:30
...
先说需求:门户中导航循环,所以要取门户中每个频道的链接
我这是这写的:
{$res[$key][catname]}
但点击栏目后,得出的结果是:
而打印出来的数组显示如下字段情况:
[14] => Array
(
[catid] => 16
[upid] => 0
[catname] => 新闻动态
[articles] => 0
[allowcomment] => 0
[displayorder] => 15
[notinheritedarticle] => 1
[notinheritedblock] => 1
[domain] =>
[url] =>
[uid] => 1
[username] => admin
[dateline] => 1411471404
[closed] => 1
[shownav] => 0
[description] =>
[seotitle] =>
[keyword] =>
[primaltplname] => ./template/sdhq:portal/list_category_xwdt
[articleprimaltplname] => ./template/sdhq:portal/view
[disallowpublish] => 0
[foldername] =>
[notshowarticlesummay] => 0
[perpage] => 15
[maxpages] => 1000
[noantitheft] => 0
[lastpublish] => 0
)
其中标示红色字段的就是频道的列表模板字段.我想肯定是这里出现了问题吧!
不知这种情况如何处理呢?
我这是这写的:
但点击栏目后,得出的结果是:
而打印出来的数组显示如下字段情况:
[14] => Array
(
[catid] => 16
[upid] => 0
[catname] => 新闻动态
[articles] => 0
[allowcomment] => 0
[displayorder] => 15
[notinheritedarticle] => 1
[notinheritedblock] => 1
[domain] =>
[url] =>
[uid] => 1
[username] => admin
[dateline] => 1411471404
[closed] => 1
[shownav] => 0
[description] =>
[seotitle] =>
[keyword] =>
[primaltplname] => ./template/sdhq:portal/list_category_xwdt
[articleprimaltplname] => ./template/sdhq:portal/view
[disallowpublish] => 0
[foldername] =>
[notshowarticlesummay] => 0
[perpage] => 15
[maxpages] => 1000
[noantitheft] => 0
[lastpublish] => 0
)
其中标示红色字段的就是频道的列表模板字段.我想肯定是这里出现了问题吧!
不知这种情况如何处理呢?
回复讨论(解决方案)
呵呵自己解决了,原来是:portal.php?mod=list&catid=6