<xf:if is="$forum.node_id == X">
your custom content...
<xf:else />
<xf:pageaction if="$forum.canCreateThread() OR $forum.canCreateThreadPreReg()">
<xf:button href="{{ link('forums/post-thread', $forum) }}" class="button--cta" icon="write" rel="nofollow">
{{ phrase('post_thread') }}
</xf:button>
</xf:pageaction>
</xf:if>