Neler yeni

Foruma hoş geldin 👋, Ziyaretçi

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak tamamen ücretsizdir.

  • Forumdan daha fazla yararlanmak için, profilinizi telefon numaranız 📱 ile doğrulayın ve daha ayrıcalıklı olun 😉
    Daha fazla bilgi!

Yeni Konu Aç ve Yeni Mesajlar Butonunu İstatistik Altına Alma

YuSuF02

xFanatik
SMS onaylı
Kullanıcı
Katılım
29 Nis 2020
Mesajlar
660
Çözümler
13
merhaba ustalar Screenshot_2020-10-19 GSMKolik - Android - İphone Destek ve Teknik Servis Forumu.png bu iki butonu nasıl istatistik altına alabilirim konumu değiştirmek istiyorum yani

şimdiden teşekkür ederim​
 

Yeni Konu Aç ve Yeni Mesajlar Butonunu İstatistik Altına Alma

Temanızın PAGE_CONTAINER isimli şablonunda bul ve sil;

HTML:
        <xf:if is="$headerHtml is not empty">
            <div class="p-body-header">
                {$headerHtml|raw}
            </div>
        <xf:elseif contentcheck="true" />
            <div class="p-body-header">
            <xf:contentcheck>
                <xf:if contentcheck="true">
                    <div class="p-title {{ $noH1 ? 'p-title--noH1' : '' }}">
                    <xf:contentcheck>
                        <xf:if is="!$noH1">
                            <h1 class="p-title-value">{$h1}</h1>
                        </xf:if>
                        <xf:if contentcheck="true">
                            <div...
İstatistiği içeriklerin üstüne seçebilir yada kendi konumu olarak seçer ve PAGE_CONTAINER isimli şablonu açarak bulur;

HTML:
<xf:macro template="browser_warning_macros" name="browser" />

Altına eklersiniz;

HTML:
<xf:macro template="xgt_forumistatik_konum_macros" name="xgt_istatistik_konum" arg-template="{$template}" arg-location="kendikonumum" arg-position="!" />
 
İstatistiği içeriklerin üstüne seçebilir yada kendi konumu olarak seçer ve PAGE_CONTAINER isimli şablonu açarak bulur;

HTML:
<xf:macro template="browser_warning_macros" name="browser" />

Altına eklersiniz;

HTML:
<xf:macro template="xgt_forumistatik_konum_macros" name="xgt_istatistik_konum" arg-template="{$template}" arg-location="kendikonumum" arg-position="!" />
kendi konumum seçince istatistik kayboluyor :D
 
Yukarıdaki mesajda bulunan kendi konumum için istatistik çağrı kodunu şablona eklemelisiniz.
 
Temanızın PAGE_CONTAINER isimli şablonunda bul ve sil;

HTML:
        <xf:if is="$headerHtml is not empty">
            <div class="p-body-header">
                {$headerHtml|raw}
            </div>
        <xf:elseif contentcheck="true" />
            <div class="p-body-header">
            <xf:contentcheck>
                <xf:if contentcheck="true">
                    <div class="p-title {{ $noH1 ? 'p-title--noH1' : '' }}">
                    <xf:contentcheck>
                        <xf:if is="!$noH1">
                            <h1 class="p-title-value">{$h1}</h1>
                        </xf:if>
                        <xf:if contentcheck="true">
                            <div class="p-title-pageAction"><xf:contentcheck><xf:pageaction /></xf:contentcheck></div>
                        </xf:if>
                    </xf:contentcheck>
                    </div>
                </xf:if>

                <xf:if is="$description is not empty">
                    <div class="p-description">{$description}</div>
                </xf:if>
            </xf:contentcheck>
            </div>
        </xf:if>

Yine aynı şablonda bul;

HTML:
<div class="p-body-content">

Hemen altına ekle;

HTML:
        <xf:macro template="xgt_forumistatik_konum_macros" name="xgt_istatistik_konum" arg-template="{$template}" arg-location="kendikonumum" arg-position="!" />  
        <xf:if is="$headerHtml is not empty">
            <div class="p-body-header">
                {$headerHtml|raw}
            </div>
        <xf:elseif contentcheck="true" />
            <div class="p-body-header">
            <xf:contentcheck>
                <xf:if contentcheck="true">
                    <div class="p-title {{ $noH1 ? 'p-title--noH1' : '' }}">
                    <xf:contentcheck>
                        <xf:if is="!$noH1">
                            <h1 class="p-title-value">{$h1}</h1>
                        </xf:if>
                        <xf:if contentcheck="true">
                            <div class="p-title-pageAction"><xf:contentcheck><xf:pageaction /></xf:contentcheck></div>
                        </xf:if>
                    </xf:contentcheck>
                    </div>
                </xf:if>

                <xf:if is="$description is not empty">
                    <div class="p-description">{$description}</div>
                </xf:if>
            </xf:contentcheck>
            </div>
        </xf:if>
 

Ekli dosyalar

  • Screenshot_2020-10-19 XenForo Türkçe destek, XenForo eklenti ve tema topluluğu.png
    Screenshot_2020-10-19 XenForo Türkçe destek, XenForo eklenti ve tema topluluğu.png
    148.7 KB · Görüntüleme: 10
Çözüm
Temanızın PAGE_CONTAINER isimli şablonunda bul ve sil;

HTML:
        <xf:if is="$headerHtml is not empty">
            <div class="p-body-header">
                {$headerHtml|raw}
            </div>
        <xf:elseif contentcheck="true" />
            <div class="p-body-header">
            <xf:contentcheck>
                <xf:if contentcheck="true">
                    <div class="p-title {{ $noH1 ? 'p-title--noH1' : '' }}">
                    <xf:contentcheck>
                        <xf:if is="!$noH1">
                            <h1 class="p-title-value">{$h1}</h1>
                        </xf:if>
                        <xf:if contentcheck="true">
                            <div class="p-title-pageAction"><xf:contentcheck><xf:pageaction /></xf:contentcheck></div>
                        </xf:if>
                    </xf:contentcheck>
                    </div>
                </xf:if>

                <xf:if is="$description is not empty">
                    <div class="p-description">{$description}</div>
                </xf:if>
            </xf:contentcheck>
            </div>
        </xf:if>

Yine aynı şablonda bul;

HTML:
<div class="p-body-content">

Hemen altına ekle;

HTML:
        <xf:macro template="xgt_forumistatik_konum_macros" name="xgt_istatistik_konum" arg-template="{$template}" arg-location="kendikonumum" arg-position="!" /> 
        <xf:if is="$headerHtml is not empty">
            <div class="p-body-header">
                {$headerHtml|raw}
            </div>
        <xf:elseif contentcheck="true" />
            <div class="p-body-header">
            <xf:contentcheck>
                <xf:if contentcheck="true">
                    <div class="p-title {{ $noH1 ? 'p-title--noH1' : '' }}">
                    <xf:contentcheck>
                        <xf:if is="!$noH1">
                            <h1 class="p-title-value">{$h1}</h1>
                        </xf:if>
                        <xf:if contentcheck="true">
                            <div class="p-title-pageAction"><xf:contentcheck><xf:pageaction /></xf:contentcheck></div>
                        </xf:if>
                    </xf:contentcheck>
                    </div>
                </xf:if>

                <xf:if is="$description is not empty">
                    <div class="p-description">{$description}</div>
                </xf:if>
            </xf:contentcheck>
            </div>
        </xf:if>
kodları arıyorum teşekkürler ustam
 
Temanızın PAGE_CONTAINER isimli şablonunda bul ve sil;

HTML:
        <xf:if is="$headerHtml is not empty">
            <div class="p-body-header">
                {$headerHtml|raw}
            </div>
        <xf:elseif contentcheck="true" />
            <div class="p-body-header">
            <xf:contentcheck>
                <xf:if contentcheck="true">
                    <div class="p-title {{ $noH1 ? 'p-title--noH1' : '' }}">
                    <xf:contentcheck>
                        <xf:if is="!$noH1">
                            <h1 class="p-title-value">{$h1}</h1>
                        </xf:if>
                        <xf:if contentcheck="true">
                            <div class="p-title-pageAction"><xf:contentcheck><xf:pageaction /></xf:contentcheck></div>
                        </xf:if>
                    </xf:contentcheck>
                    </div>
                </xf:if>

                <xf:if is="$description is not empty">
                    <div class="p-description">{$description}</div>
                </xf:if>
            </xf:contentcheck>
            </div>
        </xf:if>

Yine aynı şablonda bul;

HTML:
<div class="p-body-content">

Hemen altına ekle;

HTML:
        <xf:macro template="xgt_forumistatik_konum_macros" name="xgt_istatistik_konum" arg-template="{$template}" arg-location="kendikonumum" arg-position="!" /> 
        <xf:if is="$headerHtml is not empty">
            <div class="p-body-header">
                {$headerHtml|raw}
            </div>
        <xf:elseif contentcheck="true" />
            <div class="p-body-header">
            <xf:contentcheck>
                <xf:if contentcheck="true">
                    <div class="p-title {{ $noH1 ? 'p-title--noH1' : '' }}">
                    <xf:contentcheck>
                        <xf:if is="!$noH1">
                            <h1 class="p-title-value">{$h1}</h1>
                        </xf:if>
                        <xf:if contentcheck="true">
                            <div class="p-title-pageAction"><xf:contentcheck><xf:pageaction /></xf:contentcheck></div>
                        </xf:if>
                    </xf:contentcheck>
                    </div>
                </xf:if>

                <xf:if is="$description is not empty">
                    <div class="p-description">{$description}</div>
                </xf:if>
            </xf:contentcheck>
            </div>
        </xf:if>
çok teşekkür ederim oldu (Allah cc) Razı olsun
 

Foruma hoş geldin 👋, Ziyaretçi

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak tamamen ücretsizdir.