Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello, I was wondering how I can get user data from the UID of the user, I'm looking for groups they are in, and rep points.
https://github.com/NodeBB/NodeBB/blob/master/src/user.js#L90
var user = module.parent.require('./user'); user.getUsers([2], 1, function(err, users) { console.log(users); });
Just saw this section on the git! Thank you so much for showing me an example ^_^