[RSS Feed/News] Search forum type and $forum.node_id

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hi! I'm trying to change text for one of my search forum node with id=79, but code for regular forum type won't work.

Code:

Code:
<xf:if is="$forum.node_id == 79">
                    {{ phrase('last_games') }}
                <xf:else />
                    {{ phrase('widget.forum_overview_new_posts') }}
</xf:if>

Please help.

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