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
- 27,555
- Points
- 823
Reputation:
LQD submitted a new resource:
New Post Button in Post - New Post Button in XenForo 2 Post
Read more about this resource...
New Post Button in Post - New Post Button in XenForo 2 Post
New Post Button in Post
In Xenforo 2, you can add a new topic button when reading a topic.
Setup;
Open your template's thread_view template and find it,
And just add it to the bottom;Code:<xf:breadcrumb source="$forum.getBreadcrumbs()" />
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 about this resource...