bburton
Member
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!
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!