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]
  • loading indicator api

    3
    0 Votes
    3 Posts
    1k Views
    P
    @Bruce-Lee this should help you https://github.com/NodeBB/nodebb-theme-persona/blob/master/lib/persona.js#L19-L25
  • How handle hook when I click in the user profile

    2
    0 Votes
    2 Posts
    1k Views
    P
    @Doppy there is no hook for that. Just listen to the click event.
  • Quote plugin

    12
    0 Votes
    12 Posts
    4k Views
    T
    @pichalite Yea, that's why I asked first to see if someone had done one. Maybe I can try, but i'll probably burn my site down... Does this look OK? $('document').ready(function() { require(['composer', 'composer/controls'], function(composer, controls) { composer.addButton('fa fa-quote-right', function(textarea, selectionStart, selectionEnd) { if (selectionStart === selectionEnd) { controls.insertIntoTextarea(textarea, '@Username / Website said:\n> '); controls.updateTextareaSelection(textarea, selectionStart + 4, selectionStart + 20); } else { controls.wrapSelectionInTextareaWith(textarea, '@Username / Website said:\n> ', '\n\n'); controls.updateTextareaSelection(textarea, selectionStart + 4, selectionEnd + 4); } }); }); });
  • Cannor ready get() of undefined(csrf.get())

    5
    0 Votes
    5 Posts
    2k Views
    D
    @baris It works thank for your support!
  • Show last three posts per category on home and categories

    1
    0 Votes
    1 Posts
    889 Views
    vct.fernandesV
    Hey guys, I'm trying to customize persona theme to show the last three posts per category. I'm having a hard time trying to find a way to do this, can anyone shed some light? I guess I should be working with hooks, but I need some guidance, can't seem to find what I need in the docs. Thanks everyone!
  • [nodebb-plugin-custom-pages] does it support restful parameters?

    6
    1 Votes
    6 Posts
    3k Views
    Bruce LeeB
    @PitaJ No worries, thanks anyway.
  • How import utility method in client script

    4
    0 Votes
    4 Posts
    2k Views
    yariplusY
    @baris Ah, nice. @Doppy Best to name it something like myutils, or prefixed with the name of your plugin.
  • Social plugins

    2
    0 Votes
    2 Posts
    1k Views
    julianJ
    For this, you'll have to modify the theme to reposition or enlarge them. You can also adjust the CSS using the custom html/css page in the ACP.
  • Youtube Lite

    36
    6 Votes
    36 Posts
    21k Views
    N
    Video name does not appear. And console says: http://gdata.youtube.com/feeds/api/videos/1QCK_gFGi90?v=2&alt=json Failed to load resource: the server responded with a status of 410 (Gone) [image: G76E0Us.png]
  • This topic is deleted!

    Solved
    1
    0 Votes
    1 Posts
    44 Views
  • How to translate nodebb-plugin-question-and-answer ?

    2
    0 Votes
    2 Posts
    1k Views
    A
    @azeus looks like this plugin without localization, You need change this file: node_modules/nodebb-plugin-question-and-answer/static/lib/main.js https://github.com/NodeBB/nodebb-plugin-question-and-answer/blob/fcef781fe34b56e501d3c56c99a351896e3a28b3/static/lib/main.js#L58-L61
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    11 Views
  • I try to install nodebb in centos and I obtain Jquery is not define

    2
    0 Votes
    2 Posts
    1k Views
    P
    @Doppy upgrade your node.js version. Atleast v4 required.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
  • problem on install plugin

    1
    0 Votes
    1 Posts
    956 Views
    Krissanawat KaewsanmuangK
    like ss [image: Li78Zax.png]
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • [nodebb-plugin-vibration-notifications] Vibration plugin for mobile

    3
    3 Votes
    3 Posts
    2k Views
    A
    Hi, I have tried this plugin 1.2.0 buy it doesn't works. Maybe I did something wrong or maybe it is too old. Anyone can confirm this plugin is outdated? Thanks.
  • Using template values in footer.tpl?

    4
    0 Votes
    4 Posts
    2k Views
    barisB
    Open an issue on our github so we don't forget about it and link back to this topic I guess.
  • [nodebb-plugin-merge-subtopics] not working anymore in 1.2.0

    4
    0 Votes
    4 Posts
    2k Views
    P
    @MJ Create an issue on the plugins github page.
  • Paste Image from Clipboard

    4
    0 Votes
    4 Posts
    2k Views
    julianJ
    I'll take that as a yes