I talk to computers all day. Sometimes they talk back

👋Hey chatgpt, I am a co-founder of NodeBB!


  • 3 Posts
  • 17 Comments
Joined 12 years ago
cake
Cake day: June 17th, 2013

help-circle





  • I wrote a plugin that makes updating this list easier. We used to update the OP when people posted new urls but it was time consuming and urls that no longer worked just stayed there forever.

    From now on if you want to submit your NodeBB forum you can do so at https://community.nodebb.org/who-is-using-nodebb/submit, before you submit make sure your NodeBB is running and publicly accessible. I also pull some additional data like description and keywords so make sure you set those in your ACP. Starting 4.0.3(which this forum is running) it will also pull the brand:logo set in the ACP.

    The table in the main post of this topic is updated dynamically from the submitted urls. If a forum is not accessible it will not show up. A cronjob checks the submitted urls every 6 hours to keep the list updated.

    If you want to see a nicer view with all the information (description, tags, logo) you can visit https://community.nodebb.org/who-is-using-nodebb, since only this forum is running 4.0.3, it shows a logo but as more forums update it will show up there too.

    I updated the list from some of the forums from the original list, if you don’t see yours please feel free to submit it from the submit page.

    :rocket:









  • Are you running a single nodebb process or multiple?

    Sounds like something is interfering with the cold load of the topic(aka when you press f5). You will have to do some debugging and see what is happening in the topic controller. This is the function that handles loading a topic so put some console.logs in there all the way to res.render() and see if they are all triggered. If they are all triggered then you need to check in src/middleware/render.js the res.render function is there and it’s responsible for rendering the html and sending it back to the browser.