Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. yari
    • Profile
    • Following 0
    • Followers 2
    • Topics 15
    • Posts 71
    • Best 18
    • Groups 1

    yari

    @yari

    Translator

    64
    Reputation
    1269
    Profile views
    71
    Posts
    2
    Followers
    0
    Following
    Joined Last Online

    yari Follow
    Translator

    Best posts made by yari

    • [nodebb-theme-timuu] Timuu

      NodeBB theme for Timuu.

      Demo: https://timuu.com

      Github: https://github.com/timuu/nodebb-theme-timuu

      Recent-cards: https://github.com/timuu/nodebb-plugin-recent-cards-timuu

      Changelog

      Added hover zoom to categories.
      few minor bugs fixed
      Recent cards are redesigned.

      posted in NodeBB Themes
      yari
      yari
    • nodebb concept theme v2 (w.i.p)

      homepage

      alt text

      topic

      0_1488027879654_post_new.jpg

      chat:

      0_1488027902838_chat.jpg

      tasklist:

      • composer
      • profile page
      • notf. screen
      • chats
      posted in General Discussion
      yari
      yari
    • Plugin List / wip

      I check the plugins.

      ๐Ÿ˜Š : It works properly
      โš  : it works but not well
      โŒ : broken

      Status Plugin Last check NodeBB Version
      โŒ nodebb-plugin-adblock 30/5/17 NodeBB v1.5.0.
      ๐Ÿ˜Š nodebb-plugin-adsense 30/5/17 NodeBB v1.5.0.
      ๐Ÿ˜Š nodebb-plugin-add-registration-fields 30/5/17 NodeBB v1.5.0.
      โŒ nodebb-plugin-anime-lists 30/5/17 NodeBB v1.5.0.
      ๐Ÿ˜Š nodebb-plugin-canned-responses 31/5/17 NodeBB v1.5.0.
      ๐Ÿ˜Š nodebb-plugin-composer-default 30/5/17 NodeBB v1.5.0.
      ๐Ÿ˜Š nodebb-plugin-dbsearch 30/5/17 NodeBB v1.5.0.
      ๐Ÿ˜Š nodebb-plugin-emailer-sendgrid 2/6/17 NodeBB v1.5.0.
      ๐Ÿ˜Š nodebb-plugin-emoji-extended 2/6/17 NodeBB v1.5.0.
      ๐Ÿ˜Š nodebb-plugin-emoji-one 2/6/17 NodeBB v1.5.0.
      ๐Ÿ˜Š nodebb-plugin-emoji-apple 2/6/17 NodeBB v1.5.0.
      ๐Ÿ˜Š nodebb-plugin-google-analytics 2/6/17 NodeBB v1.5.0.
      ๐Ÿ˜Š nodebb-plugin-iframely 2/6/17 NodeBB v1.5.0.
      ๐Ÿ˜Š nodebb-plugin-markdown 2/6/17 NodeBB v1.5.0.
      ๐Ÿ˜Š nodebb-plugin-mentions 2/6/17 NodeBB v1.5.0.
      โŒ nodebb-plugin-ns-awards 30/5/17 NodeBB v1.5.0.
      โŒ nodebb-plugin-ns-points 30/5/17 NodeBB v1.5.0.
      ๐Ÿ˜Š nodebb-plugin-soundpack-default 30/5/17 NodeBB v1.5.0.
      ๐Ÿ˜Š nodebb-plugin-sso-facebook 2/6/17 NodeBB v1.5.0.
      ๐Ÿ˜Š nodebb-plugin-sso-google 2/6/17 NodeBB v1.5.0.
      ๐Ÿ˜Š nodebb-plugin-sso-twitter 2/6/17 NodeBB v1.5.0.
      ๐Ÿ˜Š nodebb-plugin-youtube 2/6/17 NodeBB v1.5.0.
      posted in NodeBB Plugins
      yari
      yari
    • Nodebb Theme Concept

      A small study for Nodebb

      https://www.behance.net/gallery/31066533/Nodebb-Theme-Concept

      posted in General Discussion
      yari
      yari
    • sticky sidebar widgets

      sample

      css

      @media screen and (max-width:1200px) {
        .affix, 
        .affix-bottom {
          display: none;
        }
      }
      
      .affix-top {
        position: relative;
      }
      
      .affix {
        top: 70px;
      }
      
      .affix  {
          width: 263px;
      }
      

      widget container

      <div data-spy="affix" class="panel panel-default">
      <div class="panel-heading">
      <h3 class="panel-title">{{title}}</h3></div>
      <div class="panel-body">{{body}}</div></div>
      

      JS: /Custom JS tab

      function renderWidgets() {
         $('[data-spy="affix"]').affix({
           offset: {
             top: 400,
             bottom: function () {
               return (this.bottom = $('.footer').outerHeight(true))
             }
          }
        });
      }
      
      if (window.jQuery) {
          renderWidgets();
          $(window).on('action:ajaxify.end', renderWidgets);
      } 
      

      demo: https://timuu.com/topic/4426/22-5-pbe-gรผncellemeleri

      posted in Tutorials
      yari
      yari
    • Nodebb Usage Statistics

      0_1488360884988_chrome_2017-03-01_12-34-18.png
      2_1488360806489_chrome_2017-03-01_12-32-14.png 1_1488360806489_chrome_2017-03-01_12-28-38.png 0_1488360806489_chrome_2017-03-01_12-28-19.png
      3_1488360806490_chrome_2017-03-01_12-32-31.png

      posted in General Discussion
      yari
      yari
    • nodebb concept logo

      I've shared it before ๐Ÿ˜•

      posted in General Discussion
      yari
      yari
    • RE: Who is using NodeBB?
      - vov. very nice.

      posted in General Discussion
      yari
      yari
    • RE: [nodebb-theme-timuu] Timuu

      @psychobunny Thanks! ๐Ÿ‘ฏ

      a tiny update coming soon ๐Ÿƒ

      posted in NodeBB Themes
      yari
      yari
    • RE: nodebb concept theme v2 (w.i.p)

      @AOKP After every page is over I will try to make a theme.

      posted in General Discussion
      yari
      yari

    Latest posts made by yari

    • RE: [nodebb-theme-timuu] Timuu

      @Vifon2018 ๐Ÿ‘ฏ

      posted in NodeBB Themes
      yari
      yari
    • RE: [nodebb-theme-timuu] Timuu

      @chxmontoro @Tayyaba updated ๐Ÿ‘‚

      posted in NodeBB Themes
      yari
      yari
    • RE: [nodebb-theme-timuu] Timuu

      @kayrah Tema kaynaklฤฑ deฤŸil. ลžuan TR ACP biraz sฤฑkฤฑntฤฑlฤฑ. Birรงok yer kaymฤฑลŸ durumda ๐Ÿ˜•

      posted in NodeBB Themes
      yari
      yari
    • RE: [nodebb-theme-timuu] Timuu

      @erty @MrBrobot ๐Ÿ˜˜

      posted in NodeBB Themes
      yari
      yari
    • RE: [nodebb-theme-timuu] Timuu

      @Jenkler @Michael-Pfaff ๐Ÿค—

      posted in NodeBB Themes
      yari
      yari
    • RE: [nodebb-theme-timuu] Timuu
      • Added hover zoom to categories.
      • few minor bugs fixed
      • Recent cards are redesigned.

      Thanks Enes.

      posted in NodeBB Themes
      yari
      yari
    • RE: [nodebb-theme-timuu] Timuu

      @aokp Yeah, it would be nice. I try to do it. ๐Ÿ‘ฏ

      posted in NodeBB Themes
      yari
      yari
    • RE: [nodebb-theme-timuu] Timuu

      @julian @The-Worms

      happy

      posted in NodeBB Themes
      yari
      yari
    • RE: [nodebb-theme-timuu] Timuu

      @psychobunny Thanks! ๐Ÿ‘ฏ

      a tiny update coming soon ๐Ÿƒ

      posted in NodeBB Themes
      yari
      yari
    • [nodebb-theme-timuu] Timuu

      NodeBB theme for Timuu.

      Demo: https://timuu.com

      Github: https://github.com/timuu/nodebb-theme-timuu

      Recent-cards: https://github.com/timuu/nodebb-plugin-recent-cards-timuu

      Changelog

      Added hover zoom to categories.
      few minor bugs fixed
      Recent cards are redesigned.

      posted in NodeBB Themes
      yari
      yari