O Ombre Member May 1, 2014 #1 Hi, I create a change in the index on the template PAGE_CONTAINER, but it appears on all pages of the forum, what condition it used to appear only on the index page? Thank you.
Hi, I create a change in the index on the template PAGE_CONTAINER, but it appears on all pages of the forum, what condition it used to appear only on the index page? Thank you.
Steve F Well-known member May 1, 2014 #2 Code: <xen:if is="{$contentTemplate} == 'forum_list'"> This content will show on the forum_list template </xen:if> Found by using Chrome browser inspect tools This may be of help also http://xenforo.com/community/resources/conditional-statements.1604/ Upvote 0 Downvote
Code: <xen:if is="{$contentTemplate} == 'forum_list'"> This content will show on the forum_list template </xen:if> Found by using Chrome browser inspect tools This may be of help also http://xenforo.com/community/resources/conditional-statements.1604/