Skip to content

NodeBB Plugins

Discussion regarding NodeBB Plugin development.

1.8k Topics 15.0k Posts
Most Voted Plugins

Subcategories


  • Have a question about building a plugin? Ask here
    424 Topics
    2k Posts
    barisB

    https://community.nodebb.org/post/88242 I think this answers your question. Let me know if it doesn't work.

  • Need a plugin developed? Ask here!
    222 Topics
    1k Posts
    barisB

    Plugin doesn't show usernames if they set their status to offline AFAIK

  • LaTeX plugin request

    2
    0 Votes
    2 Posts
    2k Views
    B

    Hi, I just published a plugin that parse tex code using katex, his name is nodebb-plugin-katex if you want to give it a try. Feedbacks are welcome.

  • 0 Votes
    15 Posts
    7k Views
    S

    @RichG Embedly has a pretty decent API which you can potentially call from the NodeBB server instance - it will give you a fair bit of data from the page that you're trying to embed, in JSON format. Up to you how to use that data.

    Once I have a stable and scalable "vanilla" NodeBB, want to look at using their API on NodeBB.

  • 0 Votes
    3 Posts
    2k Views
    julianJ

    As @a_5mith says, You'll need to contact the author to have them update it.

  • Change Email Content in NodeBB

    1
    0 Votes
    1 Posts
    955 Views
    S

    HI
    I want to change email message. I want to add my custom message. How I do that also I want to edit notif_chat.tpl file. I want add user profile image into chat email notification. How I do that?

  • 1 Votes
    9 Posts
    5k Views
    BriB

    @madwyn said:

    debugging a clustered app

    It actually looks like this was fixed (or made much nicer, anyway) in 0.11:
    https://strongloop.com/strongblog/whats-new-nodejs-v0-12-debugging-clusters/

  • 2 Votes
    1 Posts
    1k Views
    A

    This plugin adds a widget to your NodeBB forum that displays your FFXIV server status.

    Installation:

    npm install nodebb-widget-ffxivarrstatus

    After enabling the plugin within Extend > Plugins, go to Extend > Widgets, add it to a page, then select your server within the widget settings.

  • 3 Votes
    42 Posts
    22k Views
    R

    Well, again: that's odd.

    Try to

    run ./nodebb dev, visit the ACP and deactivate both soundcloud plugins restart nodeBB (click the little popup in upper right corner, after disabling plugins) wait for nodeBB to be up again enable only one of the soundcloud plugins.

    If that still doesn't do the trick, you might want to update all plugins with the "update" button in the ACP. You have a lot warnings, regarding outdated plugins. If that again does nothing, my last two cents would be to deactivate those outdated plugins to see if they cause any trouble.

  • Share post content on facebook twitter ..

    3
    0 Votes
    3 Posts
    2k Views
    kacemlightK

    As you can see below, I'm using Lavender but I don't have a cog button :
    ![Capture d’écran 2015-06-22 à 01.07.18.png](uploading 100%)
    The photo cannot be upload this is my website nodejsworld.com

  • 0 Votes
    2 Posts
    1k Views
    fr3em1ndF

    you've got to remove it

    npm remove nodebb-theme-persona

  • 0 Votes
    10 Posts
    4k Views
    Danny McWilliamsD

    Thanks @rbeer, still no further but as you say I need to add the appropriate headers to get it working.

    The site is now on the following structure:

    http://www.onlyanexcuse.com - wordpress
    http://forum.onlyanexcuse.com - nodebb

    And the same problem persists. As for adding the header, I think i'll need to see why Wordpress isn't and how to fix it.

  • Vkontakte SSO authorization

    9
    5 Votes
    9 Posts
    4k Views
    S

    The plugin is no longer supported?

  • 0 Votes
    2 Posts
    2k Views
    P

    Sure, add this to your plugin.json:

    Link Preview Image nodebb-plugin-calendar/plugin.json at master · pitaj/nodebb-plugin-calendar

    Fully-featured calendar plugin for NodeBB. Contribute to pitaj/nodebb-plugin-calendar development by creating an account on GitHub.

    favicon

    GitHub (github.com)

    and then create a folder with your own version of login.json

  • 6 Votes
    11 Posts
    6k Views
    HägarH

    @pichalite said:

    Should be fixed now. update to latest version of the plugin.

    No Update available.

    Bildschirmfoto 2015-06-01 um 11.55.28.png

  • 0 Votes
    5 Posts
    2k Views
    julianJ

    The official plugin is the one maintained by the NodeBB team 🙂

    Other forks might add additional functionality or fixes, but it's up to the user who forked it to make sure the changes are transmitted upstream

  • Embed in post plugins not working

    4
    0 Votes
    4 Posts
    2k Views
    A

    I've updated the sound cloud plugin. But not pushed it to npm. Will do it when I get to work shortly.

    You can clone it directly from github at the minute though.

  • 0 Votes
    3 Posts
    2k Views
    Rex HuangR

    @Mega Thanks Mega!
    I know this can work, I expect the formal release for this.😏

  • 2 Votes
    1 Posts
    2k Views
    N
    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
  • Number of total posts on forum.

    2
    0 Votes
    2 Posts
    1k Views
    yariplusY

    Link Preview Image nodebb-widget-essentials/library.js at master · NodeBB/nodebb-widget-essentials

    Several basic widgets bundled together in one package including 'HTML', 'Markdown', 'Recent Replies', 'Active Users', and 'Moderators' - nodebb-widget-essentials/library.js at master · NodeBB/nodebb-widget-essentials

    favicon

    GitHub (github.com)

  • Weibo.com SSO plugin

    11
    1 Votes
    11 Posts
    6k Views
    terfexT

    @MYU said:

    Installed.

    But got a /admin/weibo path not found error.

    Ditto. Looks like the plugin has been inactive for sometime.

  • Having trouble with template calls

    6
    0 Votes
    6 Posts
    2k Views
    S

    That was it.

    Ah, I should have noticed that, looking at some other plugins. Thanks.