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.
Best posts made by kimikelku
-
Strange behavior
-
New installation help and tips
Hello 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? -
RE: [nodebb-plugin-soundcloud] SoundCloud embed plugin
Its working with no problems.
-
RE: Install Nodebb and Ghost Blog
Inside 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.
Latest posts made by kimikelku
-
RE: Install Nodebb and Ghost Blog
Inside 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.
-
RE: Windows Server 2012R2 IIS Configuration
Im not sure if it does that, but i think that this rule is called application request routing, and works the same way as a reverse proxy for what i can tell.
-
RE: Windows Server 2012R2 IIS Configuration
In the IIS manager, there is a option called URL rewrite, there you can add a new rule.
The inbound should be the ip with the port (default 4567) and the outbound the TLD or a subdomain. -
Strange behavior
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. -
RE: [nodebb-plugin-soundcloud] SoundCloud embed plugin
Its working with no problems.
-
RE: [nodebb-plugin-soundcloud] SoundCloud embed plugin
Is anyone having this problem? I can't make this plugin work on my forum, i get this:
error: [meta/css] Could not minify LESS/CSS: './nodebb-plugin-soundcloud/style.css' wasn't found
-
RE: Nodebb constantly restarting!
Ok i did ./nodebb reset plugins and its working, i guess its a problem with a plugin.
On the log above it says this:Could not minify LESS/CSS: './nodebb-plugin-youtube/style.css' wasn't found warn: [plugins/nodebb-plugin-mentions] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-plugin-mentions". ``` Can the youtube or mentions plugin be the problem? EDIT: im starting the plugins one by one and when i get to the youtube plugin i cant start back nodebb, how do i disable just the youtube plugin? With the dev command it shows the same error as above for youtube, so should i unistall it from the acp and install it back again? 2EDIT: Manage to disable it, unistall it and install it back again and it works, but the size of the video is really small how do i increase it? 3EDIT: I guess it was a problem with the cache in my browser, thanks for the help @a_5mith .
-
RE: Nodebb constantly restarting!
I get this:
Launching NodeBB in "development" mode. To run the production build of NodeBB, please use "forever". More Information: https://github.com/NodeBB/NodeBB/wiki/How-to-run-NodeBB info: NodeBB v0.4.3 Copyright (C) 2013-2014 DesignCreatePlay Inc. info: This program comes with ABSOLUTELY NO WARRANTY. info: This is free software, and you are welcome to redistribute it under certain conditions. info: info: Time: Tue Jun 03 2014 16:04:38 GMT-0400 (EDT) info: Initializing NodeBB v0.4.3 info: * using configuration stored in: /home/nodebbadmin/mynodebb/config.json info: * using redis store at 127.0.0.1:6379 info: * using themes stored in: /home/nodebbadmin/mynodebb/node_modules info: Base Configuration OK. info: [notifications.init] Registering jobs. info: [user.startJobs] Registering User Jobs info: [plugins] Initializing plugins system info: [themes] Using theme nodebb-theme-lavender info: Middlewares loaded. info: [plugins] Found 1 CSS file(s) for plugin nodebb-widget-essentials info: [plugins] Found 1 LESS file(s) for plugin nodebb-plugin-markdown info: [plugins] Found 1 js file(s) for plugin nodebb-plugin-google-adsense warn: [plugins/nodebb-plugin-youtube] staticDir is deprecated, use staticDirs instead info: [plugins] Found 1 CSS file(s) for plugin nodebb-plugin-youtube warn: [plugins/nodebb-plugin-desktop-notifications] staticDir is deprecated, use staticDirs instead warn: [plugins/nodebb-plugin-mentions] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. warn: [plugins/nodebb-plugin-mentions] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-plugin-mentions". info: [plugins] Found 1 LESS file(s) for plugin nodebb-plugin-mentions info: [plugins] Found 2 js file(s) for plugin nodebb-plugin-mentions info: [plugins] Found 3 js file(s) for plugin nodebb-theme-lavender info: [plugins] Loaded plugin: nodebb-widget-essentials info: [plugins] Loaded plugin: nodebb-plugin-markdown info: [plugins] Loaded plugin: nodebb-plugin-google-adsense info: [plugins] Loaded plugin: nodebb-plugin-youtube info: [plugins] Loaded plugin: nodebb-plugin-emailer-mandrill info: [plugins] Loaded plugin: nodebb-plugin-desktop-notifications info: [plugins] Loaded plugin: nodebb-plugin-mentions info: [plugins] Loaded plugin: nodebb-theme-lavender info: [plugins] Sorting hooks to fire in priority sequence info: [plugins] Plugins OK info: [meta/css] Minifying LESS/CSS info: [sounds] Sounds OK warn: [plugins/nodebb-plugin-desktop-notifications] "callbacked" deprecated as of 0.4x. Use asynchronous method instead for hook: filter:scripts.get info: [themes] Compiling templates info: [themes] Successfully compiled templates. info: NodeBB attempting to listen on: 0.0.0.0:4567 info: NodeBB is now listening on: 0.0.0.0:4567 error: [meta/css] Could not minify LESS/CSS: './nodebb-plugin-youtube/style.css' wasn't found