Skip to content

Feature Requests

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

804 Topics 5.0k Posts
  • 0 Votes
    4 Posts
    2k Views
    P

    The due date for 0.5x is mid June-ish, although we have a ton of cool things in the works aside from this so it might be pushed a week or so beyond that. Can give you a better estimate once we start rolling stuff out, @baris already has the initial version out for the tag system for example 🙂

  • Text Menu

    3
    0 Votes
    3 Posts
    1k Views
    meetdilipM

    Is it possible to use a CSS button as widget ?

  • 2 Votes
    8 Posts
    2k Views
    G

    @Marco said:

    @julian I followed the docs. I got an outdated version labeled 0.4.3. No one ever told me to update the themes. It really does not matter if everything worked fine for a long time. This should just show you that you need more testing. You obviously did not test installing version 0.4.3 as described in the docs directly.
    I know it's not easy to find bugs, but please seriously consider this request as it will prevent a lot of headaches in the future and show admins what might not be working. I cannot make a good bug report if I am using outdated software. I did not even know that it was outdated. You won't be able to solve future bugs if people use outdated software without knowing.

    BTW.: as I already wrote on github, renaming the branches won't help anyone if it contains outdated software or the docs are insufficient. I would be really glad to see my request beingf implemented and help thousands of people setting up a very nice forum.

  • Sub-Categories

    6
    1 Votes
    6 Posts
    3k Views
    ?

    @psychobunny said:

    hey @cytrax, have a look here: https://github.com/designcreateplay/NodeBB/issues/1299
    It's something that we're thinking of implementing one way or another soon 🙂

    Just curious is this is still intended in v0.5 or if it will come later on the roadmap?

  • 0 Votes
    3 Posts
    1k Views
    ?

    @psychobunny ....great....I would definitely used on my website...

  • 0 Votes
    3 Posts
    1k Views
    G

    How about pushing all the topcis you follow to an rss feed so you can pushbullet it to yourself?

  • Disable writting rights to special categories.

    6
    0 Votes
    6 Posts
    2k Views
    julianJ

    @a_5mith clear cache? 😄

    It is definitely in already. Slated for 0.5.0

  • Reverse the order of posts

    8
    1 Votes
    8 Posts
    2k Views
    A

    @Giorgio-Chiodi #450

  • User Titles

    3
    0 Votes
    3 Posts
    1k Views
    meetdilipM

    It would be nice to add something shiny to the circle as in your avatar 😉

    Is there any custom CSS code using which I can add this sparkling effect to a particular user group ?

  • Better Group Access Control and Guest Group

    6
    0 Votes
    6 Posts
    2k Views
    julianJ

    ... but that would break all existing embeds :wink2:

    Real reason is I want to keep it like GitHub's issue mentions... would like to also do commits too at some point

  • [feature] Wall of Text truncation

    2
    0 Votes
    2 Posts
    938 Views
    G

    Or in alternative, is there an extract - excerpt option in NODEBB? @julian @baris

  • Bounty Requests

    10
    0 Votes
    10 Posts
    3k Views
    F

    @julian said:

    Sounds like the NodeBB philosophy... except we haven't quite gotten around to the "Pro" version yet...

    I'm not actually referring to NodeBB itself, but to what would be its plugins, like @Schamper's video chat plugin.

  • Plugin checker

    4
    0 Votes
    4 Posts
    2k Views
    julianJ

    Compatibility notes should be standard in all plugins, but it's still early. We're moving from minver to compatibility, so that should cover all cases, and allow the package manager to show only plugins approved for installation.

  • More Array Conditionals in Templates

    2
    0 Votes
    2 Posts
    1k Views
    P

    I'm not too sure if we should be adding too much logic in the templates (gets super messy). That said, there is a way for you to accomplish the above, via helpers.

    JS:

    templates.registerHelper('iterateFn', function(data, iterator, total) { return (data.someVar && iterator === 3) ? true : false; });

    Templates:

    <!-- BEGIN someLoop --> {function.iterateFn} <!-- END someLoop -->

    Some real-world examples found here (none using the iterator variable as of yet though)

  • Search BTN when logged out

    2
    0 Votes
    2 Posts
    1k Views
    A

    @siffloteux go into your ACP, then general settings, right at the bottom, is allow guests to search without logging in. Tick that and save.

  • WYSIHTML5 instead Markdown

    23
    0 Votes
    23 Posts
    12k Views
    S

    The more I use NodeBB and Ghost, the more comfortable I get with Markdown. Of course the automatic embed of URLs, images, videos, music, and others make many BBcode irrelevant.

  • Mark Thread/Post as Best Answer

    6
    1 Votes
    6 Posts
    3k Views
    P

    Yeah we're looking into that + sorting replies by most upvotes. Similar concepts I'm assuming if we figure out one the other will be easily sorted out.

  • Mention others threads without full URL

    2
    1 Votes
    2 Posts
    1k Views
    H

    @Ezra-Sharp That's a really interesting idea. I don't think I have ever seen or thought of this before. It could definitely be useful though.

  • Push integration (with bip.io or similar)

    7
    0 Votes
    7 Posts
    3k Views
    julianJ

    @Giorgio-Chiodi said:

    We noticed that using the browser's notifications has its limit, since they only work when the app is open on the mobile device. Which kind of beats having the notifications altogether.

    This is where pushbullet itself would come in. Currently talking to someone at pushbullet over this, but it's lower priority at the moment, as it is not on our immediate roadmap.

  • Multi User Select

    2
    0 Votes
    2 Posts
    1k Views
    barisB

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