- Konuyu Başlatan
- AdminCP
- #1
- Katılım
- 9 Haziran 2018
- Konular
- 1,372
- Mesajlar
- 5,622
- Çözümler
- 1
- Reaksiyon puanı
- 1,730
- Puanları
- 113
- Konum
- Adana
- Web sitesi
- webadam.net
- Cinsiyet
- Erkek
xenForo 2.0 sürümlerinde ilk mesajdan alıntı yapılmasını istemiyorsanız eğer, aşağıdaki değişiklikleri yaparak ilk mesajdan alıntı yapılmasını engelleyebilirsiniz.
Kullandığınız temanın post_macros şablonunda aşağıdaki kodları bulun;
Aşağıdaki kodlar ile değiştirin;
Kullandığınız temanın post_macros şablonunda aşağıdaki kodları bulun;
Kod:
<xf:if is="$thread.canReply()">
<xf:set var="$quoteLink">{{ link('threads/reply', $thread, {'quote': $post.post_id}) }}</xf:set>
<xf:if is="$xf.options.multiQuote">
<a href="{$quoteLink}"
class="actionBar-action actionBar-action--mq u-jsOnly js-multiQuote"
title="{{ phrase('toggle_multi_quote_tooltip')|for_attr }}"
data-message-id="{$post.post_id}"
data-mq-action="add">{{ phrase('quote') }}</a>
</xf:if>
Aşağıdaki kodlar ile değiştirin;
Kod:
<xf:if is="$post.position % $xf.options.messagesPerPage == 0"><xf:else />
<xf:if is="$thread.canReply()">
<xf:set var="$quoteLink">{{ link('threads/reply', $thread, {'quote': $post.post_id}) }}</xf:set>
<xf:if is="$xf.options.multiQuote">
<a href="{$quoteLink}"
class="actionBar-action actionBar-action--mq u-jsOnly js-multiQuote"
title="{{ phrase('toggle_multi_quote_tooltip')|for_attr }}"
data-message-id="{$post.post_id}"
data-mq-action="add">{{ phrase('quote') }}</a>
</xf:if>
</xf:if>