XenForo Tutorials

New Post Button in Post

Submitted by Sunny1997, , Thread ID: 123415

Sunny1997
Newbie
Level:
0
Reputation:
0
Posts:
16
Likes:
4
Credits:
0
04-03-2019, 01:32 PM
This post was last modified: 04-03-2019, 01:33 PM by Sunny1997
#1
ACP --> Template -->thread_viewand find:


Code:
<xf:breadcrumb source="$forum.getBreadcrumbs()" />

Replace with:

Code:
<xf:breadcrumb source="$forum.getBreadcrumbs()" />
<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>

Users browsing this thread: 1 Guest(s)