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
  • Template variables

    1
    0 Votes
    1 Posts
    1k Views
    S
    src/routes/api.js is where you want to look at. res.json({}) is where you inject variables.
  • v0.3.0 Final Round of Testing

    18
    0 Votes
    18 Posts
    4k Views
    julianJ
    Just hold off for another day. We're wrapping up some last minute changes As always, before you update, make sure you have a recent backup!!
  • Import data from IPBoard

    4
    0 Votes
    4 Posts
    3k Views
    B
    @julian thanks, @kamov emailed me, I'll update back here if I end up writing the IPBoard exporter.
  • Live search

    7
    0 Votes
    7 Posts
    3k Views
    S
    right, you need to force users to search for topic first - startpage like google Maybe my search plugin will end at the cover page
  • Closing Terminal window terminates SSH

    14
    0 Votes
    14 Posts
    5k Views
    julianJ
    Neat, I didn't know this -- thanks @Scuzz! I'll have to give screen another try, it seems.
  • [15/01/2014] Upstream Maintenance (16th to 17th)

    Moved
    1
    0 Votes
    1 Posts
    1k Views
    julianJ
    From our upstream hosting provider: START: 2014-01-16 20:00 PST (UTC-8 ) END: 2014-01-17 04:00 PST (UTC-8 ) We will update and expand our network infrastructure to provide additional capacity and expansion of the SFO1 datacenter. Expected Impact: There will be several minutes of packet loss and high latency as we upgrade our peering and core routers. We will take our peering links out of service one at a time and then transition the rest of the network over to the new hardware. Resolution: Due to the popularity of this datacenter, it has grown to the size that our networking infrastructure cannot support more droplets or future features including IPv6. This upgrade will bring the datacenter into our high capacity design and enable it for IPv6. This preventative maintenance should not affect NodeBBs hosted on sf-1.
  • Setting up MongoDB

    3
    0 Votes
    3 Posts
    2k Views
    barisB
    Once you have Mongo running, are you supposed to set up a schema somehow or is that done for you? @aaron you don't have to create a schema, collections are created as they are referenced in mongo. Also you need to enable text search in mongodb config file. Not sure about that last error. winston.err is defined in app.js
  • Gotchas for 0.3.0

    31
    0 Votes
    31 Posts
    12k Views
    julianJ
    @planner said: Does that mean that all those 16 outstanding issues on GitHub will be fixed in the week or two? Not necessarily -- some of the lower priority bugs may be bumped to the next patch version. We try to get as much in as possible without sacrificing build quality
  • How to make my site my own?

    3
    0 Votes
    3 Posts
    2k Views
    S
    You can put html stuff in the MOTD as well if that helps.
  • bCrypt problem

    2
    0 Votes
    2 Posts
    2k Views
    julianJ
    You may have to change the module library as outlined here: https://github.com/markau/bcrypt-nodejs/commit/b848a268d33ea08176c01332f3419bba20f9e851
  • npm down!

    1
    0 Votes
    1 Posts
    849 Views
    julianJ
    With npm down, I guess there's nothing to do except talk on the community forum http://stats.pingdom.com/d50hxzpzk7x4/650599
  • [14/01/2014] Outage in sf-1 server

    Moved
    3
    1 Votes
    3 Posts
    2k Views
    julianJ
    No worries @StuartH -- glad to have your business, even if it's as rocky as it is!
  • NodeBB ora parla Italiano!

    2
    0 Votes
    2 Posts
    1k Views
    julianJ
    Haha, well, you're right! I hadn't started my practice of making threads when you submitted your translations... Don't worry, you've been immortalized as a contributor
  • Getting the ID of the account that I am using.

    4
    0 Votes
    4 Posts
    2k Views
    S
    @julian Thanks for the reply. I added that to the template too but it was only returning {yourid} as a value but i'm guessing that is because yourid to /src/routes/admin.js I will try when i am able to use my local copy.
  • NodeBB nyní mluví česky!

    1
    0 Votes
    1 Posts
    2k Views
    julianJ
    Thanks to lumir-mrkva, we now have Czech translations! (As of this commit) (clap)
  • Plugin for post parsing

    5
    0 Votes
    5 Posts
    2k Views
    BriB
    @psychobunny Yes, the sooner the better...
  • More complex theming possibilities?

    7
    0 Votes
    7 Posts
    2k Views
    P
    I hit a ton of brick walls in the metrolike theme, but even then still managed to get quite a lot of it done. Since that day we've been trying to remove BS-specific selectors and logic and especially server side code that sends BS classes to the client (that was just dumb overall)... now it feels like its totally doable but is a hell of a lot of work since you're basically starting from scratch
  • NodeBB v0.2.0 released

    Moved
    27
    2 Votes
    27 Posts
    13k Views
    julianJ
    @Robin-aus-trudering The readme file contains the information you need to set NodeBB up on a VPS For a less technical version, check this guide out
  • What ever happened to the mobile topic user view?

    3
    0 Votes
    3 Posts
    1k Views
    T
    Ah okay, cool. edit: rofl @ topic content Haha >.<
  • NodeBB crashed after uploading profile picture with PNG conversion

    5
    0 Votes
    5 Posts
    2k Views
    T
    Its any GIF, so it might be Imagemagick but... I'm not quite sure. Let me update the application to the latest commit to see what it does now.