Xenforo Soru Sor Butonu Yapmak
Soru cevap kategorisi için size yeni konu aç yerine soru sor butonu yapmayı göstereceğiz. Adım adım bu işlemleri gerçekleştirin.
Olumlu olumsuz yorumlarınızı bırakın.
forum_view Şablonunda bulun
<xf:button href="{{ link('forums/post-thread', $forum) }}" class="button--cta" icon="write" rel="nofollow">
{{ $forum.TypeHandler.getTypeActionPhrase('cta') ?: phrase('post_thread') }}
</xf:button>
Şununla değiştirin:
<xf:if is="$forum.node_id == 18">
<xf:button href="{{ link('forums/post-thread', $forum) }}" class="button--cta" icon="write" rel="nofollow">
Soru sor
</xf:button>
<xf:else />
<xf:button href="{{ link('forums/post-thread', $forum) }}" class="button--cta" icon="write" rel="nofollow">
{{ $forum.TypeHandler.getTypeActionPhrase('cta') ?: phrase('post_thread') }}
</xf:button>
</xf:if>
Koddaki 18 yerine soru-cevap kategorisi id numarasını yazın.
Buton soru sor şeklinde olacaktır o butonu css ile özelleştirebilirsiniz
Hangi kategorilere uygulayacaksanız o kategorilerin İd numarasını yazmanız yeterlidir.
<xf:if is="$forum.node_id == 18">
Bir yanıt yazın