<xf:breadcrumb source="$forum.getBreadcrumbs()" />
<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>
04-03-2019, 01:32 PMSunny1997 Wrote: ACP --> Template -->thread_viewand find: Code:<xf:breadcrumb source="$forum.getBreadcrumbs()" /> Replace with: 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') }} </xf:button> </xf:pageaction>
Loading Info...