@Yehonatan-Albert thanks for reporting, this is now fixed.
Avatar upload
-
Avatar upload not working
here are two pictures with describing text, we are several persons having the same problem.
I cant find anything in the logs folder under nodebb with errors, or anything under /var/log/.
-
Possibly resolved on latest NodeBB code... are you on v0.5.5? It might still be exhibited there.
-
You are running NodeBB v0.6.0-dev
I am running with a MongoDB backend and followed the instructions on how to install nodebb with MongoDB from your readme page. I therefore cloned your github repository directly, so I'm on dev.
-
I think this is a problem with the bootswatch skins, can you change to lavender and see if it happens? There was another topic about this will try to find it.
-
-
The z-index was the problem. Thanks for the help!
I went into the appearance menu under settings and added this custom css class and it worked.
.modal-backdrop { z-index: 1039; }
-
Yeah we should probably add that into vanilla theme. Not sure why it happens on the bootswatch skins
-
@Sander-Struijk This is resolved for v0.6.1
gh#2496