So out of the blue I noticed my create a thread button was missing.
I know the code behind it is
<xfageaction if="$forum.canCreateThread()">
<xf:button href="{{ link('forums/post-thread', $forum) }}" class="button--cta" icon="write">
{{ phrase('post_thread') }}
</xf:button>
</xfageaction>
If I remove the if statement the button appears fine. Where is this permission controlled?
I know the code behind it is
<xfageaction if="$forum.canCreateThread()">
<xf:button href="{{ link('forums/post-thread', $forum) }}" class="button--cta" icon="write">
{{ phrase('post_thread') }}
</xf:button>
</xfageaction>
If I remove the if statement the button appears fine. Where is this permission controlled?