/*** 1 ****/ /*** 2 ****/ /*** 3 ****/ /*** 4 ****/ /*** 5 ****/ /*** 6 ****/ /*** 7 ****/ /*** giriş çıkış ikonu ****/ /*** giriş çıkış ikonu ****/ /**** 9 ****/ /**** 10 ****/ /**** 11 ****/ /**** 12 ****/ /**** 13 ****/ /***** 14 ****/ /**** 15 *****/ /***** 16 *****/ /**** 17 ****/ /**** 18 *****/ /**** 19 ****/ /***** 20 *****/ /***** 21 ****/ / ***** 22 ****** / / ***** 23 *****/ /**** 24 ****/ /**** 25 ****/ /**** 26 *****/ /**** 27 *****/ /**** 28 *****/ /**** 29 *****/ /**** 30 *****/ /**** 31 ****/ /**** 32 ****/ /**** 33 *****/ /*** 34 ***/ /*** 35 ***/ /**** 36 ***/ /**** 37 ****/ /*** 38 ****/ /*** 39 ****/ /***** 40 ****/ /***** 41 *****/ /*** 42 ****/ /**** 43 ****/ /**** 44 ****/ /**** 45 ***/
Webmaster Forum
HABERLER

Blog Haberler

Xenforo alt forum ikon ekleme

  • Konu Sahibi Konu Sahibi WebmasterForum
  • Başlangıç tarihi Başlangıç tarihi
  • Cevap Cevap : 0
  • Görüntüleme Görüntüleme : 4K

WebmasterForum

8+ Yıl 🥉
Coder / Web Uzman
Admin
Mesajlar
549
Beğeni
65
Puan
0
Xenforo alt forum ikon ekleme
Merhaba arkadaşlar xenforo 1'de altforum ikonları nasıl eklenir ve nasıl değiştirilir kolay ve hızlı basit bir yöntemle göstermek istiyorum.
Öncelikle Admin paneli/Görünüm/Şablonlar/EXTRA.css aratın ve bulun en alta şu kodları ekleyin.

Kod:
/*********** WF Altforum ikonları **************/
.subForumList li .unread .nodeTitle:before {
   font-size: 1.3em;
   color: rgb(202, 24, 24);
   margin-right: 5px;
   content: "\f11a ";
   position: relative;
   top: 1px;
   font: normal normal normal 14px/1 FontAwesome;
}

.subForumList li .nodeTitle:before {
   font-size: 20px;
   color: #00ffff;
   margin-right: 5px;
   content: "\f11a ";
   position: relative;
   top: 1px;
   font: normal normal normal 14px/1 FontAwesome;
}
Farklı ikon göstermek isteyenler http://fontawesome.io/icons/ adresinden istediği ikonu ekleyebilir.
İkonu değiştirmek için:
  1. content: "\f11a "; alanında f11a kısmını f0a2 gibi avosome icon kodu ile değiştirin.
  2. content: "\f11a "; f0a2 gibi avosome icon kodu ile değiştirin.
 
Geri
Üst
Forum Blog Dizin Giriş Yap