Guides - Remove thread count on forum list / Forum listesindeki konu sayısını kaldır | EternalTeam.Org Xenforo Community
Neler yeni
TÜRKİYE SANA CANIM FEDA
Scorpiol                                                                                            Scorpiol VDS satın al

Duyuru - Announcement

Bu Tasarım EternalTeam® Tarafından Kara Üzüm Habbesi Dinlerken Issız Gecelerde Kodlanmıştır . İyi Forumlar.
Reklam Vermek İçin Tıklayınız...

Guides Remove thread count on forum list / Forum listesindeki konu sayısını kaldır

Scorpiol

Yönetici
LV
6
 
Aktiflik
Katılım
30 Eki 2022
Mesajlar
504
Tepkime puanı
63
Web sitesi
www.scorpioldefacer.com
1667684276078.png
  • Şablonunuzun kodu extra.lessşöyle görünebilir:
Kod:
/* ##Removes thread counter from every forum in the forum view for everyone @ ETERNALTEAM## */
.node-stats {
    dl.pairs.pairs--rows {
        &:first-child {
            display: none !important;
        }
    }
}
.node-meta {
    dl.pairs.pairs--inline {
        &:first-child {
            display: none !important;
        }
    }
}
/* ##Removes thread counter from every forum in the forum view for everyone @ ETERNALTEAM## */

  • Veya şablonunuzdaki CSS sürümünü kullanırsınız extra.less , bu size kalmış:
Kod:
/* ##Removes thread counter from every forum in the forum view for everyone @ETERNALTEAM## */
.node-stats dl.pairs.pairs--rows:first-child,
.node-meta dl.pairs.pairs--inline:first-child {
    display: none !important;
}
/* ##Removes thread counter from every forum in the forum view for everyone @ETERNALTEAM## */

1667684291146.png
 
xenforo eklentileri xenforo eklentiler defacer VDS satın al hacker blog
Üst Alt