Brent W Well-known member Sep 28, 2012 #1 I want to alter the title tag for forums that exist only under a certain category. Basically, if the forums parent is category 2, I want to add an extra word to the <title> tag.
I want to alter the title tag for forums that exist only under a certain category. Basically, if the forums parent is category 2, I want to add an extra word to the <title> tag.
Jake Bunce Well-known member Sep 28, 2012 #2 Code: <xen:if is="{$forum.parent_node_id} == 2"> </xen:if> For example, this works in the node_forum_level_2 template. Upvote 0 Downvote
Code: <xen:if is="{$forum.parent_node_id} == 2"> </xen:if> For example, this works in the node_forum_level_2 template.