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
    like this [image: 1732282083034-snipaste_2024-11-22_21-27-43.png] or [image: 1732282134821-snipaste_2024-11-22_21-28-46.png]
  • NodeBB Mailchimps plugin not workig

    18
    0 Votes
    18 Posts
    8k Views
    B
    @Jenkler file ticket here: https://github.com/akhoury/nodebb-plugin-mailchimp/issues this is an old thread
  • Creating widget containing React component, possible?

    2
    2 Votes
    2 Posts
    1k Views
    B
    I'm interested too!
  • Site plugins

    12
    0 Votes
    12 Posts
    3k Views
    P
    @torn2 the code to show that link is in the tpl... not sure why you don't see it <!-- IF posts.toPid --> <button component="post/parent" class="btn btn-xs btn-default hidden-xs" data-topid="{posts.toPid}"><i class="fa fa-reply"></i> @<!-- IF posts.parent.username -->{posts.parent.username}<!-- ELSE -->[[global:guest]]<!-- ENDIF posts.parent.username --></button> <!-- ENDIF posts.toPid -->
  • nodebb-plugin-markdown-ext

    1
    0 Votes
    1 Posts
    1k Views
    T
    What is the difference between nodebb-plugin-markdown-ext and nodebb-plugin-markdown?
  • [nodebb-plugin-secure-images] Always use secure images in posts

    9
    3 Votes
    9 Posts
    4k Views
    BriB
    The camo one is badass
  • Any efficient way on plugin development?

    3
    0 Votes
    3 Posts
    1k Views
    Bruce LeeB
    Thank @yariplus, learn something new today.
  • Write a plugin that call new restful API on server

    4
    1 Votes
    4 Posts
    2k Views
    yariplusY
    @Zinca-Bruce No problem! Let me know if you any additional help.
  • HTML in Newsletter?

    4
    2 Votes
    4 Posts
    2k Views
    yariplusY
    Updated
  • [nodebb-plugin-write-api] How to post HTML content ?

    6
    0 Votes
    6 Posts
    4k Views
    assameseA
    I installed and activated the plugin-sanitizehtml , restarted NodeBB as instructed, saved the default plug-in settings from ACP. But, now all my HTML tags have been stripped off (I can tell by looking at the source) What am I missing ? BTW, I uninstalled the Markdown-plugIn before installing the sanitizehtml plugIn.
  • "nodebb-plugin-bnch-cards" doesn't work on v.1.0.3?

    6
    0 Votes
    6 Posts
    2k Views
    BlueMoonlightB
    @pichalite Sorry I think I did not do enough work just now. I tried another several times and finally it succeeded with nodebb-plugin-recent-cards after restarting the forum instead of reloading it. Thanks for the help.
  • writing plugins with angular integration

    1
    0 Votes
    1 Posts
    1k Views
    Bruce LeeB
    hi, first of all, I love this forum software. Good job and sharing. Currently, I'm trying to learn how to write plugins. I have read around and understand that the frontend is using jquery. However, imo, jquery is "dirty" due to DOM manipulation and thus difficult to maintenance. I am wondering if there is any basic example on plugin that uses angularjs framework? If yes, can you please point me to it. Thanks in advance!
  • nodebb-plugin-custom-pages don't work in v1.0.3!

    4
    1 Votes
    4 Posts
    1k Views
    JenklerJ
    ahh, good to know. Thanks!
  • Any Good Guides on saving User Settings for a Plugin?

    4
    1 Votes
    4 Posts
    2k Views
    B
    @yariplus Thanks, that was perfect!
  • [nodebb-plugin-unresponsive] Unresponsive design

    10
    2 Votes
    10 Posts
    4k Views
    B
    This is growing and becoming a stylish front end. v0.3.0: [image: afM5yZ5.png]
  • Compatibility issue NodeBB 1.x.x??

    5
    1 Votes
    5 Posts
    2k Views
    E
    @yariplus Thank you.
  • [slush-nodebb-plugin] NodeBB New Plugin Generator - Request for feedback

    20
    8 Votes
    20 Posts
    8k Views
    J
    @lulzdev Sorry for the late reply, but I just ran into a javascript/css inclusion case where I wanted both included as static files for dev. I think just overriding the header.tpl and then linking to static js/css files in your plugin can be good for dev purposes.
  • [nodebb-plugin-audioplayer] time bubble missing z-index

    1
    0 Votes
    1 Posts
    767 Views
    A
    Hi, the sliding time bubble is cut of in FF.. probably due to incorrect z-index. It's not showing at all in Chrome.
  • Nodebb Badges plugin

    2
    0 Votes
    2 Posts
    1k Views
    yariplusY
    I recommend nodebb-plugin-ns-awards. It works well for giving badges. It can't do anything automatic yet, but I think that might be planned for the future.
  • Can't send email from AWS host

    3
    0 Votes
    3 Posts
    2k Views
    julianJ
    @Felipe-Reis In my case, sendmail could not be executed because it was located in /usr/sbin, which wasn't in my $PATH variable. export PATH=$PATH:/usr/sbin did the trick. You'll probably want to add it to your init script, or if you're running NodeBB manually, then add it to your bash script or run it by hand before starting NodeBB.
  • nodebb-plugin-wechat-share

    2
    1 Votes
    2 Posts
    2k Views
    yariplusY
    Guessing it shares posts on wechat, the Chinese messaging app.