New Post Button in Post

New Post Button in Post

Lv.12
Bronze Member
Iron Member
已加入
2021/09/11
消息
3,355
回应得分
913
Credits
$3,726
thanks to dear member @richard submitted a new resource:

New Post Button in Post - New Post Button in Post

Result:
查看附件 50813
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) }}" class="button--cta" icon="write">
        {{ phrase('post_thread') }}
    </xf:button>
</xf:pageaction>

Read more about this resource...
 
顶部