Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. kamov
    K
    • Profile
    • Following 2
    • Followers 0
    • Topics 5
    • Posts 19
    • Best 1
    • Groups 0

    kamov

    @kamov

    1
    Reputation
    656
    Profile views
    19
    Posts
    0
    Followers
    2
    Following
    Joined Last Online

    kamov Unfollow Follow

    Best posts made by kamov

    • RE: Installation

      Thanks @baris and thanks @Julian

      Thanks to your tips I was able sort out this!

      The main problem seem when you are trying to install nodebb into a subfolder.

      Finally the headache has passed.

      Thanks!!

      posted in General Discussion
      K
      kamov

    Latest posts made by kamov

    • RE: IE8 - LOL

      In April 2014, Microsoft will be ending support for Windows XP, which means the end of support for the operating system most of Internet Explorer 8 users use.

      Also google will drop support for IE8: http://googleappsupdates.blogspot.ch/2012/09/supporting-modern-browsers-internet.html

      I am ready and happy to say goodbye IE6, IE7 and now IE8... 😉

      posted in NodeBB Development
      K
      kamov
    • Template editing, where is defined {register_window:spansize}

      Hi,

      I am trying to edit template, and I see there is a variable which define bootstrap column size, the variable name is:

      {register_window:spansize}

      How we can define this for our custom template?

      I suppose (and this is what I do) we can just simple ignore it, and remove.

      But this return col-md-12 or col-md-6 for register.tpl (depend if social login are enabled or not).

      Now I don't want left and right, but top and bottom (top social link and bottom register form).

      I can only remove {register_window:spansize} and add my cols class.

      Thanks!!

      posted in General Discussion
      K
      kamov
    • RE: Have you ever thought of hosting plugins and/or themes on site?

      @CaioDA said:

      Using something like GitLab instead of Github to centralize the repository?

      Thanks for sharing this site! Unlimited private repository for free it's something that I looking for many times.
      I was about to take a pro account on github for this purpose, which is $ 7 / month for 5 private limited repository.
      You save my money.
      I am testing this great site right now.

      I think for a Open Source project like NodeBB, the better choice is github, because it's the most popular site, and it become also a platform for promote your product.

      On the other side, for commercial project, which ask a fee for use product, you need private repository like github offer in account pro.

      gitlab seem good alternative in my case.

      Thanks !!

      Best!!

      posted in General Discussion
      K
      kamov
    • RE: Proxy Error

      Sure, this:

      {
      "base_url": "http://xxx.yyy.com",
      "port": "4567",
      "use_port": false,
      "secret": "secret-removed",
      "bind_address": "0.0.0.0",
      "database": "redis",
      "redis": {
      "host": "127.0.0.1",
      "port": "6379",
      "password": "",
      "database": "0"
      },
      "bcrypt_rounds": 12,
      "upload_path": "/public/uploads",
      "relative_path": ""
      }

      posted in General Discussion
      K
      kamov
    • Proxy Error

      Hi,

      I got this error:

      Proxy Error
      
      The proxy server received an invalid response from an upstream server.
      The proxy server could not handle the request GET /socket.io/1/websocket/yTAbGScq8qrLlkN8XseN.
      
      Reason: Error reading from remote server
      

      I am using Apache, with proxypass.

      Any suggestion what can be?

      My hosting said:

      For some reason the app isn't returning data for that page:
      damir ~ # curl http://localhost:4567/socket.io/1/websocket/yTAbGScq8qrLlkN8XseN
      curl: (52) Empty reply from server

      Thanks!!

      posted in General Discussion
      K
      kamov
    • RE: Installation

      Thanks @baris and thanks @Julian

      Thanks to your tips I was able sort out this!

      The main problem seem when you are trying to install nodebb into a subfolder.

      Finally the headache has passed.

      Thanks!!

      posted in General Discussion
      K
      kamov
    • RE: Installation

      I was able install with success, but now I have an error.

      My config.json is this:

      {
      "base_url": "http://204.x.x.x",
      "port": "4567",
      "use_port": false,
      "secret": "7dcaa8a3-2c7d-4782-8022-f57e151ac5cf",
      "bind_address": "domain.com/community",
      "database": "redis",
      "redis": {
      "host": "127.0.0.1",
      "port": "6379",
      "password": "",
      "database": "0"
      },
      "bcrypt_rounds": 12,
      "upload_path": "/public/uploads",
      "relative_path": ""
      }

      And I have added a proxy

      ProxyPass /community http://localhost:4567/
      ProxyPassReverse /community http://localhost:4567/
      

      When I go to domain.com/community

      My server is centos + apache.

      posted in General Discussion
      K
      kamov
    • RE: Installation

      @julian Thanks for reply.

      I got this warning, which said that require nodejs 0.8, but I am using higher 0.10

      Does this can cause some issue?

      Untitled.png

      posted in General Discussion
      K
      kamov
    • RE: What BB did you use before NodeBB?

      @psychobunny

      I am currently using IPBoard, and I want migrate to NodeBB asap.

      One thing that I missing it's the way to have access on many extensions like shop and support ticket.

      On other side, I am migrating just for have something more lightway, fast.

      IPBoard have thousands of features, in last 2 years, I am still discovering some features on backend, this become hard to manage, and losing time.

      Now before migrate, I need to find a solution for a small shop (digital product), with a Download area, only who purchase can download.

      I just found this: http://nodeshop.org/ but it's incomplete.

      For support ticket, can be done also private forum (User - Admin forum only), but seem missing on NodeBB.

      And in last seem missing an efficient spam control, but seem you are already working on it.

      I hope to migrate soon to NodeBB, since I simple love to use it.

      Bye

      posted in General Discussion
      K
      kamov
    • RE: Installation

      @julian said:

      Unfortunately not since we all use nginx, but if you stick around here, somebody else from the community may use apache and be able to help you! 🙂

      Thanks Julian.

      I have been able to install on Apache adding this to the vhost config:

      ProxyPass /community http://localhost:4567/
      ProxyPassReverse /community http://localhost:4567/
      

      When I run via comand line, I got this error:

      error1.png

      What can be?

      Thanks!!

      posted in General Discussion
      K
      kamov