claudiucjc
New member
Hello, I countinue with my issue from this topic in here because there main issue is solved https://xenforo.com/community/threads/category-or-prefix-next-to-the-forum-title.191776/
But now the second issue is I would like to we this code:
for all my nodes in that category.
Example my category node-1 have more categories with sub-forums.
If I the above code it will work just for node-1 but not for node-1 nodes.
How I can update the forums title just for all sub-forums located in node-1.
Here is my category unistudent.ro/universitati/ ... I would like to change the sub-forums title just in that category.
But now the second issue is I would like to we this code:
HTML:
<xf:if is="!$noH1">
<xf:if is="$containerKey == 'node-1'">
<xf:set var="$firstBreadcrumb" value="{$breadcrumbs|last}" />
<h1 class="p-title-value">{$h1}{{ ' | '.$firstBreadcrumb|first }}</h1>
<xf:else />
<h1 class="p-title-value">{$h1}</h1>
</xf:if>
</xf:if>
for all my nodes in that category.
Example my category node-1 have more categories with sub-forums.
If I the above code it will work just for node-1 but not for node-1 nodes.
How I can update the forums title just for all sub-forums located in node-1.
Here is my category unistudent.ro/universitati/ ... I would like to change the sub-forums title just in that category.