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

  • Interested in writing a plugin?

    Pinned Locked
    1
    10 Votes
    1 Posts
    9k Views
    julianJ

    Please take a look at the official Plugin Writing Guide

  • [nodebb-plugin-recent-cards] NodeBB v1.14.0

    24
    1 Votes
    24 Posts
    2k Views
    K

    @phenomlab Thanks for quick reply. I will try to fix it 👋

  • [nodebb-plugin-session-sharing] Session Sharing

    23
    13 Votes
    23 Posts
    12k Views
    julianJ

    @cifangyiquan if the user has an existing account before attempting session share login then they will get a new account, since the "remote id" passed in is unknown.

    I believe if you pass in an email, it should attempt email user matching.

  • 4 Votes
    2 Posts
    105 Views
    T

    Anyone else using Backblaze and this plugin?

  • Question and Answer plugin

    51
    6 Votes
    51 Posts
    15k Views
    phenomlabP

    For anyone interested in the above feature, it's documented here

    Link Preview Image Extended functions for Q&A NodeBB plugin

    I wanted to add functionality into Sudonix so that it a) Adds a new DIV in the form of a panel/card after the last post if the topic is “solved” b) Adds a li...

    favicon

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

  • Updated the S3 plugin

    3
    1 Votes
    3 Posts
    70 Views
    T

    Does AWS have a free tier option to host images? Or any other plugin that has a free tier?

  • 7 Votes
    43 Posts
    3k Views
    crazycellsC

    I do not know if it is possible, but I still think it would be very cool to have a pdf previews in the forum, so users do not have to leave the forum to check the pdf documents...

    Screenshot 2024-04-02 at 21.48.59.png

  • 10 Votes
    29 Posts
    13k Views
    barisB

    @crazycells https://github.com/barisusakli/nodebb-plugin-registration-question/commit/f732dd135681106a1dd5ae2a302937a9f08b4340. Feel free to send pull requests for different languages.

  • 20 Votes
    492 Posts
    349k Views
    crazycellsC

    this has been a nice plugin, I am curious whether it will be upgraded to be compatible with NodeBB v3, or should we look for alternative solutions?
    Unfortunately, none of the alternatives will offer the same level of integration with the forum as this plugin...

  • Emoji 5.2 and Emoji Android 4.0 in 3.7

    6
    0 Votes
    6 Posts
    86 Views
    Chad AugurC

    It is suddenly working again, but I do not know why. I cannot get a consistent result. I will be grateful for now. Is there anything I should be looking for when it fails?

  • Registration email domain blacklisting

    28
    8 Votes
    28 Posts
    5k Views
    crazycellsC

    @baris thank you. this is a very useful plugin.

    admins can copy the email list from here:

    Link Preview Image disposable-email-domains/disposable_email_blocklist.conf at master · disposable-email-domains/disposable-email-domains

    a list of disposable and temporary email address domains - disposable-email-domains/disposable_email_blocklist.conf at master · disposable-email-domains/disposable-email-domains

    favicon

    GitHub (github.com)

  • 0 Votes
    21 Posts
    846 Views
    crazycellsC

    thanks @baris , I tested and it works but for harmony theme, using data-format leaves an empty space behind, so I changed it to aria-label to remove the whole button...

    For those who would like to hide some buttons of the composer can use this CSS code:

    .composer .composer-container .formatting-bar .formatting-group { [aria-label="Code"], [aria-label="Left align"], [aria-label="Center align"], [aria-label="Right align"], [aria-label="Justify"], [aria-label="Grouped code"] { display: none; } }
  • 0 Votes
    1 Posts
    39 Views
    D

    I recently attempted to install the plugin named nodebb-plugin-cobi-translate-posts, which was advertised as providing automatic translation of post content using ChatGPT 3.5. However, I didn't receive any instructions on how to configure it for this purpose. Has anyone successfully set up this plugin for auto-translation, and if so, could you please share the correct setup steps?

    After installed the plug in, I have the translate button in my forum, however, it does nothing after click on it.

    And Persona is my current theme.

    Thank you for any assistance or guidance you can provide!

  • Anyone got SSO for WordPress and NodeBB?

    4
    0 Votes
    4 Posts
    86 Views
    julianJ

    @carlm7 no OAuth 2 does not require both installations to be on the same server

  • Regarding nodebb-plugin-category-notifications

    6
    0 Votes
    6 Posts
    330 Views
    phenomlabP

    @julian Yes, and for that reason, I removed it from my site after @crazycells raised it to me.

  • plugin list of this forum

    32
    1 Votes
    32 Posts
    3k Views
    crazycellsC

    hi @julian do you know if this page is current? "Recently Added/Updated" list look little bit old to me?

    And I believe it would be more informative if the plugin downloads are counted (Figure 3) after Node v3 is announced? and not from the beginning?

  • 9 Votes
    36 Posts
    3k Views
    S

    @sharonyue said in [nodebb-plugin-meilisearch] use MeiliSearch as a full-text search backend:

    I confirmed it was done automatically. Right now nodebb-meilisearch looks 100% perfect on my site! Excellent!

    Can somebody explain me if this currently is "the best search engine" and recommened to use or is there still a big disclaimer? And if so, what is needed?

  • 3 Votes
    43 Posts
    22k Views
    BriB

    Yeah I stopped maintaining that a while ago, it was a good exercise and an example of how to build a plugin but ultimately it’s redundant: markdown already has the capability to insert images.

    Open to PRs and / or a new maintainer!

  • 11 Votes
    40 Posts
    16k Views
    DownPWD

    Hello @baris

    thanks for the update.

    Would it be possible to delete the entire URL rather than just the domain ? Or maybe have the possibility to add a /* to an URL to ACP

    Example here a user posts a complete link but only the URL with the domain is deleted.

    ACP:
    2dc0f8a8-5deb-43b9-a81f-d77e5eb4a76c-image.png

    On a post :

    9a1594a6-337f-4226-bac5-d9ad763cf266-image.png

  • 3 Votes
    50 Posts
    19k Views
    barisB

    @Kirwan merged and published as [email protected]