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.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
  • How can I show bookmarks from another user

    1
    0 Votes
    1 Posts
    900 Views
    D
    I'm a simple user and I want see the bookmark of other user. By default this is not possibile because I think that bookmark option is private [image: ebYT61r.png] Is there any options that I must modify in the admin panel to do this and what hooks is throwed when I click on this button?
  • Invalid session in Android Webview

    13
    0 Votes
    13 Posts
    4k Views
    B
    I managed to do the update, after correcting the nginx .conf for the test IP, I did not start the application, causing the Bad Gateway error. The forum works with Webview from version 1.1 Thank you for your help
  • Post reactions - Add reactions with emoji's to posts

    12
    8 Votes
    12 Posts
    5k Views
    E
    @pichalite said in Post reactions - Add reactions with emoji's to posts: @exodo added maximum reactions setting. Set to 5 on demo. Nice. Published on theme yet?
  • Help: can I add these functions just by develop a Plugin?

    3
    0 Votes
    3 Posts
    2k Views
    T
    @PitaJ Thanks! I will learn these plugins from you and hope I can contribute some to the nice ecosystem in future.
  • [nodebb-plugin-color] Colors in posts

    25
    6 Votes
    25 Posts
    13k Views
    Deevalur N V SrinivasanD
    Colors are disappearing if an enter made between lines?
  • [nodebb-plugin-custom-homepage] Blog post widget?

    2
    0 Votes
    2 Posts
    1k Views
    yariplusY
    That is static HTML. If you are looking for a plugin that displays topics as a blog post, you may be interested in nodebb-plugin-featured-topics-extended. Example here. https://forums.stonebound.net/
  • [nodebb-plugin-blog-comments] NodeBB Commenting has been disabled.

    1
    0 Votes
    1 Posts
    1k Views
    Matt PitchÔuM
    Hi everyone, i have a problem with this plugin.. I have this message " NodeBB Commenting has been disabled. " So in the blog post, it dont show the box of reply (like in example), but i have the "publishing button" and it works.. I try to find on internet a solution, i didn't.. Can you help me ? Thanks.
  • Full with nodebb-plugin-custom-homepage on nodebb 1.4.2

    1
    0 Votes
    1 Posts
    1k Views
    JenklerJ
    @psychobunny The custom-page works with 1.4.2 now. Is it possible that you can patch the custom homepage plugin also? Link to issue --> https://github.com/NodeBB/nodebb-plugin-custom-homepage/issues/24
  • [nodebb-plugin-giphy] Search for gifs in the composer

    8
    2 Votes
    8 Posts
    3k Views
    BriB
    Happy holidays to you guys too, @julian !
  • [nodebb-plugin-broadcast] Ustream Broadcaster

    3
    0 Votes
    3 Posts
    2k Views
    jareyJ
    @Rome-Li what problems are you facing? I haven't tested the plugin but, the more information you can give here on the community, the more likely you can get help here.
  • Recent Cards addon for Persona

    20
    1 Votes
    20 Posts
    9k Views
    T
    Hello, Does anyone know how to show recent cards on custom homepage or any other pages? Thanks.
  • Plugins auto post to social with customize

    1
    0 Votes
    1 Posts
    891 Views
    I
    I want plugin can't auto post to social (most fanpage) when topic created. Wordpress.com do it well. [image: 3fW0UaS.png] Any plugins can do ? xD Or time to write my own nodebb-plugins Etc, we can post to facebook with customize title, meta, image, etc.. Btw i'm looking for SEO plugins too
  • 3 Votes
    1 Posts
    1k Views
    TheRoxT
    Hello! This is my first contribution to the community, i have to say that this plugin is based on the Recents Card, i've edited the html and less (css) part, to give it a different look. Hope you like it. Here is a screenshot of the plugin: [image: 50204eb711ae443ab34e63b5b5bff629.png] Github: Link to the plugin
  • invalid date in nodebb-plugin-recent-cards

    2
    0 Votes
    2 Posts
    1k Views
    PitaJP
    @alloy submit an issue on Github pls
  • NodeBB 1.4.0 with embed video plugin?

    5
    0 Votes
    5 Posts
    2k Views
    BriB
    The Iframely plugin takes care of 95% of cases where you want to embed something, and there's a configuration you can make that gets you the embeds, without it counting toward your limit (if you use the cloud service). For uploaded videos, I use the ns-embed one with a custom rule
  • Help with update sso plugin

    4
    0 Votes
    4 Posts
    2k Views
    R
    No one interested?
  • BBcode for NodeBB?

    2
    0 Votes
    2 Posts
    1k Views
    PitaJP
    @vstoykov are you looking for something with a WYSIWYG editor, or what? A simple plugin with BBcode parsing is easy. One that also adds a new composer like nodebb-plugin-bbcodes is more difficult. There is nodebb-plugin-redactor which you can use if what you're looking for a WYSIWYG editor.
  • AutoClose Threads?

    3
    0 Votes
    3 Posts
    1k Views
    P
    @baris hmm, too bad no one has updated it for a while. I could be very useful for people who merged their forums into NodeBB. I merged mine from MyBB and the locked topics didn't stay locked. I don't know how to update this myself.
  • Alternate Discord OAuth plugin

    3
    1 Votes
    3 Posts
    2k Views
    tobiahT
    I've been working on trying to get it set up, but for whatever reason the client id/secret aren't saving. i've done a full restart but it hasn't seemed to want to save.