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
    780 Posts
    kainosK
    Very good Vlad. I am Vladislav.
  • 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

    108 Topics
    2k Posts
    julianJ
    @[email protected] happy to publish on fedi but it doesn't necessarily have to take place within the confines of ForumWG, the group just has an interest in the outcome @[email protected]
  • Help Translate NodeBB
  • Database Structure

    6
    3 Votes
    6 Posts
    3k Views
    barisB
    I updated the page in the OP, and because the page name is the same github brought back the history as well @julian :rage3:
  • ajaxify.variables.get deprecated

    15
    1 Votes
    15 Posts
    7k Views
    barisB
    I will tag breaking changes so that should help as well. https://community.nodebb.org/tags/breaking
  • Visual Studio Code and NodeBB

    1
    1 Votes
    1 Posts
    2k Views
    barisB
    I was trying to get visual studio code working with nodebb today. Debugging works out of the box, but I couldn't manage to get go to definition to work. Is anyone using code and manage to figure it out? This is with code 0.9.1. https://code.visualstudio.com/docs/languages/javascript
  • 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: [image: YLvNHCM.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
  • Updated privilege controls for v0.7.0

    15
    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
  • How do I insert associative arrays in plugin templates?

    11
    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 !
  • On mobile. Cant's upload new picture as avatar.

    6
    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
    6k Views
    truetunaT
    Hey @baris, I made a PR yesterday.
  • [NodeBB-Vagrant] Run NodeBB on a pre-designed Vagrant!

    3
    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