- Affected version
- 2.0
If I add the following to page_container, it works as expected, displaying the output on the forum list.
<xf:if is="$template == 'forum_list'">
Display Ad
</xf:if>
However, if I add that same code to an Advertising unit, it does not render on any page, forum list or other.
<xf:if is="$template == 'forum_list'">
Display Ad
</xf:if>
However, if I add that same code to an Advertising unit, it does not render on any page, forum list or other.