ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,693
- Points
- 823
Reputation:
MrGibbs submitted a new resource:
New Post Button in Post - New Post Button in XenForo 2 Post
Read more
Continue reading...
New Post Button in Post - New Post Button in XenForo 2 Post
ACP --> Template --> thread_view and find:
Code:
<xf:breadcrumb source="$forum.getBreadcrumbs()" />
Include this code below:
Code:
Click to expand...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') }}...
Read more
Continue reading...