xenforo Yeni Konu Aç Butonu Yapılandırma

  • Konbuyu başlatan Konbuyu başlatan Xenforo
  • Başlangıç tarihi Başlangıç tarihi
0
EXE RANK

Xenforo

Fexe Kullanıcısı
Puanları 1
Çözümler 0
Katılım
16 Mar 2025
Mesajlar
4
Tepkime puanı
1
Puanları
1
Meslek
Xenforo
Xenforo
Uyumlu XF 2 Sürümleri
  1. 2.2.X
  2. 2.0.X
  3. 2.1.X
Before

z.jpg

After

Untitled.jpg

Page_Container Açılır İçerisinde

Kod:
  <xf:if contentcheck="true">
                            <div class="p-title-pageAction"><xf:contentcheck><xf:pageaction /></xf:contentcheck></div>
                        </xf:if>

Silinir

Forum_View Açılır


Kod:
  <div class="block-outer"><xf:trim>
        <xf:pagenav page="{$page}" perpage="{$perPage}" total="{$total}"
            link="forums" data="{$forum}" params="{$filters}"
            wrapperclass="block-outer-main" />
        <xf:if contentcheck="true">

Altına Eklenir

Kod:
<xf:if contentcheck="true">
                            <div class="p-title-pageAction"><xf:contentcheck><xf:pageaction /></xf:contentcheck></div>
                        </xf:if>

Extra.less İçerisine Eklenir

Kod:
// Page Action Button
.p-title-pageAction {
    display: contents;
}
 
Geri
Üst