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
    444 Topics
    2k Posts
    Sky FoxxS
    Perfect! Does the job super elegantly thank you
  • Need a plugin developed? Ask here!
    225 Topics
    1k Posts
    julianJ
    Considering its localized popularity, I think it would be an idea candidate for a plugin. The easiest way would be to utilise an existing askbox service and embed it into a user profile or something.
  • [nodebb-plugin-ns-login] NS Login

    13
    3 Votes
    13 Posts
    7k Views
    V
    @nicolas i has a external website, when access website i use ajax make request login 'api/ns/login'... i received object user . but i do not received notification at external website. socket.uid at serve = 0. can you help me ? sorry if i write less english.
  • nodebb-plugin-dbsearch doesn't work

    2
    0 Votes
    2 Posts
    403 Views
    barisB
    @OFFICIAL-CREALITY3D Did you rebuild and restart after enabling the plugin? Also make sure search privilege is given to the correct user groups.
  • Group Badge as Image

    1
    0 Votes
    1 Posts
    270 Views
    A
    I was wondering if there was any way or plugin to assign images as group badges instead? Similar to the example in this thread. https://community.nodebb.org/topic/13021/badge-like-plugin-for-forum-patrons
  • Plugins I prefer

    8
    0 Votes
    8 Posts
    1k Views
    B
    @sharonyue Can you publish the user's URL? Very happy and looking forward to open source. wish nodebb better and better.
  • Which plugin should I use in the "Comment for Ghost"?

    2
    0 Votes
    2 Posts
    469 Views
    julianJ
    The first plugin is the one written by @psychobunny, and is actively maintained. The others are forks.
  • [nodebb-theme-designer] Customize your NodeBB theme on-the-fly

    54
    3 Votes
    54 Posts
    28k Views
    PitaJP
    @efraimip I don't believe this specific plugin is supported anymore. Does a tool like this exist now, or is it in the works? There is nodebb-plugin-customize when you want to make quick modifications to templates or translations. Between that and Custom CSS in the ACP you can modify most aspects of your theme without creating a new theme or subtheme. 99% of all posts in the "nodebb themes" forum are questions - not themes (I found actually only 1 single actual theme in searching many pages of that forum) Here are some themes I know of that I think are still maintained: nodebb-theme-persona (first party, default) nodebb-theme-lavender (first party) nodebb-theme-vanilla (first party) nodebb-theme-oxide nodebb-theme-slick I like allot of what nodebb offers but it seems less supported now - and less plugins available - than a few years ago. NodeBB has adopted many plugin features into core. How do we easily customize theme now? Without putting dev hours into it? I'm not sure what exactly you're referring to by "dev hours", but obviously you can't get something for nothing. Somebody needs to know how to use HTML and CSS, even with this defunct plugin.
  • Moderation Bot Plugin

    3
    0 Votes
    3 Posts
    637 Views
    julianJ
    Not offhand, but perhaps this is something you'd be interested in sponsoring? Reach out to us at [email protected]
  • 4 Votes
    2 Posts
    748 Views
    julianJ
    Awesome work! Always nice to see new widgets be created
  • Override pagination core component

    3
    0 Votes
    3 Posts
    429 Views
    Yoann Aubry 0Y
    @PitaJ An example it's better : for a current page 21 of 40 pages, i want to display : << < 10 - 20 - 21 - 30 - 40 > >>
  • [nodebb-plugin-emoji] Emojis are not working

    2
    0 Votes
    2 Posts
    526 Views
    PitaJP
    @asdrubalivan ./nodebb build -d produces unminified js bundles. What version of NodeBB? What version of the emoji plugin? What version of nodejs?
  • Rebuilding after plugin installation

    7
    0 Votes
    7 Posts
    1k Views
    C
    @PitaJ said in Rebuilding after plugin installation: This is expected behavior. After installing and activating a plugin, you are supposed to Rebuild & Restart. There's a special button in the ACP to perform this. Then there is no problem. Thank you for your answers.
  • 0 Votes
    6 Posts
    661 Views
    barisB
    index: false will cause it to not show up in the acp page. Remove that.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • Categories Widget | Show all Sub-Categories too?

    6
    0 Votes
    6 Posts
    2k Views
    R
    Thanks a lot @baris. It worked like a charm. Saw your commit on widget-essentials. Got to learn a lot.
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    9 Views
  • [nodebb-script-snake] Embed a Snake Flash game on your forum

    3
    0 Votes
    3 Posts
    2k Views
    אשרא
    what code?
  • Writing a database driver for firebase

    9
    0 Votes
    9 Posts
    1k Views
    Smule CollectionsS
    @baris thanks for the clarification
  • How to remove ads from login and Registration page?

    3
    0 Votes
    3 Posts
    439 Views
    Varun Ganesh DV
    @baris Thanks. Please Give Solution for Ads.txt issue too. so AdSense Section is complete for NodeBB Is any way to add ads.txt? ive uploaded file through admin panel. but for google it needs like domain.com/ads.txt https://community.nodebb.org/topic/14829/how-to-add-ads-txt
  • [nodebb-plugin-category-sort-by-title] Alphabetical topic sorting.

    22
    2 Votes
    22 Posts
    6k Views
    yariplusY
    Version 1.6.0 !! Now works with 1.13.x! Re-wrote code to use new hooks and promises. Compatibility changed to >=1.10.0
  • Plugins for admin APIs

    Unsolved
    1
    0 Votes
    1 Posts
    327 Views
    Ankit KumarA
    Hey everyone, I am currently running NodeBB v1.13.x and using bearer token for authorizations. I need to use some admin APIs http://localhost:4567/admin/manage/privileges , but right now , it is showing 403 error. Please let me know if there are some specific way to use admin APIs . Best Regards