DOA
Member
Hi, this template modification with the update just released 2.5.2.b is creating two 'post new thread' buttons across our entire forum.
Code:
$0
<xen:if is="{$newDiscussionButton}">
{xen:raw $newDiscussionButton}
</xen:if>
<xen:if is="{$canEditForum}">
<a href="{xen:helper groupRoute, 'forums/edit', $forum}" class="callToAction"><span>{xen:phrase Teams_edit_forum}</span></a>
</xen:if>
<xen:if is="{$canDeleteForum}">
<a href="{xen:helper groupRoute, 'forums/delete', $forum}" class="callToAction OverlayTrigger"><span>{xen:phrase Teams_delete_forum}</span></a>
</xen:if>