I would like to think NodeBB as just any other forum system. Where you have database , files and an environment. Given that in place, it should work 🙂
Favicon image crashed NodeBB
-
Hey,
This is not high priority, I know the admins/mods do a lot already<3
anyway, my problem; When I go to change a favicon file (.ico) It just crashes NodeBB and it doesn't stop. I have to manually delete it than revert back to the original picture. (16x16 is what i am using for size.)
Would appreciate any help from anyone<3
David -
@davidr Can you attach the favicon here so we can test locally?
-
My friend managed to do a bottched job with adding this code into the "Custom Javascript" section:
$("link[rel='icon']").attr("href", "/assets/uploads/system/favicon.ico?v=1515805137459");
Anyway here's the picture:
I had to use PNG as ICO isn't supported