Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. xen
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    xen

    @xen

    GNU/Linux





    12
    Reputation
    97
    Posts
    1303
    Profile views
    0
    Followers
    4
    Following
    Joined Last Online

    xen Follow
    GNU/Linux

    Best posts made by xen

    • How about update fontawesome?

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

      posted in Technical Support
      xen
      xen
    • RE: Happy Birthday @psychobunny!

      0_1447348689587_1p8V124.png
      0_1447348804778_1p8V124.png
      0_1447348840537_1p8V124.png
      0_1447348910986_1p8V124.png
      0_1447348931172_1p8V124.png

      Our hero is growing every day!

      👏 Congratulations! 🎉

      posted in General Discussion
      xen
      xen
    • 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
      posted in NodeBB Development
      xen
      xen
    • 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?

      https://github.com/NodeBB/NodeBB/commit/53d29e29af8f5347145fdd2c51c028e76f10334d#diff-3437ad57a41437b7f3a111876b961c96

      0 barisusakli committed to NodeBB/NodeBB
      performance improvements
      
      store parsed category description
      removed mongo _key from returns
      dont get category teaser for parent
      posted in Technical Support
      xen
      xen
    • RE: Categories/ Parent categories problem

      @Danny-McWilliams I ran into this problem when trying to drag and drop categories out from here:

      4c5ae26a-0787-11e5-8120-99b7abe7736e.png

      After that category duplicated.

      If you assign a parent through category management then no such problem.

      DPyZy0Z.png

      posted in General Discussion
      xen
      xen
    • 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.

      posted in Technical Support
      xen
      xen
    • RE: Does /recent need timestamps?

      In any case, it would be interesting to see what you come up before making any conclusions. ⭐ 👍 💭

      posted in General Discussion
      xen
      xen
    • Letsencrypt

      Someone is already using it?

      Let's Encrypt - Free SSL/TLS Certificates

      Let's Encrypt - Free SSL/TLS Certificates

      Let's Encrypt is a free, automated, and open certificate authority brought to you by the non-profit Internet Security Research Group (ISRG).

      I received a email 'Let's Encrypt Closed Beta Invite'
      But I do not understand how to install it.

      posted in General Discussion
      xen
      xen

    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.

      posted in Technical Support
      xen
      xen
    • 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 and controllers.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" and name="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.

      posted in Technical Support
      xen
      xen
    • RE: Redirection. (site)/category/23/support -> (site)

      @yariplus Yes, it would be great if you could give a hint how to fix it.

      posted in Technical Support
      xen
      xen
    • 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.

      posted in Technical Support
      xen
      xen
    • RE: Login in home page

      @julian Hardly. The fact is that I want to do the authorization in modal window.

      posted in Technical Support
      xen
      xen
    • 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

      posted in Technical Support
      xen
      xen
    • RE: Thoughts on securing your NodeBB installation

      How to allow access to redis with two ip?

      bind (my ip)
      bind 127.0.0.1

      But I still can not access from their computer.

      This is necessary, because I use Redis Desktop Manager.

      posted in NodeBB Blog
      xen
      xen
    • RE: Happy Birthday @psychobunny!

      0_1447348689587_1p8V124.png
      0_1447348804778_1p8V124.png
      0_1447348840537_1p8V124.png
      0_1447348910986_1p8V124.png
      0_1447348931172_1p8V124.png

      Our hero is growing every day!

      👏 Congratulations! 🎉

      posted in General Discussion
      xen
      xen
    • 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.

      posted in Technical Support
      xen
      xen