Skip to content

NodeBB Development

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

2.8k Topics 18.5k Posts

Subcategories


  • Posts from the NodeBB Development Blog
    96 Topics
    779 Posts
    G
    Very Nice!
  • Found a bug? Why not make a bug report here?
    1k Topics
    7k Posts
    barisB
    Because you ran the forum without indexes you have documents that violate the index constraints. You will have to remove these documents for the create index command to work.
  • Focused discussion related to ActivityPub integration in NodeBB

    107 Topics
    2k Posts
    P
    If I change my username after posting a post, the original username is still displayed on Activitypub?
  • Help Translate NodeBB
  • MOTD breaking change

    9
    3 Votes
    9 Posts
    3k Views
    S
    @baris That fixed it, thanks
  • i can not install nodebb

    11
    0 Votes
    11 Posts
    4k Views
    julianJ
    In that case, install GitHub for windows, Node.js (from website), Redis (from website), and that should be enough... I think...
  • how to build a development environment in windows 8.1?

    8
    1 Votes
    8 Posts
    3k Views
    sunqiS
    @Just1n 哦哦 多谢。。btw我已经安装了 ubuntu估计会麻烦少些哈哈
  • 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 : http://d.pr/i/vO1p 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.
  • How do we know if the current user is an adminstrator

    3
    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
    5
    0 Votes
    5 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
    2k 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
    5k 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
    22k 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. [image: Q4CuFKu.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.