[RSS Feed/News] How to test for a forum in PAGE_CONTAINER

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
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!

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom