Skip to content

Feature Requests

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

805 Topics 5.0k Posts
  • Multi User Select

    2
    0 Votes
    2 Posts
    1k Views
    barisB

    https://github.com/designcreateplay/NodeBB/issues/1487 #1487

  • Sortable replies, ability to select best reply

    7
    0 Votes
    7 Posts
    3k Views
    julianJ

    We floated this idea before ( #450 ), so I've re-opened it. Will take a look at it for 0.5.0.

  • Extending Markdown

    7
    0 Votes
    7 Posts
    3k Views
    julianJ

    @frissdiegurke said:

    so it's best practice in my mind to make a single plugin for each markdown-extension instead

    I completely agree with this assessment. 👍

  • Tags only in Title?

    3
    0 Votes
    3 Posts
    2k Views
    J

    That sounds pretty good! I would love a separate field for this though, auto-complete is kind of a great implementation for this, I agree!

  • Draft Topics

    4
    0 Votes
    4 Posts
    2k Views
    julianJ

    @frissdiegurke The whole drafts feature as-is at the moment is to combat losing your progress in the event of a browser crash or errant keystroke.

    Re: @psychobunny's comment, I'd definitely be in favour of re-opening composers (minimized) of any open drafts...

  • Love Nodebb - Some thoughts

    4
    0 Votes
    4 Posts
    2k Views
    julianJ

    @erich At present, the honey pot module I made is for other node application to take advantage of it. So it's more like an intermediary to help other plugin writers get plugins out the door.

    The one that I do know is in development is @bentael's spam be gone plugin 🙂

  • Wish list

    8
    1 Votes
    8 Posts
    3k Views
    meetdilipM

    Buttons to add social profile pages on top.

  • API

    5
    3 Votes
    5 Posts
    8k Views
    T

    @julian nice 🙂 that would really be a very nice way to do it - so i don't have to watch trello - it would trigger nodebb

  • wildcards for member search for manage group

    1
    0 Votes
    1 Posts
    1k Views
    T

    it would be awesome if there would be a some thing like show all users * or show all that are not in this group ^
    some kind of regexp / wildcard search thing
    just a thought

    Screen Shot 2014-04-18 at 4.25.24 AM.png

  • Vote for NodeBB 0.4.1 Features

    24
    1 Votes
    24 Posts
    10k Views
    meetdilipM

    I would like to have an option to center the images. And a WYSIWYG editor if possible.

  • Some features on mobile

    2
    0 Votes
    2 Posts
    2k Views
    P

    Any news?

  • Swipe to refresh.

    4
    1 Votes
    4 Posts
    1k Views
    A

    @psychobunny Certain pages tell you to click to refresh (unread for example). So would be nicer if rather than that, a little tooltip at the very top similar to facebooks iOS app said new replies, you pull to refresh the list and they appear. Think there's somewhere else too, but I don't remember. 🙂

  • Articles Forum

    7
    0 Votes
    7 Posts
    4k Views
    P

    @trevor I WANT DO THAT: :3

  • Add user avatar onto see all notifications

    3
    0 Votes
    3 Posts
    1k Views
    A

    It's good for seeing all past notifications, but it could be extended in the future to include "notable topics" maybe stickies or "promoted topics", things like that. I'm not sure how many the drop down shows at any one time, so if you're mr popular, you might miss a few because it only shows the last 10 for example.

    😄

  • SVG support for category pictures (and more?)

    2
    0 Votes
    2 Posts
    1k Views
    frissdiegurkeF

    Hello @igbuend, welcome on board 🙂

    +1 for SVG support.

    For now if you want to get SVGs working, add 'image/svg+xml' into the array within src/controllers/admin/uploads.js:48 😉

    EDIT: created pull-request...

  • Spritz Support

    3
    0 Votes
    3 Posts
    1k Views
    S

    @psychobunny RPi with display.

  • Locking Usernames

    10
    0 Votes
    10 Posts
    3k Views
    P

    @sphinx we'd love these in core, let me know if you run into any problems and I can point you in the right direction 🙂

  • IP view/ban

    14
    1 Votes
    14 Posts
    6k Views
    Y

    @planner like I said, there are specific reasons the client wants the IP to be associated with each post. I can see either argument, but I can't agree it doesn't make sense. I do think it's valuable to have as much information tied to the post level as possible for forensic reasons.

  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    1 Views
  • Admin Email Broadcast

    2
    1 Votes
    2 Posts
    2k Views
    S

    @tedr56 If you use one of the mail plugins such as mailgun you should be able to send everyone an email using the csv file generated by nodebb. This is done through a third party application as there is no way of emailing from NodeBB yet.

    This could be a plugin, if you want to make it 😛