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
    440 Topics
    2k Posts
    barisB
    You could use the below custom javascript, it will open the last chat if there is no open chat. $(window).on('action:ajaxify.end', async () => { const { data } = ajaxify; if (data.template.chats && !data.template.roomId && data.rooms.length) { const Chats = await app.require('forum/chats'); Chats.switchChat(data.rooms[0].roomId); } });
  • Need a plugin developed? Ask here!
    223 Topics
    1k Posts
    Silver.meS
    I am willing to pay whatever it takes, $30 max.
  • nodebb-plugin-azurestorage

    1
    2 Votes
    1 Posts
    321 Views
    JenklerJ
    This plugin works as it should but I need a file organizer for blob storage too. Any tip, if there are no plugin for this maybe there are som other standalone projekt for file organizer for azure blobs. I found this: https://github.com/sebagomez/azurestorageexplorer/blob/master/README.md But it would be nice with some more options.
  • Which plugins to use??

    3
    0 Votes
    3 Posts
    597 Views
    Chris1C
    @yzahn thanks that's helpful. Chris
  • official paid membership plugin

    Unsolved
    10
    2 Votes
    10 Posts
    2k Views
    B
    https://github.com/botaniQQQ/nodebb-plugin-paid-membership
  • Trouble shooting - New Plugins installed, not working. What gives?

    13
    1 Votes
    13 Posts
    1k Views
    omegaO
    I figured it out - user malfunction on my part, I wasn't cloning nodebb into the correct "node" user home folder properly! Stooopid I know... Extra to note - I also ran into failed setup when using nodejs 12 and nodeBB 1.12 (think hey lets go with the latest of everything!) and this was after correcting my user folder error, so decided to revert to a nodejs 11 and nodebb 1.11 stack. The forum has successfully rebuilt and restarted, no errors and the plugin is doing it's thing!
  • 5 Votes
    6 Posts
    4k Views
    yariplusY
    Updated so it doesn't crash on 1.10+
  • Problem with Emailer (Mailgun) Plugin

    15
    0 Votes
    15 Posts
    4k Views
    O
    @Origami-Bird said in Problem with Emailer (Mailgun) Plugin: I activated this [image: vHza1Sm.png] but no mail is sent, neither to the registration (I tried with a new account) nor to the accounts already present at the time of activation of the option. Nothing either in my logs on Mailgun. Only the test mails are sent, but that's not really what I was considering... Hello, our problem is still not solved. Settings in ACP : [image: xklIm6C.png] Tried port 25 and not better. I confirm that test mails work normally but no real mail send (password reset, account validation...) Someone to help us please? This is our last problem preventing us from launching our Forum on https. Thanks (and still sorry for approximate translate french to english) !
  • nodebb-plugin-imgur - how can i config for faster load image?

    5
    0 Votes
    5 Posts
    2k Views
    PitaJP
    @Areeba-Asad the option was removed due to bad UX behavior.
  • [nodebb-widget-discord] Discord Server Widget

    28
    3 Votes
    28 Posts
    22k Views
    TiktakT
    does this still work?
  • nodebb-rewards-essentials:reputation suggestion

    1
    0 Votes
    1 Posts
    342 Views
    S
    https://github.com/NodeBB/nodebb-rewards-essentials/ I hope Publishing a topic can add 10 reputation Publishing a post can add 5 reputation and Delete a topic can reduce 20 reputation Delete a post can reduce 10 reputation How to set
  • nodebb-rewards-essentials : How to deduct reputation

    1
    0 Votes
    1 Posts
    307 Views
    S
    https://github.com/NodeBB/nodebb-rewards-essentials/ How to deduct reputation
  • Sorting category by vote

    7
    0 Votes
    7 Posts
    908 Views
    barisB
    It sorts by total votes and the total is calculated by total = upvotes - downvotes. So a topic with 1000 downvotes won't show above a topic with 10 upvotes and 0 downvotes
  • [nodebb-plugin-import] not found after installation

    4
    0 Votes
    4 Posts
    656 Views
    A
    @fgallese Thanks. I did the build but the plugin still cannot be found.
  • Has a hook loaded after loading ajaxify?

    Solved
    2
    0 Votes
    2 Posts
    393 Views
    yariplusY
    $(window).on('action:ajaxify.end', function(event, data) { console.log(data); // to inspect what is passed back by NodeBB });
  • my plugin not indexed in nbbpm

    Solved
    4
    0 Votes
    4 Posts
    641 Views
    julianJ
    Should be about 15 minutes, let me know if it is still not showing up, and the package name.
  • Have a plugin for mark post as the essence ?

    5
    0 Votes
    5 Posts
    2k Views
    julianJ
    There's the Q&A plugin, which allows you to mark a post as the "answer". The integration to reward reputation for answering a question, I don't think we have yet, but it could be added to the Q&A plugin so you can configure rewards with it.
  • 0 Votes
    1 Posts
    313 Views
    jtsimoesJ
    NPM page shows me that the latest version is 0.4.0, but on ACP plugins page and even with npm install the latest version is 0.3.4. I have noticed since some time ago that there is always a delayed version with this plugin. How to fix this?
  • nodebb-plugin-google-search2 is this plugin still working 2019

    1
    0 Votes
    1 Posts
    294 Views
    B
    hi is the nodebb-plugin-google-search2 is this plugin still working in 2019 ? for NodeBB v1.4.3 , NodeBB v1.12.0 what does this do really? Description This plugin redirect search queries to Google, which used by V2MM, you can see what happened when you search on V2MM. can you show use some examples ? thanks Credit This plugin was modified from BenLubar's nodebb-plugin-google-search, only fixed one problem: BenLubar's original plugin blocked the hook "filter:search.query" with a dummy function, which leads the suggested topics widget not work, because that widget would call this api when it's on the topic's template.
  • No Code Button?

    7
    0 Votes
    7 Posts
    3k Views
    J
    @scottalanmiller said in No Code Button?: Like that code button? [image: MU8d3Tk.png] No like this [image: 9PLCGKi.png] Yes, I know you are showing the same thing. but You did not highlight it.
  • [nodebb-plugin-buttons-galore] NodeBB: Buttons Galore

    40
    8 Votes
    40 Posts
    20k Views
    S
    @buynsellcloudcom said in [nodebb-plugin-buttons-galore] NodeBB: Buttons Galore: @julian is there an update for this plugin as of March 2019? thanks No, that was four years ago and the link is gone. This is no longer active.
  • Restrict plugins per group

    3
    1 Votes
    3 Posts
    472 Views
    D
    @julian basically the question popped while thinking of installing plugin-adsense (which does not worked at all for me btw - 1.11.2)