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!
    226 Topics
    1k Posts
    juseJ
    https://github.com/psychobunny/nodebb-plugin-gallery it works on 3.10.3 [image: 1732382662077-snipaste_2024-11-24_01-22-55.png]
  • [nodebb-plugin-adsense] Adsense plugin

    Locked
    5
    2 Votes
    5 Posts
    3k Views
    omegaO
    @psychobunny I tested this on 1.17.x and it seems to work, or it display ads haven't seen metric pour in yet. One thing that would be a welcome feature, if the plugin was able to handle it with an input line for the ads.txt content, to keep life simple.
  • Strange behavior of nodebb-plugin-markdown when inserting a link

    3
    0 Votes
    3 Posts
    521 Views
    M
    @pitaj What do you think?
  • How the hell do I get the settings for the plugin 😉

    12
    0 Votes
    12 Posts
    2k Views
    PitaJP
    Widgets are just a special kind of plugin. You can use meta.settings.get in widgets if you want, but only if you have a setting that is shared across all widget instances. I'm not sure what you mean by using meta.config but I don't see anything wrong with it.
  • [nodebb-plugin-sso-wordpress] Wordpress SSO

    13
    3 Votes
    13 Posts
    5k Views
    D
    @detp said in [nodebb-plugin-sso-wordpress] Wordpress SSO: Hi @julian I keep getting an Internal Error. Oops! Looks like something went wrong! /auth/wordpress/callback Unexpected end of JSON input I get the same error whether its a default or custom home page. Its a URI mismatch however the redirect URI I entered in the wp-oauth plugin is correct and had been working before. Any ideas to the problem? I am also getting the same url with the url https://tradeninja.nodebb.com/auth/wordpress/callback?code={code_value}state={value}&iframe=break
  • How can I edit the widget and plugin layout?

    1
    0 Votes
    1 Posts
    340 Views
    kaiK
    Hi All, I'm a newbie in nodebb. I'm not understand the layout logic nodebb in nodebb. Actually I have a two feature need to change the template. I would like to update active user widget: I need to add username under the avator box. I would like to update the perrmission from nodebb-plugin-calendar: only admin can see the event response. I found the template in the plugins folder and change the template tpl code. And also re-build the nodebb. However the layout a still not updated. May I know what is the correct method to make a small changes in nodebb and how to update the template layout ? Thanks so much. Nodebb version : 1.17.0
  • How to install older version of a plugin?

    2
    0 Votes
    2 Posts
    442 Views
    PitaJP
    Manually install with npm on the command line npm install <module name>@<version>
  • Events plugin not working with Quill

    8
    0 Votes
    8 Posts
    978 Views
    PitaJP
    @julian at the moment I don't use the built in methods: https://github.com/pitaj/nodebb-plugin-calendar/blob/main/src/client/eventModal.ts#L50 As there is no way to do the following: read text contents to check for an existing event do a regex replacement on the text contents I don't know anything about quil, so I can't really help there.
  • [nodebb-plugin-custom-pages] Where does it store html content?

    3
    0 Votes
    3 Posts
    463 Views
    PitaJP
    In the database
  • Ready to give up on nodebb. nodebb-plugin-import phpbb

    18
    0 Votes
    18 Posts
    3k Views
    B
    for anyone else migrating from phpbb, my fork of the exporter https://github.com/akhoury/nodebb-plugin-import-phpbb has been updated to support phpbb 3.3 there is also a PR to merge it in @psychobunny 's repo https://github.com/psychobunny/nodebb-plugin-import-phpbb/pull/10 Thanks @NodeHam for providing a database dump.
  • nodebb-plugin-session-sharing not working

    2
    1 Votes
    2 Posts
    612 Views
    RiekMediaR
    No idea guys?
  • nodebb-plugin-sso-linkedin

    4
    1 Votes
    4 Posts
    3k Views
    phenomlabP
    @mootzville Hi. Is it possible to update this plugin to work with 1.17 ?
  • [nodebb-plugin-archiver] Topic Archival

    12
    3 Votes
    12 Posts
    4k Views
    T
    bump! @baris @psychobunny If it's not possible to exclude pinned topics right now, please let me know. Otherwise, it would be cool to have this option in future releases.
  • Nodebb-plugin-recent-cards plugin | Carousel problem

    4
    0 Votes
    4 Posts
    839 Views
    dunlixD
    @chez Update your nodebb, make sure no CSS you have is changing anything see if it works with a different language too. (one with left-to-right layout.)
  • Topic thumbnails?

    5
    0 Votes
    5 Posts
    757 Views
    omegaO
    @taloche Makes sense, I see nothing. Time to investigate. EDIT: Oh... I did a rebuild. It's there now!
  • [nodebb-plugin-ns-likes] NS Likes

    38
    13 Votes
    38 Posts
    17k Views
    K
    @nicolas this looks like a nice plugin for us as well. Any plans on adding reactions instead of likes? As FB e.g. where you can choose like/heart/lol/etc
  • [nodebb-plugin-makesmart-gallery] - Image Slider for topics

    6
    10 Votes
    6 Posts
    3k Views
    Spin0usS
    @dogs thank for this plugin Here is the way i installed it : npm install git+https://github.com/me-cooper/nodebb-plugin-makesmart-gallery.git Hope this help.
  • Message to guests browsing??

    8
    0 Votes
    8 Posts
    746 Views
    phenomlabP
    @dunlix yes, but there is also a register and login link in the message
  • plugin chat

    9
    0 Votes
    9 Posts
    1k Views
    C
    I had a plugin that adds an option for the administrator to see users' chat. Now I can not find it I would love if someone would bring me a suitable link for it.
  • RSS feed plugin (YouTube Videos)

    1
    0 Votes
    1 Posts
    369 Views
    AnOdeToBBA
    I'm hoping to pull In some YouTube videos that will embed into the post, so pull in the YouTube category feed automatically. Currently getting a 'Status 404 error' when inputting the feed URL, any ideas? I have posted this is the actual plugin thread but without any response so far. Has anyone managed to pull in and embed YouTube videos direct into the posts? Thanks
  • Help The odebb-plugin-embed plugin

    2
    1 Votes
    2 Posts
    481 Views
    dogsD
    @הערשלה https://community.nodebb.org/topic/15548/iframely-plugin-doesn-t-work/1?_=1619591672463 It was discussed here a few days ago.