Skip to content

NodeBB Plugins

Discussion regarding NodeBB Plugin development.

1.8k Topics 15.2k Posts
Most Voted Plugins

Subcategories


  • Have a question about building a plugin? Ask here
    444 Topics
    2k Posts
    Sky FoxxS
    Perfect! Does the job super elegantly thank you
  • Need a plugin developed? Ask here!
    226 Topics
    1k Posts
    juseJ
    like this [image: 1732282083034-snipaste_2024-11-22_21-27-43.png] or [image: 1732282134821-snipaste_2024-11-22_21-28-46.png]
  • Simple Slack Notifier for NodeBB

    1
    1 Votes
    1 Posts
    333 Views
    L
    https://www.npmjs.com/package/nodebb-plugin-slack-notifier
  • [nodebb-plugin-minecraft-integration] Minecraft Integration!

    119
    9 Votes
    119 Posts
    108k Views
    yariplusY
    I should add that I have not touched this plugin in almost a year, it is unlikely to work. Check out nodebb-widget-game-server-query if you are looking for a status widget.
  • 0 Votes
    6 Posts
    613 Views
    N
    Thank you very much! The code worked, and I will look into async.filter, it looks promising, thanks for the hint
  • Composer: avoid redirect after submit

    6
    0 Votes
    6 Posts
    774 Views
    bonaccorsopB
    SO @PitaJ, is there a solution for this?
  • Include XRegExp unicode-categories.js client-side

    9
    0 Votes
    9 Posts
    1k Views
    julianJ
    Ha! Yeah I hear you. Every time I load up a regex library I feel like there ought to be a better way... luckily I'm at least semi-proficient at writing a regular expression, but don't ask me to make sense of one after a week's time LOL
  • Forcing UID value

    68
    0 Votes
    68 Posts
    13k Views
    SimosS
    @Simos said in Forcing UID value: https://github.com/SimosNap/nodebb-plugin-login-anope/blob/master/library.js#L116 it look it can't change email what's wrong ? Does nodebb make some check on invalid emails ?
  • How do I make a category "read-only" and private categories

    5
    2 Votes
    5 Posts
    1k Views
    kfirbaK
    @PitaJ Thanks! [image: thank-you-2.jpg]
  • nodebb-plugin-login-mysite fork

    1
    0 Votes
    1 Posts
    427 Views
    SimosS
    I've just made a fork of nodebb-plugin-login-mysite and modified to use my api to login. It work fine but i've a problem, a user can change on main database both his email and his username, and in this case nodebb will make a new account on next login. The only thing wich can't change on main db is uid , any hint to solve this problem ? Sorry for my bad english.
  • 7 Votes
    6 Posts
    2k Views
    F
    Is this still working fine with node bb latest version?
  • 0 Votes
    6 Posts
    2k Views
    julianJ
    @JavadocMD I believe that is doable, yes. Please contact us at [email protected] and reference this topic in your message
  • Custom homepage plugin not working

    4
    0 Votes
    4 Posts
    812 Views
    julianJ
    Can you repro these on a brand new install of 1.10.2? How about 1.10.1?
  • Override login screen to redirect directly to sso page.

    5
    0 Votes
    5 Posts
    2k Views
    K
    That's perfect. Thanks
  • Topic POST Limits for nodebb-plugin-write-api

    3
    0 Votes
    3 Posts
    1k Views
    julianJ
    That's the one, just disable the new user restrictions temporarily and import away
  • Add page in user profile

    13
    0 Votes
    13 Posts
    5k Views
    julianJ
    You either request the data with socket.io, or you put it in the template data when you render the page itself. If it's in the page template itself, it is accessible on the client side via ajaxify.data Chart.js you can get on the client side via require(['Chart'], function (Chart) { ... });
  • Badge-like Plugin for Forum Patrons?

    6
    0 Votes
    6 Posts
    2k Views
    barisB
    Yes it was added in 1.9.0 https://github.com/NodeBB/NodeBB/issues/6433
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • Error with nodebb-plugin-markdown

    6
    0 Votes
    6 Posts
    1k Views
    dannydk6 0D
    That did the trick. Now nodebb-plugin-markdown is working great after pulling the latest updates from the NodeBB repository !!!
  • Error in using nodebb-plugin-sso-auth0

    1
    0 Votes
    1 Posts
    452 Views
    K
    I just installed nodebb-plugin-sso-auth0 and created an app at Auth0. After successfull login at Auth0, when redirected, i get the following error. No restart or build helped. Any suggesstions for the prorblem? nodebb-plugin-sso-auth0 Internal Error. Oops! Looks like something went wrong! /auth/auth0/callback undefined
  • /auth/auth0/callback undefined for auth0 Plugin

    1
    0 Votes
    1 Posts
    449 Views
    K
    I just installed nodebb-plugin-sso-auth0 and created an app at Auth0. After successfull login at Auth0, when redirected, i get the following error. No restart or build helped. Any suggesstions for the prorblem? nodebb-plugin-sso-auth0 Internal Error. Oops! Looks like something went wrong! /auth/auth0/callback undefined
  • [nodebb-plugin-cash] Cash MOD

    44
    4 Votes
    44 Posts
    28k Views
    M
    This is not working anymore on my NodeBB 1.10.1 and 1.10.2. The page in ACP does not work anymore.