XenForo 2 New Post Button in Post Konu İçerisinde Konu Aç Butonu





New Post Button in Post Konu Aç Butonu

Bu kod modifikasyonu sayesinde forumdaki konu içerisine konu aç butonu eklemenizi sağlar.

New Post Button in Post Konu Aç Butonu Kurulumu

Kullandığınız temanın thread_view şablonunu açın ve aşağıdaki kodları arayın;


Kod:

Kod:
<xf:breadcrumb source="$forum.getBreadcrumbs()" />
Alttaki kodları yukarıda belirttiğim kodun altına ekleyin;

Kod:

Kod:

Kod:
<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>