A more quick solution:
Change
.container-fluid {
.container-fixed();
}
to
.container-fluid {
.container;
}
in nodebb-theme-vanilla/less/bootstrap/grid.less
A more quick solution:
Change
.container-fluid {
.container-fixed();
}
to
.container-fluid {
.container;
}
in nodebb-theme-vanilla/less/bootstrap/grid.less
@julian that only hides the button, but by default, the site displays at 100%. I don't want that.
Hi,
I want to disable the resizer function in the Lavender theme.
Thanks.
@a_5mith Yeah, but doesn't work for me.
Hi,
I found kinda annoying that composer is not able to add more than one break line in composer. Sometimes it's needed!
Looks like your plugin will reject any user with a non-gmail account. Maybe you should check with a list of valid email domains, i'm sure you can find one easily on google.
I switched over to grey clouds in my subdomain, same problem. @julian
EDIT: correction. It's working. I'll make some test before close this topic. Thanks!
Yes, in fact I'm using CloudFlare. Is that the problem?
Hey guys,
I'm having a struggle here with my nginx/nodebb server here. I have configured my nginx server to proxy all connections to my localhost at port xxxx. The site it's working fine, no issues with connections or persistence, but when i check the browser's console i see this:
So far i have not seen anything wrong beside this errors and of course, because of these, the check symbol (connection with server) is always popping on top bar.
I used nodebb's official docs to configure nginx's proxy. Even with the Socket IO support parameters.
I also have the latest version of nginx.
Fixed, i had to as suggested by several users to change my "base_url" or "url" (depends on your nodebb version). But i had to add the key "port" in the config.json as well.
"url": "http://myforum.com",
"port": "1234"
@a_5mith said:
@limker Change your nginx-proxy setup too?
What?
I meant, changing "base_url" to "mydomain.com" won't work.
Hi,
I have nginx running on top of nodebb. When the mandrill plugin sends the "verification email" it uses the localhost (127.0.0.1) insted of my domain.
I cannot change the "base_url" because it will break my nginx-proxy setup. What can i do?