You could do that with different styles and forcing them by node as in the image above or you could use conditionals and template edits/mods targeting node ids if you don't want to increase loads, AKA custom development.Hello,
Is it possible to make xenforo use different logo, style, background, different set of themes per subforum?
If yes, how could I achieve that? Any tips/ideas are highly welcome.
Thanks in advance.
Regards,
Furai
<xen:if is="{$renderedChildren} AND {$level} == 2 AND 1==2">
<ol class="subForumList">
<xen:foreach loop="$renderedChildren" value="$child">
{xen:raw $child}
</xen:foreach>
</ol>
</xen:if>
So, I've started looking through node_forum_level_2 template and I found this:
That if clause makes completely no sense. Can someone enlighten me? I mean the last part. How the hell 1 can equal 2?Code:<xen:if is="{$renderedChildren} AND {$level} == 2 AND 1==2"> <ol class="subForumList"> <xen:foreach loop="$renderedChildren" value="$child"> {xen:raw $child} </xen:foreach> </ol> </xen:if>
![]()
<xen:if is="{$renderedChildren} AND {$level} == 2 AND !@nodeListSubForumPopup">
<ol class="subForumList">
<xen:foreach loop="$renderedChildren" value="$child">
{xen:raw $child}
</xen:foreach>
</ol>
</xen:if>
We use essential cookies to make this site work, and optional cookies to enhance your experience.