我很难为node--My_Content_Type_Node.tpl.php
. 我一直试图走这里概述的路线,但一直很艰难。以下是我的具体情况:
我的自定义字段是对论坛的分类术语引用,机器名称为taxonomy_forums
我一直在尝试使用以下(以及细微的变化),但没有成功:
$url = render($node->taxonomy_forums[$node->language][0]['url']);
本质上,我正在尝试将内容与特定的预先创建的论坛联系起来以供评论,并创建指向它的链接。
我可以使用以下内容显示默认布局(链接、标题、标记),但没有运气将其分开:
$Forum = render($content['taxonomy_forums']);
非常感谢任何帮助,这是我在这里的第一篇文章,所以如果需要更多详细信息,请告诉我。
谢谢!
更新:为 var 转储恢复以下内容:
array(1) { ["und"]=> array(1) { [0]=> array(2) { ["tid"]=> string(1) "5" ["taxonomy_term"]=> object(stdClass)#81 (8) { ["tid"]=> string(1) "5" ["vid"]=> string(1) "2" ["name"]=> string(13) "Total Rewards" ["description"]=> string(167) "Use this space to ask questions, make comments, or start a conversation with Grameen Foundation and other site users related to assessing your total rewards practices." ["format"]=> NULL ["weight"]=> string(1) "4" ["vocabulary_machine_name"]=> string(6) "forums" ["rdf_mapping"]=> array(5) { ["rdftype"]=> array(2) { [0]=> string(14) "sioc:Container" [1]=> string(10) "sioc:Forum" } ["name"]=> array(1) { ["predicates"]=> array(2) { [0]=> string(10) "rdfs:label" [1]=> string(14) "skos:prefLabel" } } ["description"]=> array(1) { ["predicates"]=> array(1) { [0]=> string(15) "skos:definition" } } ["vid"]=> array(2) { ["predicates"]=> array(1) { [0]=> string(13) "skos:inScheme" } ["type"]=> string(3) "rel" } ["parent"]=> array(2) { ["predicates"]=> array(1) { [0]=> string(12) "skos:broader" } ["type"]=> string(3) "rel" } } } } } }