You can just hard code to english but users using different languages will not be able to see them in their correct language. The correct values are here if you want to fix them https://github.com/NodeBB/NodeBB/blob/master/install/data/navigation.json#L26
Header image for a fresh install
-
I would like to get a header image for each page working but I can not seem to get the image path correct. I have tried using the widget html code to achieve this. Not sure if that is the best route or not. Here is the location I am trying to get the image.
-
<img src="http://localhost:4567/midnight/images/forest.jpg" >
and about 20 other combinations