Betclever
Well-known member
Hi,
The button "new thread" is missing on the forum view template.
I added this code but it doesn't redirect correctly... What's wrong please?
TYVM.
The button "new thread" is missing on the forum view template.
I added this code but it doesn't redirect correctly... What's wrong please?
HTML:
<xf:if is="$forum.canCreateThread()">
<xf:pageaction><a href="{{ link('forums/create-thread', $forum) }}" class="button button--cta {{ button_icon('new') }}">Post thread</a></xf:pageaction>
</xf:if>
TYVM.