Skip to content

Feature Requests

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

808 Topics 5.0k Posts
  • 1 Votes
    6 Posts
    2k Views
    julianJ

    Currently, restriction on email verification will stop a user from posting replies, but not reading.

  • 0 Votes
    3 Posts
    529 Views
    D

    @PitaJ Yeah, I know. I came across the resize mechanism in the code last night so, there is some dimension handling already but yeah, this ain't easy.

    However, what could be easy is a placeholder image, like a 50x50 generic image that's used for everything. Then you at least know something is there.

  • Moderator-Badges and Overview

    Solved
    4
    0 Votes
    4 Posts
    662 Views
    D

    I would love to move it. But I'm not sure if it is possible.

    Disabling it for global moderator should be possible. I'll have a look at it. There is still several things I'd want to do with this plugin. The name is actually really the target. I just really wanted the mod badges in for the maintenance window I had to upgrade to 1.10.2 ๐Ÿ™‚

  • Create restricted admin groups

    1
    0 Votes
    1 Posts
    289 Views
    T

    It would be great if you could create admin groups which can only read things in the admin panel, or are restricted to certain panels. And also maybe restrict them to a certain category. A more extensive rights system would be nice.

  • Nice looking permalinks

    Unsolved
    3
    1 Votes
    3 Posts
    445 Views
    T

    Yeah, I understand - and I really don't want to annoy you with this probably-often-discussed topic.

    But wouldn't it be possible to implement it like WordPress does? And you could implement code that could check for identical names of categories/threads and then just add a $CATEGORYNAME-1, then $CATEGORYNAME-2 and so on if the name already exists?

  • 0 Votes
    1 Posts
    677 Views
    T

    Hello, I'd appreciate it, if a plugin or (even better) a core feature of NodeBB would allow groups such as moderator to create subcategories.

  • 0 Votes
    5 Posts
    677 Views
    D

    Damn, that was quick! Thanks everybody.

  • Group Invite Notification?

    5
    1 Votes
    5 Posts
    1k Views
    barisB

    On user setiings page
    0_1541777954311_a968201a-8ec1-46b7-868c-72a0706faf03-image.png

  • Native app / Push notifications

    5
    1 Votes
    5 Posts
    2k Views
    R

    @faizanzahid That is a good question. I do not know, I have not upgraded my forum in quite a while. I am many revisions of NodeBB behind. ๐Ÿ˜ฎ

  • Choose which notification user can receive

    9
    0 Votes
    9 Posts
    1k Views
    julianJ

    Unfortunately I don't think something like this can be done without creating a new plugin to filter before email send...

  • Netgate forum email notification (message-id)

    3
    0 Votes
    3 Posts
    895 Views
    barisB

    @faust Please see https://github.com/NodeBB/NodeBB/issues/6882, maybe this is already working and netgate forum needs to be updated?

    Can you show a sample of the emails you get?

  • inheriting tag whitelist in subcategories

    2
    0 Votes
    2 Posts
    421 Views
    barisB

    Sounds like a bug https://github.com/NodeBB/NodeBB/issues/6884

  • Chats only with Admin

    7
    0 Votes
    7 Posts
    1k Views
    theportablegeekT

    @julian Thank you so much for reaching out! Fingers crossed that the price is somewhere close to what we can afford ๐Ÿคž

  • Quick reply for guests

    Solved
    4
    0 Votes
    4 Posts
    684 Views
    M

    @baris said in Quick reply for guests:

    Can you open an issue on https://github.com/NodeBB/NodeBB/issues, if guests have posting privileges they should see the quick reply box as well.

    Link Preview Image Quick reply for guests ยท Issue #6865 ยท NodeBB/NodeBB

    Is it possible to make an option in ACP so guests can use the quick reply function on NodeBB? If guests have posting privileges they should see the quick reply box as well.

    favicon

    GitHub (github.com)

    Update: Thanks for adding this ๐Ÿ™‚

  • nodebb > phpbb

    2
    0 Votes
    2 Posts
    485 Views
    S

    You'd need phpBB to use a matching password hash. Getting the users is simple, that's just a query.

  • tune Nodebb API Requests

    1
    0 Votes
    1 Posts
    439 Views
    S

    change api to QraphQl
    so

    gives clients the power to ask for exactly what they need and nothing more Get many resources in a single request maintainable server code Apps using GraphQL can be quick even on slow mobile network connections.

    Link Preview Image GraphQL | A query language for your API

    favicon

    (graphql.org)

  • 1 Votes
    8 Posts
    6k Views
    F

    @julian said in Is there any development plan for App( iOS & Android)?:

    ugh we're more in favour of a simple Webview shell loading the web

    Agree, webview thing is good as well, but nothing can beat native apps. But i am very happy that node bb is already truely responsive which serves the purpose of a native app at the moment, but if u guys get the dev, then considering apps will be good idea for node bb popularity

  • 0 Votes
    4 Posts
    804 Views
    Z

    @sharonyue thanks so ๐Ÿ‘๐Ÿฝ

  • Notifications navbar mobile

    5
    0 Votes
    5 Posts
    833 Views
    K

    Yes that's right next to the message button that is already present on mobile, is it possible to set it up by changing code for example?

  • 0 Votes
    3 Posts
    788 Views
    A

    Cool, I took a look at the data in api/recent and realized that there's no info about the content of the topic except the title... Is there any way I can get post content?