Skip to content

General Discussion

A place to talk about whatever you want

3.8k Topics 23.1k Posts
  • Security alert

    10
    0 Votes
    10 Posts
    2k Views
    BriB

    Cool stuff! I'll have to look at that for my server πŸ™‚

  • NodeBB on Centmin Mod Nginx video

    12
    0 Votes
    12 Posts
    4k Views
    eva2000E

    @psychobunny said:

    awesome, looking forward to it πŸ™‚ feel free to link to your guide on the wiki as well πŸ™‚

    will do πŸ™‚

  • Your config and workflow on NodeBB development

    7
    0 Votes
    7 Posts
    3k Views
    julianJ

    +1 for Sublime... much better than gEdit (which is pretty much a glorified Nodepad :P)

  • how to change these words

    2
    0 Votes
    2 Posts
    1k Views
    frissdiegurkeF

    @sunqi said:

    :)by the way why the emoji in my nodebb forum canβ€˜t auto complete

    Maybe you're just using nodebb-plugin-emoji, not nodebb-plugin-emoji-extended πŸ˜‰

  • AngularJS

    1
    0 Votes
    1 Posts
    1k Views
    L

    Hi!

    Can i use AngularJS in a 'static' page?

    Thanks

  • Apache Proxy Problem Help Please πŸ˜„

    7
    0 Votes
    7 Posts
    6k Views
    X

    @kelso Yeah i backported the module but yeah nginx with apache2 as the PHP handler it works great

  • Getting user data in static page

    6
    1 Votes
    6 Posts
    2k Views
    D

    @psychobunny Thanks, working great!

  • Tiles Help

    3
    0 Votes
    3 Posts
    1k Views
    meetdilipM

    @kelso I guess that will vary from person to person. Users can describe what exactly they are looking for (or at least give an idea, like related to niche).

  • Biggest NodeBB forums?

    4
    0 Votes
    4 Posts
    3k Views
    C

    @julian said:

    I think http://forums.afraidtoask.com/ might actually be one of the largest (if not the largest)

    lol who the hell downvoted this?

  • Groups / categories

    11
    1 Votes
    11 Posts
    5k Views
    T

    @planner OK, thanks.
    Much more clear!

  • NodeBB on local server

    12
    0 Votes
    12 Posts
    4k Views
    meetdilipM

    Thanks @psychobunny .

    Hope you might have noticed, external link open in same window.

  • Here is one of my favourite gifs

    2
    0 Votes
    2 Posts
    1k Views
    P

    The backstory behind this:

    A couple of years ago @baris and I were working on a rather infuriating piece of software when one of the other devs posted this in Skype and called it the *productname*MAN

    "this is what happens if you work on this product for so long"

    I seriously have never laughed so hard in my entire life, it just went on and on and on for a good hour or so and I'm totally not exaggerating πŸ˜„

  • This topic is deleted!

    Locked
    2
    0 Votes
    2 Posts
    42 Views
  • Analytics code

    10
    0 Votes
    10 Posts
    2k Views
    F

    @kelso

    There should be no issues. They are both separate codes. I use Piwik and Quancast on LinuxBSDos.

  • How to add a user to group ?

    11
    0 Votes
    11 Posts
    5k Views
    MizoreM

    Tested with head revision. A popup is showing on member click.
    @julian The Chrome console doesn't show any error.

  • Nedd help while instaling NodeBBon Debian 7

    5
    0 Votes
    5 Posts
    2k Views
    T

    it works now i mean the error came from my Db

  • nginx reverse proxy

    5
    0 Votes
    5 Posts
    4k Views
    X

    well. thx so much for all reply, the nginx .conf works for me. and i found you should put 0.0.0.0 before the port 80. so it would look like

    server {
    listen 0.0.0.0:80;

    server_name forum.example.org; location / { 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://127.0.0.1:4567/; proxy_redirect off; # Socket.IO Support proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; }

    }

  • Import/Display Issue With &#codes;

    8
    0 Votes
    8 Posts
    3k Views
    julianJ

    Validator is now v3.2.1, but it's a transparent upgrade, so it shouldn't affect anything here.

  • How do i use git hub/ npm?

    5
    0 Votes
    5 Posts
    2k Views
    K

    Awesome thanks @julian

  • Width on Categories

    2
    0 Votes
    2 Posts
    1k Views
    K

    You can find the answer i got here: http://community.nodebb.org/topic/791/three-more-requests