Is this possible with just a CSS change, or is it more than that. Because the description is disappearing when making a category into a sub-category, I'm thinking it's more than just CSS.
Howto get reputation of a user through API ?
-
Hi,
I would like to get reputation of a user by its id or pseudo through NodeBB API : could you tell me if it is possible and how ?
Thanks in advance.
Kind regards
-
Sure, it's at
/api/user/uid/1
or/api/user/userslug
You can get the data from any page by adding
/api
to the url, and there's a few extras here. -
Thanks Yariplus for your quick answer !