Skip to content

NodeBB Development

Stay tuned here to hear more about new releases and features of NodeBB!

2.7k Topics 17.3k Posts

Subcategories


  • Posts from the NodeBB Development Blog
    96 Topics
    778 Posts
    julianJ

    Occasionally, we will get asked whether there are any differences between our hosted service and the open source project.

    It is as though we are holding back some great features and only allowing our paying customers access them! Conversely, it could be assumed that because we are hosting the software for others, that we would somehow out of self-interest or for economic reasons, deliver an inferior version with limitations.

    I'd like to say upfront that this is not the case for NodeBB.

    When you use our hosted service, you receive the same great NodeBB software that you can get for free off of our GitHub repository.

    What we're selling is support, maintenance, upgrades, and peace of mind delivered by our world-class† support team.

    You definitely can host NodeBB on your own! We've strived for years to deliver a piece of software that runs lean and fast on minimal hardware, great docs (some contributed by other admins!) that help you get up to speed quickly, and a fantastic community that will help you if you get stuck.

    The reason I take this principled stand is simple — I think it's unfair when artificial limitations are placed on software just for the purpose of getting customers to pay more.

    We've seen all this time and time again:

    You can't install any plugin you want, just a select few from a small list You can only have X units (tickets, posts, etc) of whatever you're using You can only have X admins/owners You can't see any messages older than X days

    These limitations are all artificial, and serve to restrict the use of something to the bare minimum. Anything extra is — of course — available for the right price.

    We don't do that. We tell everybody that NodeBB is powerful enough to run huge communities, and we stand by it. We tell everybody that NodeBB is flexible enough to look and function however you want, and we stand by it.

    These are the real limitations we impose on our hosting service:

    Hard drive space for uploads are imposed by our upstream provider and are set, though we are happy to add additional drive volumes for a fee) We have soft "pageview" limits that any user on our hosting can exceed (in fact, many do). We set them purely as a benchmark for the point at which your NodeBB may slow down depending on the type of load that you get, and encourage dialogue to make sure that you're on the right plan (server resources, etc.) We do not allow shell access for security reasons (and if you needed it, you probably could self-host)

    So please do rest assured when I and others tell you that what you see is what you get. No more, no less. I'd rather everybody get to use the best of NodeBB, instead of serving a special feature-reduced version for others.

    † I'm going to go out on limb here and say that we're probably the most qualified people to maintain NodeBB. Feel free to disagree 😉

  • Found a bug? Why not make a bug report here?
    1k Topics
    7k Posts
    serhatS

    11dad6df-40c2-48ce-8aa2-cf26919c7ab3-image.png

    I successfully installed NodeBB using docker-compose.

    Everything seems to be working as expected, but when the nodebb container starts up, NodeBB starts running. However, when I connect to bash and check its status using the CLI, it shows that NodeBB is not running, even though it actually is.

    When I try to stop it, I can't. And when I try to start it using the CLI, even though I initially installed it with MongoDB, it gives an error related to postgres.

    Note:
    Initially I've installed NodeBB with Postgres, then I removed the container and installed with Mongo.

    1c23091b-3ef0-46ac-96b5-6145ef19e65c-image.png

  • Focused discussion related to ActivityPub integration in NodeBB

    54 Topics
    652 Posts
    julianJ

    @[email protected] right. I think functionally I'll never encounter a Delete, check the origin, and find that the note hasn't actually been deleted, but stranger things have happened!

  • Help Translate NodeBB
  • NodeJS 4.0 released

    17
    0 Votes
    17 Posts
    8k Views
    BriB

    Just a cautionary note, don't try 4.x in prod yet...
    https://github.com/nodejs/node/issues/3370

  • Proper way to purge chats

    Solved
    2
    0 Votes
    2 Posts
    2k Views
    N

    I will answer myself on question. 😉

    You need to remove these documents (_key pattern) from objects collection:

    message:8 messages:uid:8:to:16 uid:1:chats

    * where numbers are identifiers

    Or if you don't want to do it manually, you could wait for future NodeBB Utils plugin:

    Screen Shot 2015-10-14 at 11.55.39 PM.png

  • Internationalization: admin backend

    3
    0 Votes
    3 Posts
    1k Views
    S

    @a_5mith Sweet, I kind of had that aching feeling, so I'll spare the extra work for now and wait for the release. I'll keep an eye out for the transfix update as well, is it supposed to collide (transifex update) with the release? I'd think the first might come a bit before the second, if only for giving translators the time to write something up before the release (unless you guys cook up the baseline translations yourself internally first). Oh well, anyway, thanks for the update !

  • W3C validation

    3
    1 Votes
    3 Posts
    2k Views
    H

    @psychobunny

    data-component is a fix for ~20 of the errors and there's a few more "single" fixes that address > 1 error so validating won't be as hard as it looks.

    But I was trying to rally some more eyes to look through the errors because there's some I'm stumped on how to fix best.

  • link to last page

    8
    0 Votes
    8 Posts
    2k Views
    E

    @psychobunny said:

    Yeah just use {pages.qs} instead

    But my approach needs the link outside of "begin pages" bucle. Actually the button code should be on topic.tpl or category.tpl after the pagination tpl call.

  • Setting User Language from WriteAPI

    4
    0 Votes
    4 Posts
    2k Views
    snodejokeS

    Thanks for the response @julian. I guess I'll have to put it on my todo list!

  • Loading full pagination numbers

    6
    0 Votes
    6 Posts
    2k Views
    E

    Any hint on this? @baris @julian

  • 5 Votes
    15 Posts
    6k Views
    W

    Thanks for the fast answers.

    I will revoke the post and reply attribute from the registered-users group and create a new group with post and reply permission, where I add users based on some rules.

    Problem is solved 🙂

  • Promises (Q) vs Callbacks (async)

    3
    0 Votes
    3 Posts
    2k Views
    NivixN

    Very good points about Bluebird. Its performance numbers are surprising, and the utility it brings with Promise.promisifyAll makes it so easy to convert callback code to promises.

  • This topic is deleted!

    6
    1 Votes
    6 Posts
    191 Views
  • 0 Votes
    11 Posts
    3k Views
    J

    @HolyPhoenix Thanks for catching that typo (I edited my comment, just now). I had correctly tried @psychobunny 's approach without luck but then typed it incorrectly.

    I found this post from @baris (https://community.nodebb.org/topic/5942/ajaxify-variables-get-deprecated) that says the .get('name') approach has been deprecated and that this style is current:

    ajaxify.data.tickettypes
  • Iframe autosize for Mobile/PC browser

    7
    1 Votes
    7 Posts
    3k Views
    LLLRHL

    @a_5mith if you go to Shanghai , I am happy to buy you some delicious food and coffee !

  • 0 Votes
    6 Posts
    2k Views
    bqshayingB

    @baris Good news. Thank you.

  • Transifex

    Moved
    8
    4 Votes
    8 Posts
    7k Views
    julianJ

    Thanks @SergioNG 😄

    The translated strings are pulled down regularly, so if you'd like them pulled sooner, just send me a chat message. Thanks!

  • 1 Votes
    14 Posts
    5k Views
    truetunaT

    Hey @baris, I made a PR yesterday.

  • 6 Votes
    3 Posts
    3k Views
    P

    Maybe you should add a vagrant section to the docs 😉 A lot of people use vagrant, potentially they just don't know this solution exists yet

  • Customisable email templates

    4
    9 Votes
    4 Posts
    2k Views
    Danny McWilliamsD

    Very nice 😎

  • 4 Votes
    4 Posts
    3k Views
    N

    How do I mark this thread to solved?

  • how can I list topics in a category?

    11
    1 Votes
    11 Posts
    4k Views
    agarcia17A

    @baris ohh i see! thanks a bunch!

  • filter:user.settings renamed

    1
    1 Votes
    1 Posts
    983 Views
    barisB

    If you are using filter:user.settings it will be renamed to filter:user.customSettings in 0.8.3.

    Link Preview Image filter:user.settings and filter:user.getSettings are duplicates · Issue #3606 · NodeBB/NodeBB

    .... sort of. .settings is fired only in the /user/settings controller, while .getSettings is fired whenever user settings are called site-wide. However, both hooks alter user settings, and .settings additionally adds a new property call...

    favicon

    GitHub (github.com)

    Link Preview Image closes #3606 · NodeBB/NodeBB@d96073d

    Node.js based forum software built for the modern web - closes #3606 · NodeBB/NodeBB@d96073d

    favicon

    GitHub (github.com)