New Post Button in Post

Unmaintained New Post Button in Post

Compatible XF 2.x versions
  1. 2.0
  2. 2.1
ACP --> Template --> thread_view and find:

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

Replace with the code below:

Code:
<xf:breadcrumb source="$forum.getBreadcrumbs()" />
<xf:pageaction if="$forum.canCreateThread()">
    <xf:button href="{{ link('forums/post-thread', $forum) }}" class="button--cta"...
You do not have permission to view the full content of this resource. Log in or register now.

Latest reviews

Thank you! This should be a default admin feature! This was a highly needed shortcut for my forum. And thank you for not being greedy with it!
Excellent addition to the theme again by Mr Gibbs! Easy to install and could possibly help increase of posts.
M
MrGibbs
Thanks
Perfect! Works like a charm and had no issues following the simple instructions! Thanks a lot MrGibbs!
M
MrGibbs
Thanks @Dan619
Top Bottom