Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Tags
    3. ns-plugin
    Log in to post
    • Nicolas

      [nodebb-widget-ns-stats] Widget: Stats
      NodeBB Plugins • ns-plugin sidebar stats users • • Nicolas

      9
      5
      Votes
      9
      Posts
      2856
      Views

      PitaJ

      @Esha

      Install plugin. Activate plugin. Rebuild and restart. Go to Admin -> Customize -> Widgets (or search widgets in the admin search)

    • Nicolas

      [nodebb-widget-ns-birthdays] Widget: Birthdays
      NodeBB Plugins • birthday ns-plugin widget • • Nicolas

      4
      6
      Votes
      4
      Posts
      2057
      Views

      Nicolas

      v3.0.0

      The new version is available.

      Changelog:

      Changed compatibility to work with NodeBB v1.11.0
    • Nicolas

      [nodebb-plugin-ns-embed] NS Embed
      NodeBB Plugins • embed ns-plugin vimeo youtube • • Nicolas

      107
      5
      Votes
      107
      Posts
      14461
      Views

      omega

      Here we go, I see this one getting used from time to time to host files. Including .mov files.

      https://catbox.moe

      Usually (not real link)

      https://files.catbox.moe/123Abc.mov

      I almost have it but I don't. I'm getting a 404 in the embed window.

      Replace:

      (?:<a.*?)?(?:https?:\/\/)?(?:www\.)?catbox\.moe\/([a-zA-Z0-9_-]{1,24})\.mov?(?:.*?\/a>)?

      Embed:

      <div class='embed-wrapper'><div class='embed-container'><iframe src='https://files.catbox.moe/$1' frameborder='0' allowfullscreen></iframe></div></div>

      I didn't spend to long messing with it to get it to work yet.

      I should probably sit down and learn regex at this point. 🙄

    • Nicolas

      [nodebb-plugin-ns-spoiler] NS Spoiler
      NodeBB Plugins • content ns-plugin parse spoiler • • Nicolas

      85
      7
      Votes
      85
      Posts
      33404
      Views

      T

      @Nicolas Is this working with 1.13.1?

    • Nicolas

      [nodebb-plugin-ns-disable-infinite-scroll] No Infinite Scroll
      NodeBB Plugins • infinite navigation ns-plugin scroll • • Nicolas

      1
      2
      Votes
      1
      Posts
      1189
      Views

      Nicolas

      NodeBB: No Infinite Scroll

      Completely disable infinite scroll feature in NodeBB, i.e. configuration in ACP will have precedence over users' settings.

      Just a small change to navigation behavior. Decided to share this as a plugin.

      Useful links:

      Plugin

      Compatiblity: 0.8.x

    • Nicolas

      [nodebb-plugin-ns-utils] NS Utils
      NodeBB Plugins • helper ns-plugin utils • • Nicolas

      4
      7
      Votes
      4
      Posts
      2194
      Views

      ?

      Want this for Redis caugh

    • Nicolas

      [nodebb-plugin-ns-twitch-monitor] NS Twitch Monitor
      NodeBB Plugins • live ns-plugin twitchtv • • Nicolas

      65
      14
      Votes
      65
      Posts
      28410
      Views

      teh_g

      @julian said in [nodebb-plugin-ns-twitch-monitor] NS Twitch Monitor:

      @teh_g Well that was quick 😄

      What can I say, I'm an early adopter with not too many plugins 😄

    • Nicolas

      [nodebb-plugin-ns-slugify] NS Slugify
      NodeBB Plugins • cyrillic ns-plugin slugs • • Nicolas

      5
      2
      Votes
      5
      Posts
      2322
      Views

      Nicolas

      @leksar you can discard changes (git checkout -- .) before switching to the another branch (master) or you can stash them, and pop stash changes after branch switch. Anyway, It's to early for master switch, some changes are part of active pull request.

      As I understand, this plugin will be fully supported by future 0.7.1 release of the NodeBB.

    • Nicolas

      [nodebb-plugin-ns-api] NS API Extended
      NodeBB Plugins • api extended ns-plugin • • Nicolas

      1
      2
      Votes
      1
      Posts
      1521
      Views

      Nicolas

      Nodebb: API Extended

      Just additional methods for the API.

      Install

      Install it via ACP or you can install it from NPM:

      npm install nodebb-plugin-ns-api

      Important note: extended API uses Write API tokens. It means, you should install write-api plugin and configure it.

      LInks Plugin API Issues
    • Nicolas

      [nodebb-plugin-ns-login] NS Login
      NodeBB Plugins • auth external login ns-plugin • • Nicolas

      13
      3
      Votes
      13
      Posts
      5733
      Views

      V

      @nicolas i has a external website, when access website i use ajax make request login 'api/ns/login'... i received object user . but i do not received notification at external website.
      socket.uid at serve = 0.
      can you help me ?
      sorry if i write less english.

    • Nicolas

      [nodebb-plugin-ns-likes] NS Likes
      NodeBB Plugins • ns-plugin social votes • • Nicolas

      35
      13
      Votes
      35
      Posts
      11201
      Views

      data-dataninja

      Awesome this is what im looking for,

      just a question:

      does this simply replace the vote - to like

      or it adds another like system ?

      Ideally i just want it to replace vote to like

      Thanks

    • Nicolas

      [nodebb-plugin-ns-awards] NS Awards, Give Medals!
      NodeBB Plugins • achievements awards ns-plugin • • Nicolas

      156
      17
      Votes
      156
      Posts
      75162
      Views

      E

      @nicolas Just wondering if you're planning on updating the plugin to work with the latest nodeBB version.

    • Nicolas

      [nodebb-plugin-ns-points] NS Points, Forum Gamification
      NodeBB Plugins • experience gamification ns-plugin points • • Nicolas

      76
      7
      Votes
      76
      Posts
      32491
      Views

      MJ

      How to reset all points to 0?

    • Nicolas

      [nodebb-plugin-ns-custom-fields] NS Custom Fields
      NodeBB Plugins • custom fields ns-plugin • • Nicolas

      123
      9
      Votes
      123
      Posts
      57945
      Views

      Andre Mosin

      @andre-mosin ok... thanks for all the help... I probably will need more help though... lol I think I have all that I need now and I decided to change the route... I was trying to utilize existing plugins but I am having to make so many changes to the existing ones that I decided to start a new one from scratch that will include everything I need. I learned a lot from looking and trying to modify other plugins that I think it makes more sense to write from scratch.