New Post Button in Post

XenForo New Post Button in Post

Styling

Supervisor
  • Thread starter
  • Moderator
  • #1
Styling submitted a new resource:

New Post Button in Post - Template Modifications

  • ACP --> Template --> thread_view and find:
HTML:
<xf:breadcrumb source="$forum.getBreadcrumbs()" />
  • Replace with the code below:
HTML:
<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>
  • Screen...

Read more about this resource...
 
  • Tags
    new post button in post xenforo new post button in post
  • Back
    Top Bottom