Xf2 Modifikasyon Mesajdaki Yeni Mesaj Düğmesi

guclusat

Tanınmış Üye
Süper Moderatör
ACP -> Şablon -> thread_view ve bul:

Kod:
<xf:breadcrumb source="$forum.getBreadcrumbs()" />

Aşağıdaki kodla değiştirin :

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>
 
Geri
Yukarı