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

  • url for plugins?

    3
    0 Votes
    3 Posts
    78 Views
    N

    Thank you.

  • 5 Votes
    23 Posts
    1k Views
    C

    This plugin seems to be malfunctioning. I'm using NodeBB version 3.5.3. When uploading a CSV file, the list appears empty and no information is displayed.

  • NodeBB a friendly to SEO?

    5
    1 Votes
    5 Posts
    2k Views
    E

    It's a shame that there's no complete documentation for installing without Docker, and the outdated notification system with banners that need clicking can be a bit of a pain. And I agree, the trust levels system can be confusing. It would be so much easier if they just had user groups with customizable rights, right?

  • 8 Votes
    23 Posts
    7k Views
    julianJ

    @RazielKanos I just tested v7.4.0 against latest develop and there are no issues with registering 2FA.

    Just to be sure I also waited until the code rolled over to a new set and that also worked. Any errors on the backend?

    Could it be your server clock is out of sync? If it is too far out, then the code it is expecting will not match your code.

  • 8 Votes
    6 Posts
    716 Views
    dave1904D

    @brazzerstop Hi 🙂 Thanks for your response. I think as long as teaser content is not parsed as post content there won't be a big chance. It's smiliar with images being shown as "50012345324-b88c-fe1233-343242fe.png". So maybe more related to recent cards plugin than to magic button plugin 🙂

  • 11 Votes
    117 Posts
    19k Views
    stationary_codeS

    image.png

    The emoji doesn't appear, showing just numbers.

  • 8 Votes
    54 Posts
    6k Views
    barisB

    Published 1.1.0, update for nodebb 3.2.0 and up, also got rid of some warning messages on startup.

  • 0 Votes
    11 Posts
    833 Views
    barisB

    I updated our fork at https://github.com/NodeBB-Community/nodebb-plugin-s3-uploads to nodebb 3.2.0 and up. Latest version is @nodebb/[email protected].

    image.png

  • Plugin for premoderation of content?

    8
    0 Votes
    8 Posts
    698 Views
    oplik0O

    @omega yes, unless they are in an exempt group. You can use rewards to grant users some exempt role and bypass that problem (e.g. after they have some posts, reputation, or simply old enough account).

    As for the plugin - it won't respect the reputation threshold at all, though now you can make it respect exempt groups and privileges (so your moderators won't have to approve their own posts)

  • 9 Votes
    125 Posts
    76k Views
    S

    This would be very useful to most folks, I reckon. Can someone please guide me as to how I can make this compatible so I can do the same?

  • 17 Votes
    36 Posts
    9k Views
    barisB

    @dave1904 you should be able to get that data the same way this plugin does.
    https://github.com/barisusakli/nodebb-plugin-browsing-users/blob/master/index.js#L103-L112

    That code gets all the connected sockets that are in the topic. Each socket object has a data.uid field. If it is 0 then it is a guest other wise it is the user id of the logged in user. From that you can get the total number of sockets in the topic or just the guests etc.

  • 7 Votes
    22 Posts
    1k Views
    DownPWD

    Thanks you very much @baris

  • 0 Votes
    4 Posts
    214 Views
    phenomlabP

    @mschwartz there are two "versions" of the preview links plugin. One is the officially supported one you're using courtesy of @julian and the other is a client side version I wrote. Whilst not a plugin in the traditional sense, it's in use on my site (and several others I know of). You can read about it here (OGProxy)

    Link Preview Image Setup OGProxy for use in NodeBB

    For anyone who has been following the below thread, this is for you in terms of installation on your own forum. As with all good demos and POC’s, this site r...

    favicon

    Sudonix | A one-stop-shop for all your technology questions (sudonix.org)

  • NodeBB LinkedIn SSO Plugin

    2
    0 Votes
    2 Posts
    154 Views
    B

    I tried the below SSO plugins but they didnt work.
    https://github.com/joe1chen/nodebb-plugin-sso-linkedin-oauth2
    https://github.com/mootzville/nodebb-plugin-sso-linkedin

  • [nodebb-plugin-rss] RSS Feed plugin

    217
    18 Votes
    217 Posts
    157k Views
    barisB

    @phenomlab, @BrotherGlaucon & @crazycells this plugin is updated for 3.2.x and up, latest version 4.0.0

  • [nodebb-plugin-emoji] Emoji Plugin

    46
    0 Votes
    46 Posts
    11k Views
    dave1904D

    @PitaJ Not a ton but currently I have about 70 emojis added by hand, some I would like to delete, some I would like to add and re-sort. A custom pack is actually a good idea, I'll take a look at that

  • [nodebb-plugin-poll] Poll plugin

    187
    14 Votes
    187 Posts
    141k Views
    dave1904D

    @phenomlab thanks!

  • 7 Votes
    24 Posts
    5k Views
    crazycellsC

    @baris said in [nodebb-plugin-osm-map] OpenStreetMap based map to locate users:

    Version 2.2.0 of this plugin is compatible with 3.2.0 and up.

    thank you 🙏

  • 12 Votes
    40 Posts
    18k Views
    LEVI HAVIVL

    I thought about it,
    It's not that complicated at all.
    The question is what kind of meeting are we going for...
    About a big meeting, with screen sharing, moderators, etc.
    Or you go for a type of personal meeting, like the original idea, that there is such a button in the chat, of a conversation, and then it's like a WhatsApp conversation, where you just see each other... That's it, without extensive options...

    @julian what are you saying?

  • 0 Votes
    3 Posts
    170 Views
    LEVI HAVIVL

    Oh!
    Thanks for the comment,
    In the meantime, I found a plugin that defines this, and on the server side I simply launch a socket, which is sent to the plugin, and then the plugin sends the notification.