kurulumu-net
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Groups
    • Users
    • Tags
    • Solved
    • Yasal
      • Kullanım Şartları
      • Gizlilik İlkesi
      • İletişim
    1. Home
    2. crazycells
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 5
    • Best 1
    • Controversial 0
    • Groups 1

    crazycells

    @crazycells

    NodeBB

    174
    Reputation
    12
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website yesilkartforum.com/forum/

    crazycells Unfollow Follow
    NodeBB

    Best posts made by crazycells

    • RE: NodeBB like buton degistirme

      bazen kullanilan icon degisecegi icin “font-weight” degisebiliyor… onu da soyle degistirmek gerekiyor:

      span.votes {
          .fa-chevron-up:before {
              content: "\f164";
              font-weight: 400;
          }
          .upvoted .fa-chevron-up:before {
              content: "\f164";
              font-weight: 900;
          }
          
          .fa-chevron-down:before {
              content: "\f165";
              font-weight: 400;
          }
          .downvoted .fa-chevron-down:before {
              content: "\f165";
              font-weight: 900;
          }
      }
      
      

      Screen Shot 2022-02-28 at 1.33.39 PM.png

      posted in NodeBB
      crazycells
      crazycells

    Latest posts made by crazycells

    • RE: NodeBB Email Problemi

      @phi, içinde söyledi: NodeBB Email Problemi

      @admin emaildeki logo nerde ki?

      ACP > Settings > General > Site Logo

      olmasi lazim…

      posted in NodeBB
      crazycells
      crazycells
    • RE: NodeBB'de çevirileri değiştirme

      @admin NodeBB’yi de Turkce’ye suradan ceviriyoruz:

      https://www.transifex.com/nodebb/nodebb/language/tr/

      Turkce cevirilerinin buyuk bir kismini ben yaptim lakin yazilimci olmadigim icin admin panelindeki her terimin Turkcesini bilmiyordum, o nedenle ingilizce olarak kalmasi icin cevirmedim. Ben ingilizcesinin ne oldugunu rahat anliyordum ama Turkce’ye cevrilince anlamini veremeyecegimden korktum 🙂

      posted in NodeBB
      crazycells
      crazycells
    • RE: NodeBB'de çevirileri değiştirme

      @admin, içinde söyledi: NodeBB'de çevirileri değiştirme

      NodeBB forum yazılımındanın büyük çoğunluğu Türkçeye çevrilmiş halde geliyor. Admin panelin çok az bir kısmı çevrilmemiş.

      Mevcut çevirilerde bir değişiklik yapacaksanız sitenin kurulu olduğu dizinde şu yolu takip edin /home/nodebb/nodebb/public/language/tr burada bir çok dosya sizi karşılayacak. Değişmek istediğiniz çevirinin hangi sayfada olacağını bilirseniz bulmanız daha kolay olur.

      Çeviriyi değiştirdikten sonra dosyayı dizine geri yükleyin ve admin panelden veya SSH ile nodeBB yeniden oluşturun (./nodebb build)

      sanirim customize plugin’ini de tanitmaniz daha iyi olur?

      https://github.com/NodeBB/nodebb-plugin-customize

      Bu plugin sayesinde tum eklenti ve forum yazilarinin istediginiz dilini cevirmeniz mumkun…

      posted in NodeBB
      crazycells
      crazycells
    • RE: NodeBB like buton degistirme

      bazen kullanilan icon degisecegi icin “font-weight” degisebiliyor… onu da soyle degistirmek gerekiyor:

      span.votes {
          .fa-chevron-up:before {
              content: "\f164";
              font-weight: 400;
          }
          .upvoted .fa-chevron-up:before {
              content: "\f164";
              font-weight: 900;
          }
          
          .fa-chevron-down:before {
              content: "\f165";
              font-weight: 400;
          }
          .downvoted .fa-chevron-down:before {
              content: "\f165";
              font-weight: 900;
          }
      }
      
      

      Screen Shot 2022-02-28 at 1.33.39 PM.png

      posted in NodeBB
      crazycells
      crazycells
    • RE: Kurulumu.Net'te kullandığım Özel CSS'ler

      @mekici thx for the code 👍 you are missing just a { after “downvoted”

      posted in NodeBB
      crazycells
      crazycells