Xenforo - Konu içinde yeni konu aç butonu (1 Viewer)

Obfuscate

Hokus Pokus Kodları Çözüyoruz.
Joined
Oct 6, 2018
Credits
40
Rating - 0%
Konu içinde yeni konu aç butonu - New Post Button in Post
Xenforo 2 içinde konu okurken yeni konu aç butonu ekleyebilirsiniz.


Kurulum;
Temanızın thread_view ismli şablonu açın ve bulun,

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

Ve Hemen altına ekleyin;

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

Users who are viewing this thread

Top