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.
  • Problem with nodebb-plugin-custom-pages

    3
    0 Votes
    3 Posts
    672 Views
    K
    @benjamin-liehr Add custom Page, f.e. start [image: 1611739528840-eada19d2-1c3f-4a27-bc1a-28ece546cfd8-image-resized.png] Choose this Page from Settings: [image: 1611739912057-dce8064d-0130-4dc6-a010-fb59ffc710d6-image-resized.png] Modify the Page template from Extend->Widgets: [image: 1611740499713-9bc6fd05-4a81-4f7c-845d-dd417810c3cc-image-resized.png] Save, and voila: [image: 1611740785758-16054c31-dff0-463b-904e-0ef76c427935-image.png]
  • Is there some nodebb-plugin-sso-auth0 user ?

    9
    1 Votes
    9 Posts
    3k Views
    Nethrah AyyaswamiN
    @khalid-kunji did u get this working? I am getting the same error.
  • Issue with Composer Redactor upload image + Quill

    1
    0 Votes
    1 Posts
    302 Views
    M
    Hi, I am using nodebb-plugin-composer-redactor 3.4.8 on Nodebb 1.16.1. I just notice that the 'upload an image' function isn't working on Redactor. From the log, it shows that the image is uploaded to the server (/nodebb/public/uploads/files folder) successfully, but the editor doesn't show the image being inserted to the post at all. There's an empty <img> tag inserted to the post though. When I tried using different composers (Quill and NodeBB default composer), the image upload function works as it should. Redactor is no longer supported, but I wonder if I can have this fixed. Otherwise, what is the recommendation? Switching to Quill? Re: Quill What is the best way to modify the toolbar on Quill editor? I want to hide some icons from the toolbar and currently use CSS to hide them. Do I have to fork the plugin and edito /static/lib/quill-nbb.js to my liking (ie: var toolbarOptions = { container: [ [{ header: [1, 2, 3, 4, 5, 6, false] }], // h1..h6 [{ font: [] }], ['bold', 'italic', 'underline', 'strike'], // toggled buttons ['link', 'blockquote', 'code-block'], [{ list: 'ordered' }, { list: 'bullet' }], [{ script: 'sub' }, { script: 'super' }], // superscript/subscript [{ color: [] }, { background: [] }], // dropdown with defaults from theme [{ align: [] }], ['clean'], ], handlers: {}, }; Or is there a way similar to 'creating a child theme' - where I don't need to build everything from the scratch, but some add new template/css/js to extend the theme? Thank you!
  • Searching for workign import plugins

    3
    0 Votes
    3 Posts
    511 Views
    S
    I'm late to replay, we had rough start of year in my country (earthquakes and stuff) so i was preoccupied with offline duties. Anyway, yes i saw it but not being updated in some closer date time i did not give it much thoughts and i discarded it quiet fast. Thanks on your message, i will take a look at it and see if i can build exporter for my current forum.
  • Linkedin SSO Error

    2
    0 Votes
    2 Posts
    352 Views
    barisB
    Need the output from logs/output.log to see the stack trace.
  • nodebb-plugin-db-explorer

    6
    3 Votes
    6 Posts
    1k Views
    JürgenJ
    It finally showed up - but that definitely took a quite a while. Maybe I was fooled by cached content?
  • [nodebb-plugin-blog-comments] works with Ghost 3.x.x?

    Unsolved
    2
    0 Votes
    2 Posts
    452 Views
    C
    I expect the [nodebb-plugin-blog-comments] plugin to be compatible with Ghost 3.x.x. I hope soon.
  • Mailjet Plugin and nodeBB v1.16

    12
    0 Votes
    12 Posts
    1k Views
    julianJ
    @1castro https://github.com/pichalite/nodebb-plugin-emailer-mailjet/pull/3 It is up to @pichalite now.
  • 0 Votes
    3 Posts
    853 Views
    AlekseiA
    Thanks for the reply, @julian! Yes, I've tried using "ns-" plugin as well, but I had even less luck with it: it even doesn't show in the "Plugins" dropdown menu (cannot access plugin settings page). you can open an issue on their issue tracker. Are you talking about the Github issues section? Or there is another place where I can post it? P.S. The issue with the ns-embed on Github: https://github.com/NicolasSiver/nodebb-plugin-ns-embed/issues/29
  • Write-API post as a Guest?

    1
    0 Votes
    1 Posts
    487 Views
    dogsD
    Hey! Is it possible to post as Guest via the write API? I tried to reply to a topic via: const bodyParameters = { _uid: 0, content: "It works!" }; But it does not work. Is it possible to post as a Guest and set a username with the request or is it only possible to use the write api with a existing uid? Looking forward to your answers.
  • Iframely not embedding Twitter cards

    4
    1 Votes
    4 Posts
    705 Views
    arrankaA
    @crazycells said in Iframely not embedding Twitter cards: Lo que mostraste es lo que estuvimos viendo durante mucho tiempo; por lo tanto, excluimos Twitter de la lista iframely y estamos usando este complemento para incrustaciones de Twitter: I use the twitter plugin and they look good on the forum but not in the chat it still looks like iframely puts it
  • 0 Votes
    5 Posts
    787 Views
    julianJ
    @aisar-g I know what you're referring to, though. The ideal scenario would be saving stuff to res.locals and then referring to that data in getReplies. Unfortunately, neither of those hooks pass req or res, and while we were looking into something like that before (see: continuation-local-storage), it did not ultimately pan out.
  • error connecting to MariaDB: ER_NOT_SUPPORTED_AUTH_MODE

    3
    0 Votes
    3 Posts
    735 Views
    JürgenJ
    @nhl-pl thx for that advice. Already thought about this and started to use a mysql using the old authentification methods - will know about the results later ...
  • [nodebb-plugin-recent-cards] not working properly

    2
    0 Votes
    2 Posts
    582 Views
    barisB
    You need to upgrade to latest nodebb for the latest recent cards plugin. If you want to stay on 1.14.3 downgrade recent cards to 1.0.13
  • 0 Votes
    1 Posts
    459 Views
    蔡昂
    I found a lot of Ali OSS plugins that are not available, so I can only change it for compatibility. Supports the upload of the latest version of nodebb. A variety of settings, let you lower the barrier to use, convenient and quick to use. 找了很多阿里OSS插件都不可用, 只能自己兼容改了一下。 支持了nodebb最新版本上传。 多种设置方式, 让你使用的门槛降低,方便快速的使用。 前往 Let go 如果觉得解决了你的问题,欢迎点 star If you think it has solved your problem, please star
  • load client side js library

    3
    0 Votes
    3 Posts
    593 Views
    Andre MosinA
    @baris Thanks again!
  • how to hide whitelist user field only to owner or admin?

    3
    0 Votes
    3 Posts
    836 Views
    Andre MosinA
    @baris said in how to hide whitelist user field only to owner or admin?: ad the value from db and set it the user is self or admin. perfect. Thanks!
  • Knowledgebase plugin: Script error

    3
    0 Votes
    3 Posts
    732 Views
    jrlinuxJ
    @julian not directly after enabling. I have now tried ./nodebb build. Still returns script error in Google Chrome I think I installed the plugin correctly. [image: 2OAVeMK.png] [image: bwTBjuL.png]
  • AjaxSubmit not uploading formData using my Custom Route

    6
    0 Votes
    6 Posts
    2k Views
    E
    @esfandiar Downgraded the node version and it seems that the issue is now resolved. Thanks.
  • Redactor Composer 1.3.4 Released!

    64
    7 Votes
    64 Posts
    46k Views
    Bhavya DhimanB
    Quite Worth It Very Nice