Navigation

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

    assamese

    @assamese

    0
    Reputation
    29
    Posts
    493
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    assamese Follow

    Best posts made by assamese

    This user hasn't posted anything yet.

    Latest posts made by assamese

    • RE: 'Category Privileges' does not seem to work

      I AM testing as a 'Regular' user

      posted in Technical Support
      assamese
      assamese
    • RE: 'Category Privileges' does not seem to work

      I want the registered-users and Guests to access the Category/Topics. I want registered-users to be able to reply to the Posts in this Category.
      But I do not want them to be able to create new Topics in this Category.
      So, I think the Settings are correct, no ?

      posted in Technical Support
      assamese
      assamese
    • 'Category Privileges' does not seem to work

      Please look at my category privileges settings -
      0_1465664315485_prev.JPG

      But,

      1. Registered users are able to create new Topics !
      2. but, they are not able to see the Posts under the Topics !!

      What gives ?

      posted in Technical Support
      assamese
      assamese
    • RE: NGINX config problem ?

      any help will be appreciated
      SD

      posted in Technical Support
      assamese
      assamese
    • RE: How to delete all topics from a Category ?

      @pichalite said in How to delete all topics from a Category ?:

      delete/purging topics from the client side does not remove the category

      You are right....so I am left with a 'fake' category which I disable anyway

      posted in Technical Support
      assamese
      assamese
    • RE: How to delete all topics from a Category ?

      @pichalite said in How to delete all topics from a Category ?:

      @assamese how are you moving all the topics to the "fake category"

      @pichalite I was not ignoring you...but I do not remember how I did it

      posted in Technical Support
      assamese
      assamese
    • RE: NGINX config problem ?

      and, the Chrome (Developer Tools) console looks like this -

      0_1465270518234_sss.JPG

      posted in Technical Support
      assamese
      assamese
    • RE: NGINX config problem ?

      When the user navigates to http://<mylandingpage.com>/bb , the browser screenshot looks like this -

      0_1465269735762_ss.JPG

      posted in Technical Support
      assamese
      assamese
    • RE: Nginx problems

      I have a similar problem with nginx configuration (and, redirection) - https://community.nodebb.org/topic/8955/where-is-the-htaccess-file/1

      Any help will be apreciated

      SD

      posted in Technical Support
      assamese
      assamese
    • RE: NGINX config problem ?

      I have a landing page (eg. mylandingpage.com) from where a link takes my users to my NodeBB which is hosted on a different server eg. some-ip-address:4567 .
      After the browser travels to the NodeBB -page, I want the browser address to display <mylandingpage>.com/bb as opposed to some-ip-address:4567

      How do I solve this ?

      @pichalite - I did the changes to NINX conf, it does not seem to work.
      Here is the relevant portion the nginx.conf file where <mylandingpage>.com is hosted -

      server_name <mylandingpage>.com;
      location / {
      root html;
      index index.html index.htm;
      }

          location /bb {
                  proxy_set_header X-Real-IP $remote_addr;
                  proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
                  proxy_set_header Host $http_host;
                  proxy_set_header X-NginX-Proxy true;
      
                  proxy_pass http://<ip-address-of-nodeBB-host>:4567/;
                  proxy_redirect off;
      
                  # Socket.IO Support
                  proxy_http_version 1.1;
                  proxy_set_header Upgrade $http_upgrade;
                  proxy_set_header Connection "upgrade";
          }
      

      My nginx version is: nginx/1.10.1

      I changed the config.json file for NodeBB -
      {
      "url": "http://<mylandingpage>.com/bb",
      ..
      }

      When the user navigates to http://<mylandingpage>.com/bb , the browser shows -
      / Not Found
      You seem to have stumbled upon a page that does not exist. Return to the home page.

      posted in Technical Support
      assamese
      assamese