Skip to content

NodeBB Plugins

Discussion regarding NodeBB Plugin development.

1.8k Topics 15.0k Posts
Most Voted Plugins

Subcategories


  • Have a question about building a plugin? Ask here
    425 Topics
    2k Posts
    barisB

    https://community.nodebb.org/post/88242 I think this answers your question. Let me know if it doesn't work.

  • Need a plugin developed? Ask here!
    222 Topics
    1k Posts
    barisB

    Plugin doesn't show usernames if they set their status to offline AFAIK

  • 0 Votes
    9 Posts
    3k Views
    A

    Hey!!! Thanks for the reply.... We have completed our task.

  • [solved] Plugin not work

    3
    0 Votes
    3 Posts
    1k Views
    S

    All is well! I helped @psychobunny https://github.com/NodeBB/NodeBB/issues/2869#event-255546006

  • 1 Votes
    3 Posts
    3k Views
    OrotonO

    Is it even possible to integrate a plug in that posts to a 'group'

    I'm sure FB only allows posting to fan pages and walls.

    That being said, I know you can do 'Canvas' app for NodeBB on FB, but this only integrates with FB notifiactions
    On the Browser, where as you'll find most of the time they check FB via mobile. And FB mobile is not compatible with
    Canvas or any external FB notifications.

    So you are probably going to be disappointed with it's results.

    Also, on that note. I've found it susccefull for mobile users, using a push notification app. That notifies users on events.
    And when they are notified, it refers them back to your forum. via a webui Browser in the app.
    This works great with a Responsive design or a dedicated mobile browser.

  • 0 Votes
    4 Posts
    2k Views
    X

    how does this plugin work?
    I installed it but cannot find in anywhere in ACP

  • How to Get Domain Name.

    2
    0 Votes
    2 Posts
    1k Views
    julianJ
    var nconf = require.main.require('nconf'); console.log(nconf.get('url'));
  • Use Custom Template to send Email

    2
    0 Votes
    2 Posts
    1k Views
    julianJ

    No dependencies required, just have your plugin serve templates (add the template option into plugin.json), and in that template folder, have a folder called emails, and place your template in there.

    Also place a corresponding plaintext one with the suffix _plaintext.

  • Is there plugin to auto embed COUBs?

    8
    0 Votes
    8 Posts
    3k Views
    BobberB

    @kosyak it works, thanks!

  • What's the current theme's less path

    7
    0 Votes
    7 Posts
    2k Views
    PitaJP

    @julian but, how would I pass the less path of the theme into my plugin's less file without knowing what theme will be used?

    I'm trying to use mixins to style my plugin's pages the same as the rest of the site.

  • Error installing Mandrill emailer plugin

    24
    0 Votes
    24 Posts
    10k Views
    limkerL

    Fixed, i had to as suggested by several users to change my "base_url" or "url" (depends on your nodebb version). But i had to add the key "port" in the config.json as well.

    "url": "http://myforum.com",
    "port": "1234"

  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    5 Views
  • Apply styles to only certain pages

    11
    0 Votes
    11 Posts
    4k Views
    T

    No, actually I wouldn't recommend adding it to the content as it requires a higher level for better customization such as body or even html so that you can totally customize it the way you want. For example, adding it to the #content would be a bit more work to customize because it contains padding and marginal properties to go around.

    @julian Oh yeah, just noticed that. Good stuff. 👍

    @pitaj said putting the template route on the html element would cover everything.

    +1 for html or body (since they usually contain 0 padding and margins).

  • 0 Votes
    3 Posts
    1k Views
    T

    @pitaj said:

    Link Preview Image GitHub - psychobunny/nodebb-plugin-badges: Badges: an achievement system for NodeBB

    Badges: an achievement system for NodeBB. Contribute to psychobunny/nodebb-plugin-badges development by creating an account on GitHub.

    favicon

    GitHub (github.com)

    Thanks a lot!

  • getting custom fonts in .less

    1
    0 Votes
    1 Posts
    854 Views
    belstgutB

    hi,

    I was just trying to write my first Plugin but failed when referencing custom fonts in my .less.

    my fonts are in ./static/fonts and my .less is ./static/style.less

    in my .less i use eg: url(fonts/font.woff)

    The font doesnt get loaded though.

    What is the easiest way to include fonts in my Plugin?

    edit: it seems to work if i use plugins/nodebb-plugin-pluginname/static/fonts as fonturl
  • ProfileLinks broken after upgrade 0.6.1

    7
    0 Votes
    7 Posts
    2k Views
    R

    Thanks @baris for the carification

  • Slideshare Embedding

    5
    3 Votes
    5 Posts
    2k Views
    W

    😆

  • 0 Votes
    6 Posts
    3k Views
    julianJ

    @akumbhare It will be available in v0.7.0.

  • 0 Votes
    4 Posts
    3k Views
    A

    I am writing like plug-in, which provides an like functionality for anonymous as well as registered user.
    1. Anonymous User should be able to like on any comment/reply and I have to restrict anonymous user via IP address.
    Yet, I can store IP values to redis database, I need to find out, The given IP value is present in "like:pid" hash set.
    I need to write query structure which finds out the given anonymous users IP address is not present in database for that particular post.

    Thanks!!

  • Emaze Plugin Help

    14
    0 Votes
    14 Posts
    10k Views
    JonDoe12J

    I was just going to let you take most of the credit. It's still your plugin, and you helped me make the modifications. I'm working on a new modification now, though. I'm trying to get the presentations to embed into an area of the user's profile.

    Right now, I'm testing it with the Fullname field on the profile, by entering the URL of the presentations (instead of a human name) and seeing if it parses into an embedded slide show.

    Would this be easy to accomplish? If not, are there any hints you could give me @a_5mith ?

    So far, I've edited the library.js file and replaced data.post and data.post.conent with data.fullname and data.fullname.content. I've also tried changing the hook in plugin.js from:

    { "hook": "filter:parse.post", "method": "parse", "callbacked": true } ]

    to

    { "hook": "action:user.set", "method": "parse", "callbacked": true } ]

    I feel like I'm missing something, though. If you're up to it, I'd like to collaborate with you further.

  • 0 Votes
    2 Posts
    1k Views
    MegaM

    related https://community.nodebb.org/topic/3876/nodebb-plugin-facebook-facebook-posts/11

  • Plugin Instagram Embed

    3
    4 Votes
    3 Posts
    2k Views
    S

    Yes, please. This is a good plugin 👍