Reply to thread

Yep!


[code]

<xf:if is="$xf.reply.template == 'forum_list'">

<xf:widget key="forum_overview_forum_statistics" />

</xf:if>

[/code]


Replace forum_overview_forum_statistics with your widget key. That conditional will make it so it only loads on the forum list.


Back
Top Bottom