XenForo How to test for a forum in PAGE_CONTAINER

B

bburton

Guest
I'm looking for a quick test to be used in PAGE_CONTAINER to tell me I'm looking at a forum and not some other page.

I tried

<xf:if is="$forum.forum_type_id"> This is a Forum </xf:if>

<xf:if is="$forum.node_id"> This is a Forum </xf:if>

but these don't distinguish between forums and threads. How can I single out forums and not include threads?

Thanks!

Continue reading...