Ajouter un nouveau bouton de publication à la page XenForo 2 posts.
Access ACP => Template => Thread_view recherchez :
[HIDETHANKS]
Ajoutez juste en dessous :
[/HIDETHANKS]
Enregistrez et sa sera bon ;)
Résultat :

Access ACP => Template => Thread_view recherchez :
[HIDETHANKS]
Code:
<xf:breadcrumb source="$forum.getBreadcrumbs()" />
Code:
<xf:pageaction if="$forum.canCreateThread()">
<xf:button href="{{ link('forums/post-thread', $forum) }}" class="button--cta" icon="write">
{{ phrase('post_thread') }}
</xf:button>
</xf:pageaction>
Enregistrez et sa sera bon ;)
Résultat :
