Hey, could someone help me out on this one?
I need to put the below conditional somewhere, to display a custom template (a content box) I made on both forum_view and thread_view...
Where would I place this to accomplish that? I used to use the ad_above_content template in 1.x. No idea where to put it...
<xf:if is="$template == 'thread_view' OR $template == 'forum_view'">
MY CODE HERE
</xf:if>
Thanks!
I need to put the below conditional somewhere, to display a custom template (a content box) I made on both forum_view and thread_view...
Where would I place this to accomplish that? I used to use the ad_above_content template in 1.x. No idea where to put it...
<xf:if is="$template == 'thread_view' OR $template == 'forum_view'">
MY CODE HERE
</xf:if>
Thanks!