Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Oleksandr Pidlisnyi
    O
    • Profile
    • Following 0
    • Followers 2
    • Topics 6
    • Posts 15
    • Best 5
    • Groups 2

    Oleksandr Pidlisnyi

    @Oleksandr Pidlisnyi

    9
    Reputation
    897
    Profile views
    15
    Posts
    2
    Followers
    0
    Following
    Joined Last Online
    Location Cherkasy, Ukraine

    Oleksandr Pidlisnyi Follow
    GNU/Linux Plugin & Theme Dev

    Best posts made by Oleksandr Pidlisnyi

    • RE: how to create and use a template helper

      Hi

      First you need to add some plugin-like functionality to your theme
      Next you have to add hook for static:app.load
      You have to require templates.js

      var templates = module.parent.require('templates.js');
      

      And last thing you have to do inside of static:app.load hook

      templates.registerHelper('superCoolHelper', function(data) {
      	// here your code
      });
      
      posted in NodeBB Development
      O
      Oleksandr Pidlisnyi
    • [nodebb-plugin-emailer-amazon] Amazon SES Emailer

      Plugin allows NodeBB to send emails to users through the third-party transactional email service Amazon.

      Install via NPM

      npm install nodebb-plugin-emailer-amazon

      Usage

      Setup Amazon SES credentials on the "Emailer (Amazon SES)" page in the administration panel,

      GitHub | NPM

      posted in NodeBB Plugins
      O
      Oleksandr Pidlisnyi
    • RE: Templates System

      what about "Recent Replies" widget?

      posted in NodeBB Themes
      O
      Oleksandr Pidlisnyi
    • [nodebb-plugin-dev-ready-notifier] "NodeBB is ready" Desktop Notifier

      Plugin sends desktop notification when NodeBB is ready. Useful for NodeBB developers.

      Install via NPM

      npm install nodebb-plugin-dev-ready-notifier

      See node-notifier for Mac/Linux/Windows requirements.

      Usage

      When activated, plugin sends desktop notification each time when NodeBB is ready.

      Very useful when NodeBB started in watch mode

      Changes v0.1.1

      • new notifications backend
      • notification sound added
      • open forum homepage on notification click
      • instructions fixed

      GitHub | NPM

      posted in NodeBB Plugins
      O
      Oleksandr Pidlisnyi
    • RE: [nodebb-plugin-emailer-amazon] Amazon SES Emailer

      Changes v0.1.0

      • updated to work with NodeBB v0.6.0
      posted in NodeBB Plugins
      O
      Oleksandr Pidlisnyi

    Latest posts made by Oleksandr Pidlisnyi

    • RE: Introducing the NodeBB 0.7.0 Persona preview

      Hi,

      I have 2 possible improvements of edit profile page
      In first variant buttons and profile image use 100% width of parent block
      Screenshot 2015-03-29 14.23.19.png

      Second:
      Buttons have constant width similar to photo width 128px
      Screenshot 2015-03-29 14.24.25.png

      Which one is better?

      posted in Announcements
      O
      Oleksandr Pidlisnyi
    • RE: using nodebb chat on external website

      @pitaj I thought about iframes first and got same resolution

      posted in NodeBB Development
      O
      Oleksandr Pidlisnyi
    • using nodebb chat on external website

      Hi,

      Currently I have website and community based on nodebb

      I need to have nodebb chat functionality on website too

      Is there some easy way to get it?

      Thank you

      posted in NodeBB Development
      O
      Oleksandr Pidlisnyi
    • RE: how to create and use a template helper

      Hi

      First you need to add some plugin-like functionality to your theme
      Next you have to add hook for static:app.load
      You have to require templates.js

      var templates = module.parent.require('templates.js');
      

      And last thing you have to do inside of static:app.load hook

      templates.registerHelper('superCoolHelper', function(data) {
      	// here your code
      });
      
      posted in NodeBB Development
      O
      Oleksandr Pidlisnyi
    • RE: loggedIn in footer.tpl

      I've created Pull Request with support of loggedIn variable in footer.tpl

      posted in Technical Support
      O
      Oleksandr Pidlisnyi
    • loggedIn in footer.tpl

      Hi,

      Is it possible to get loggedIn variable in footer.tpl without editing NodeBB Core?

      Thanks

      posted in Technical Support
      O
      Oleksandr Pidlisnyi
    • RE: [nodebb-plugin-emailer-amazon] Amazon SES Emailer

      Changes v0.1.0

      • updated to work with NodeBB v0.6.0
      posted in NodeBB Plugins
      O
      Oleksandr Pidlisnyi
    • RE: [nodebb-plugin-dev-ready-notifier] "NodeBB is ready" Desktop Notifier

      Changes v0.1.1

      • new notifications backend
      • notification sound added
      • open forum homepage on notification click
      • instructions fixed
      posted in NodeBB Plugins
      O
      Oleksandr Pidlisnyi
    • [nodebb-plugin-emailer-amazon] Amazon SES Emailer

      Plugin allows NodeBB to send emails to users through the third-party transactional email service Amazon.

      Install via NPM

      npm install nodebb-plugin-emailer-amazon

      Usage

      Setup Amazon SES credentials on the "Emailer (Amazon SES)" page in the administration panel,

      GitHub | NPM

      posted in NodeBB Plugins
      O
      Oleksandr Pidlisnyi
    • [nodebb-plugin-dev-ready-notifier] "NodeBB is ready" Desktop Notifier

      Plugin sends desktop notification when NodeBB is ready. Useful for NodeBB developers.

      Install via NPM

      npm install nodebb-plugin-dev-ready-notifier

      See node-notifier for Mac/Linux/Windows requirements.

      Usage

      When activated, plugin sends desktop notification each time when NodeBB is ready.

      Very useful when NodeBB started in watch mode

      Changes v0.1.1

      • new notifications backend
      • notification sound added
      • open forum homepage on notification click
      • instructions fixed

      GitHub | NPM

      posted in NodeBB Plugins
      O
      Oleksandr Pidlisnyi