Skip to content

NodeBB Development

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

3.5k Topics 22.2k 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 😉

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

    806 Topics
    5k Posts
    sameer aroraS

    A New User Warning Points system would be great if added. This way mods can assign warning points which will be visible by everyone so that they get to know there own warning points or others warning points. This way a proper warning track and visibility to users may be offered.

  • 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

    45 Topics
    529 Posts
    box464@mastodon.socialB

    @pfefferle @simonwood @julian @nodebb Curious how you set the “priority on image/video” in ActivityPub? I didn’t know that was possible!

  • Help Translate NodeBB
  • CI/CD dev enviroment

    4
    1 Votes
    4 Posts
    2k Views
    D

    @frissdiegurke this is the key that I needed to build the repo. I will research (slowly I'm very busy at work)

  • No "Reset Password" Button...

    4
    0 Votes
    4 Posts
    2k Views
    barisB

    Use one of the nodebb-plugin-emailer-*** plugins like http://community.nodebb.org/topic/441/nodebb-plugin-emailer-mailgun-mailgun-integration

  • NodeBB hosting service coming soon

    Moved
    3
    6 Votes
    3 Posts
    3k Views
    P

    @jeffdonthemic sounds exciting. Send us an email at [email protected] and let's see if we can figure out something that works best for you.

  • User selectable pagination

    9
    3 Votes
    9 Posts
    3k Views
    julianJ

    Yeah, gets very confusing once you factor in page #s and such. I'd prefer the "posts per page" and "topics per page" options remain admin-only, while allowing users to toggle between pagination and infinite scrolling.

    A "hybrid" pagination+infinite scrolling would be nice as well, so you can get the best of both worlds.

  • upgrade nodebb 0.3.0 to 0.3.1

    5
    0 Votes
    5 Posts
    2k Views
    toolitoT

    I upgraded to 0.3.1, and i have these errors :

    Home • Droplr

    Easy cloud file sharing for Mac, Windows, and iOS.

    favicon

    (d.pr)

    How can i fix that ?

    Edt : It works when i start nodebb in dev mode...

  • Admin-Page scripts

    2
    0 Votes
    2 Posts
    1k Views
    julianJ

    The hook filter:scripts.get works for the regular header, I'm sure a filter:admin.scripts.get would be in order... 😄

  • Production Mode?

    2
    0 Votes
    2 Posts
    1k Views
    julianJ

    Running NodeBB in anything other than development mode (./nodebb dev or running NodeBB with NODE_ENV set to development) will cause CSS and JS to not be minified. Otherwise, it will be.

    Haven't really given much thought to HTML minification, to be honest.

  • 0 Votes
    3 Posts
    1k Views
    G

    Ok, cool just wanted to make sure I was getting the adminstrator as I should.

    Speaking of that, the widget on the dashboard seems to count offline users as well as online user even if the current user isn't an admin.

  • Looking to run your NodeBB on Heroku?

    Moved
    6
    0 Votes
    6 Posts
    4k Views
    J

    @julian @MatthewHawley Not sure if you got this working or not but you need to specify the application you are adding the addon to:

    heroku addons:add redistogo:nano -a myapp

    You can also login into the heroku control panel, choose the "Resources" section of your app, click the "Get Add-ons" link and add it there. Terminal is much easier though.

    HTH
    Jeff

  • How do I show moderators on the sidebar?

    3
    0 Votes
    3 Posts
    1k Views
    T

    Ah ok. :] Sounds good.

  • How to get username on a static page?

    3
    0 Votes
    3 Posts
    1k Views
    B

    I had a slight typo. I had req.user.id 😕

  • Squashing a bug

    10
    0 Votes
    10 Posts
    3k Views
    aaronA

    I re-downloaded Redis from scratch and it worked.

  • NodeBB v0.3.1 Released

    Moved
    8
    1 Votes
    8 Posts
    4k Views
    L

    @julian said:

    Muito Obrigado!

    ahhahahahah 🙂 de nada!

  • User Statii

    7
    0 Votes
    7 Posts
    2k Views
    phreakerP

    @Chris
    not (yet)
    Great feature ^^

  • NodeBB v0.3.0 Released

    Moved
    45
    5 Votes
    45 Posts
    19k Views
    julianJ

    ... then find out again what the problem is.

    @Pablo-Macaluso What is the error when you start NodeBB with ./nodebb dev?

    Perhaps the merge did not work. You have to give me more information.

  • Next release?

    7
    0 Votes
    7 Posts
    2k Views
    F

    @julian

    Well, you can always bounce ideas off us. You probably know it already, but if you don't, here's a screen shot of the email options on Discourse.

    NodeBBemail.jpg

  • Nodejs clear cache

    6
    0 Votes
    6 Posts
    10k Views
    julianJ

    @drubio Because it's the browser cache, there's nothing we can really do except ensure that we are sending cache headers that instruct the browser not to cache. In some cases (e.g. category images), we don't send those header, so it's up to the browser default.

  • Get username from uid

    3
    0 Votes
    3 Posts
    2k Views
    C

    @julian how did I miss that! Cheers buddy

  • Custom theme project

    3
    0 Votes
    3 Posts
    1k Views
    F

    @psychobunny

    It gets messy when you try to hack it this way. I was attempting to remove the sidebar code from home.tpl, then copy it to <div class="col-xs-3">//sidebar content</div> infooter.tpl, but it does not work very well. The best approach would be to require a sidebar.tpl.

  • Themecss question re file replacing itself

    20
    0 Votes
    20 Posts
    6k Views
    L

    Hi,.. thanks for tips..

    turns out that nodebb is not loading my theme.. its a lavander fork (copy the whole directory -R ) BUT with a different id on theme.json

    i thought it was not loading my changes.. but if i load another theme like.. Cosmo.. and then load my theme... nodebb still show Cosmo template... : /

    theme.json { "id": "nodebb-theme-fork", "name": "Lavender Theme fork", "description": "A simple theme for NodeBB. Check out the theming guide that accompanies this work at http://burnaftercompiling.com", "url": "https://www.github.com/psychobunny/nodebb-theme-lavender", "screenshot": null, "templates": "templates", "staticDir": "static" }