I don't know for sure what is going on but i have already tried 3 diferent themes and they all behave in a strange way.
So im in the homepage of the forum if i choose a category the topics display like this:
But if i reload the website the page is displayed properly like this:
If i go backward or forward the page doesnt disply properly, but if i reload the page it shows good.
This happens in every theme except the persona theme.
K
kimikelku
@kimikelku
Posts
-
Strange behavior -
New installation help and tipsHello everyone, i have been browsing around this site and i would really like to use it, but i have never used node.js.
I'm going to host the site over digitalocean using this tutorial http://burnaftercompiling.com/nodebb/setting-up-a-nodebb-forum-for-dummies/
Is there any other thing that i should have in mind before i continue? -
[nodebb-plugin-soundcloud] SoundCloud embed pluginIts working with no problems.
-
Install Nodebb and Ghost BlogInside this folder
/etc/nginx/conf.d/
Create a new file for the forum, like forum.conf
Now inside the new file paste this:server { listen 80; server_name bundlesbug.com/forum; location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $http_host; proxy_pass http://127.0.0.1:4567; } }
Don't forget to check the port for nodebb, in this example i used the default one.