New versions.
Your version is out of date and some new icons are not working.

Best posts made by xen
-
How about update fontawesome?
-
RE: Happy Birthday @psychobunny!
Our hero is growing every day!
Congratulations!
-
RE: NodeJS 4.0 released
@baris How to solve problems with mmmagic?
root@xen:/var/www# ./nodebb upgrade 1. Bringing base dependencies up to date... OK 2. Updating NodeBB data store schema. module.js:355 Module._extensions[extension](this, filename); ^ Error: Module did not self-register. at Error (native) at Module.load (module.js:355:32) at Function.Module._load (module.js:310:12) at Module.require (module.js:365:17) at require (module.js:384:17) at Object.<anonymous> (/var/www/node_modules/mmmagic/lib/index.js:3:13) at Module._compile (module.js:434:26) at Object.Module._extensions..js (module.js:452:10) at Module.load (module.js:355:32) at Function.Module._load (module.js:310:12) Error: undefined
-
Dont get category teaser for parent?
In one of the updates you have disabled the show teaser parent.
Is there a quick way to make a teaser parents show up? -
RE: Categories/ Parent categories problem
@Danny-McWilliams I ran into this problem when trying to drag and drop categories out from here:
After that category duplicated.
If you assign a parent through category management then no such problem.
-
Redirection. (site)/category/23/support -> (site)
I set the home page of a category. When you go to a homepage site address bar displayed in the URL for category. How do I get the address of this category is displayed as the (site) without /category/23/support.
-
RE: Does /recent need timestamps?
In any case, it would be interesting to see what you come up before making any conclusions.
-
Letsencrypt
Someone is already using it?
I received a email 'Let's Encrypt Closed Beta Invite'
But I do not understand how to install it.
Latest posts made by xen
-
RE: Authorization and registration on the one page
@julian said:
You'll want to investigate how the request is made, and mimic it with the new fields
Yes.
-
Authorization and registration on the one page
- I had a problem when creating a authorization and registration on the one page:
https://github.com/NodeBB/NodeBB/blob/master/src/routes/authentication.js#L65
router.post('/register', Auth.middleware.applyCSRF, Auth.middleware.applyBlacklist, controllers.authentication.register);
router.post('/login', Auth.middleware.applyCSRF, Auth.middleware.applyBlacklist, controllers.authentication.login);
router.post('/logout', Auth.middleware.applyCSRF, controllers.authentication.logout);
How specify a one url for
controllers.authentication.register
andcontrollers.authentication.login
?
- The second problem was with the attribute username and password:
https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/register.tpl#L27
<input class="form-control" type="text" placeholder="[[register:username_placeholder]]"
name="username"
id="username" autocorrect="off" autocapitalize="off" autocomplete="off" />https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/register.tpl#L39
<input class="form-control" type="password" placeholder="[[register:password_placeholder]]"
name="password"
id="password" />...same attributes at login
https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/login.tpl#L17
<input class="form-control" type="text" placeholder="{allowLoginWith}" name="username"
id="username"
autocorrect="off" autocapitalize="off" />https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/login.tpl#L23
<input class="form-control" type="password" placeholder="[[user:password]]"
name="password"
id="password" />I tried to rename the registration attributes on
name="newusername"
andname="newpassword"
so that they do not conflict with each other, but registration has stopped working.
If this is not done, then the registration will be available through the authorization form. -
RE: Redirection. (site)/category/23/support -> (site)
@yariplus Yes, it would be great if you could give a hint how to fix it.
-
Redirection. (site)/category/23/support -> (site)
I set the home page of a category. When you go to a homepage site address bar displayed in the URL for category. How do I get the address of this category is displayed as the (site) without /category/23/support.
-
RE: Login in home page
@julian Hardly. The fact is that I want to do the authorization in modal window.
-
Login in home page
How do I put the authentication fields on the home page?
Gives an error message -
Error: / invalid csrf token
and redirects the page -
Forbidden
-
RE: Thoughts on securing your NodeBB installation
How to allow access to redis with two ip?
bind (my ip)
bind 127.0.0.1But I still can not access from their computer.
This is necessary, because I use Redis Desktop Manager.
-
RE: Happy Birthday @psychobunny!
Our hero is growing every day!
Congratulations!
-
RE: Toobusy. Excessive load
@AOKP Strange. It seems to me that it appears at all users.
I updated the page on a computer until the appearance of the page and at has gone site with the other computer - page 503 was there.