I use nodebb for a small Minecraft Community.
aaaaand i f**ing love it

Best posts made by fredrik
-
RE: Who is using NodeBB?
Latest posts made by fredrik
-
RE: Latest NodeBB, cannot start process, logs tell nothing
same problem here, ./nodebb dev fails after
"error: [meta/css] Could not minify LESS/CSS: './nodebb-widget-essentials/css/widget.css' wasn't found"edit: solution for this problem upgrading-to-0-4-3-broke-my-forum#12060
-
[Solved] login not possible
Hi,
i have an issue with my nodebb setup.
I did a fresh archlinux installation on my raspberry pi.At first i copied an existing nodebb forum v0.4.2(about 300 posts) on my raspberry.
I am quite impressed by the performance on the 700mhz/512mb box.
But i cannot login, when i try to login the cpu load goes up to 100% for 3-4minutes, and nothing happens.
-> no login -> no error in nodebb logI thought the problem is the existing nodebb forum.
So i did a fresh nodebb setup. -> same problem, cpu load 100% for 3-4minutes,
but at least i get an error message, "pssword not correct".
but the password is correct, i tried it twice.In the logs i get one warning. "Couldn't find convert. Did you install imagemagick?"
But ImageMagick is installed.
"which convert" returns /usr/bin/convert- python 2.7.6
- nodejs 0.10.28
- node-gyp 0.13.0
- redis 2.8.9
- ImageMagick 6.8.9-1
-
RE: Set Default Avatar
i uploaded a image to imageshack, and added the link as you can see.
now its working. dont know whythe default avatars are now linked to -> http://i2.wp.com/imageshack.com/a/img836/1324/c7k1.png
edit:
problem solved. my nodebb is not running on default port. I think thats the problem. -
RE: Set Default Avatar
yes!
thanks for implementing it.
I asked for it about a month ago.edit:
but its not working.
it links the gravatar-default.png to http://i1.wp.com//uploads/gravatar-default.png -> not a valid link -
RE: Who is using NodeBB?
I use nodebb for a small Minecraft Community.
aaaaand i f**ing love it -
default avatar
hi guys,
at first i want to say great job! nodeBB is very nice!i have a question, how is it possible to give every new user the same avatar?
I have one png. every user should get this when they register.Thanks