XenForo Konudaki Alıntı Butonu Nasıl Kaldırılır?

[XFB] Konu Bilgileri

Konu Hakkında Merhaba, tarihinde Xenforo kategorisinde root tarafından oluşturulan XenForo Konudaki Alıntı Butonu Nasıl Kaldırılır? başlıklı konuyu okuyorsunuz. Bu konu şimdiye dek 26 kez görüntülenmiş, 0 yorum ve 0 tepki puanı almıştır...
Kategori Adı Xenforo
Konu Başlığı XenForo Konudaki Alıntı Butonu Nasıl Kaldırılır?
Konbuyu başlatan root
Başlangıç tarihi
Cevaplar
Görüntüleme
İlk mesaj tepki puanı
Son Mesaj Yazan root
Kayıtlı
1 Yıl 4 Ay
Katılım
6 Şub 2024
Konular
0
Mesajlar
272
Rep
0
Tepkime puanı
0
Yaş
25
Konum
bayram.moon
Temanızın post isimli şablonunda bulun.
Kod:
<xen:if is="{$canReply}">
<xen:if is="{$xenOptions.multiQuote}"><a href="{xen:link threads/reply, $thread, 'quote={$post.post_id}'}"
data-messageid="{$post.post_id}"
class="MultiQuoteControl JsOnly item control"
title="{xen:phrase toggle_multi_quote_tooltip}"><span></span><span class="symbol">{xen:phrase multiquote_add}</span></a></xen:if>
<a href="{xen:link threads/reply, $thread, 'quote={$post.post_id}'}"
data-postUrl="{xen:link posts/quote, $post}"
data-tip="#MQ-{$post.post_id}"
class="ReplyQuote item control reply"
title="{xen:phrase reply_quoting_this_message}"><span></span>{xen:phrase reply}</a>
</xen:if>
Ve değiştirın.
Kod:
<xen:if is="{$post.position} % {$xenOptions.messagesPerPage} == 0"><xen:else />
<xen:if is="{$canReply}">
<xen:if is="{$xenOptions.multiQuote}"><a href="{xen:link threads/reply, $thread, 'quote={$post.post_id}'}"
data-messageid="{$post.post_id}"
class="MultiQuoteControl JsOnly item control"
title="{xen:phrase toggle_multi_quote_tooltip}"><span></span><span class="symbol">{xen:phrase multiquote_add}</span></a></xen:if>
<a href="{xen:link threads/reply, $thread, 'quote={$post.post_id}'}"
data-postUrl="{xen:link posts/quote, $post}"
data-tip="#MQ-{$post.post_id}"
class="ReplyQuote item control reply"
title="{xen:phrase reply_quoting_this_message}"><span></span>{xen:phrase reply}</a>
</xen:if>
</xen:if>
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Üst