Skip to content

Feature Requests

You have a cool idea about NodeBB? Post it here.

827 Topics 5.1k Posts
  • Groups: Private and Closed

    2
    1 Votes
    2 Posts
    2k Views
    KowlinK
    Hmm that would actually be a good fix for this here: https://community.nodebb.org/topic/6582/cooldown-on-group-join-requests/1
  • ACP Categories: collapse

    1
    0 Votes
    1 Posts
    1k Views
    N
    Ability to collapse trees in ACP preview for Categories.
  • gif to webm

    3
    1 Votes
    3 Posts
    3k Views
    8bitard8
    @xen is it yours?
  • Oembed support

    9
    1 Votes
    9 Posts
    4k Views
    N
    Would be great to have implementation how it is in Slack now.
  • Unwatch in unread section

    4
    0 Votes
    4 Posts
    2k Views
    julianJ
    Whether a topic is watched or not has no influence on whether it appears in /unread. You'd need to ignore the category to do that
  • Cooldown on Group join requests

    4
    0 Votes
    4 Posts
    2k Views
    H
    @psychobunny In Facebook, after declining a friend request, a "Mark as Spam" button appears. If that user is sending you multiple friend requests then you can click on that button.
  • Ability to disable core pages

    3
    1 Votes
    3 Posts
    2k Views
    H
    @agarcia17 That doesn't disable the route, it just removes the link from the navigation menu.
  • Notification when my username is typed

    12
    0 Votes
    12 Posts
    4k Views
    yariplusY
    Oh, I knew about that the whole time. Still tempted to make it real for the lolz.
  • Idea: Different homepage for authenticated users

    2
    0 Votes
    2 Posts
    1k Views
    barisB
    This can be easily done with a plugin. Use the static:app.preload hook and add a middleware to the express object. Something like below. myPlugin.onPreLoad = function(data, callback) { data.app.use(function(req, res, next) { if (req.path.startsWith('/') || req.path.startsWith('/api')) { if (req.uid) { helpers.redirect(res, '/recent'); } else { helpers.redirect(res, '/categories'); } } else { next(); } }); callback(); };
  • How to enable link counter in nodebb ?

    3
    0 Votes
    3 Posts
    1k Views
    Charly86C
    Hummm, that's why I searched on all options with no success glad to know I'm not crazy, thanks @julian
  • Display time-ago in chat message modal

    8
    0 Votes
    8 Posts
    3k Views
    barisB
    @Fastidious master is the development branch.
  • How to tie a price to a question

    Unsolved
    9
    0 Votes
    9 Posts
    3k Views
    A
    @finishigwest said: @a_5mith do you know of any plugin that can perform that function? i will really appreciate it if i see one Doesn't exist. You would need to make amendments to the Q&A plugin.
  • How to mark a specific post as the Answer

    Unsolved
    8
    0 Votes
    8 Posts
    3k Views
    P
    If you were interested in subcontrating the work to the nodebb team I'd be happy to look into it. I wouldn't mind giving you a discount on our rate for things that are on my todo list as well, since I'll be building it eventually. Email us at [email protected] If not, I'd be happy to accept any pull requests to this repo and/or the cash plugin. Even if it isn't 100%, maybe if you start it I can help point you in the right direction
  • Vagrant box for development

    3
    0 Votes
    3 Posts
    3k Views
    drewD
    https://community.nodebb.org/topic/6505/nodebb-vagrant-run-nodebb-on-a-pre-designed-vagrant
  • Alert if you want to join in group

    4
    0 Votes
    4 Posts
    2k Views
    julianJ
    Resolved!
  • European Cookie Bullshit

    64
    3 Votes
    64 Posts
    36k Views
    A
    I think Leagues a bit ropey, but I live in Leeds now, so I'm surrounded by Leeds Rhinos supporters. I went to work once wearing my Leicester Tigers hoody, that was a long day...
  • NodeBB admin panel forum software update?

    2
    0 Votes
    2 Posts
    2k Views
    P
    We do offsite installations and upgrades, message [email protected] Of course, we do have docs so you should try it yourself just back up everything first! Edit: to answer your original question, we do plan on building an upgrade button into our hosting plans control panel - right now we just upgrade customers manually. It's probably impossible (or hard) to make an app upgrade itself via acp, we would need to make the acp a standalone application (we've toyed around the idea, but not worth the development time)
  • Webhooks for new topic/reply notification

    39
    0 Votes
    39 Posts
    20k Views
    N
    and @pichalite I do still get the following error in my logs when starting nodebb: 5/9 03:20 [25455] - warn: [plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset -p PLUGINNAME to disable it. nodebb-plugin-slack
  • 1 Votes
    4 Posts
    1k Views
    tfraleyT
    This would be nice, for Facebook, Google and Twitter. Something like adding the Current URL to a variable and then loading that variable after you have logged in. I don't know how all that works but, would be nice. Or would it have to be in a cookie or something.. bla beyond me
  • NodeBB multisite / network feature?

    7
    1 Votes
    7 Posts
    3k Views
    J
    Multi-tenancy would be a great feature for NodeBB.