new post button in post

Tag new post button in post are a total of 1 Tags,Currently on page 1, in NullPro Website
  1. R

    New Post Button in Post

    Result: ACP --> Template --> thread_view and find: <xf:breadcrumb source="$forum.getBreadcrumbs()" /> Replace with the code below: <xf:breadcrumb source="$forum.getBreadcrumbs()" /> <xf:pageaction if="$forum.canCreateThread()"> <xf:button href="{{ link('forums/post-thread', $forum) }}"...
Top