Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.8k Posts
  • Admin control panel not working

    4
    0 Votes
    4 Posts
    2k Views
    julianJ
    @Nguyen-Nga That particular problem is due to a query we want to run against socket.io being unavailable in the latest version. It presents when used in a clustering setup, and the latest changes to NodeBB always have clustering active (even in a cluster setup of 1 process), so in the meantime it is difficult to get the data in question. This is why those graphs are not working at the moment.
  • Upgrade to v0.6.0 failed after v0.5 stopped running

    3
    0 Votes
    3 Posts
    2k Views
    P
    @Reik Thanks for the tip. It seems to have converted the config to a different format (ie: instead of base_url it now uses url) and it's working. Seems odd that everything would fail all of a sudden without any changes. @psychobunny @julian Is there some kind of automatic update in v0.5 that is outside of normal nodebb operation?
  • Different appearance across browser platforms

    5
    0 Votes
    5 Posts
    2k Views
    PitaJP
    @RazorAxis the only thing I can think of is that some CSS style aren't being recognized by Firefox and IE for whatever theme you're using. I wouldn't expect this to happen though, since we're using bootstrap.
  • Wait, so is v0.6.0 released?

    3
    0 Votes
    3 Posts
    1k Views
    TikiT
    Should make some more noise when you update an amazing piece of software such as NodeBB
  • Column Width

    7
    0 Votes
    7 Posts
    2k Views
    RazorAxisR
    The sm-3 or 4 did not change the tablet in vertical but at least it now changes in horizontal. Gus that will have to do for now. Thank you for the help @yariplus
  • Cover photo's for category resolution and sizing

    3
    0 Votes
    3 Posts
    1k Views
    RazorAxisR
    Darn, screwed that up huh.... Thanks @a_5mith
  • NodeBB Hosting Option For People Interested

    5
    1 Votes
    5 Posts
    3k Views
    A
    @baris Much pending, I put some of my own cash in too though.
  • Nodebb Installation Problem

    4
    0 Votes
    4 Posts
    2k Views
    X
    Oh yeah just realized reading it again sorry Check out this is you need better hosting https://community.nodebb.org/topic/3630/nodebb-hosting-option-for-people-interested
  • Host Nodebb Free

    34
    2 Votes
    34 Posts
    28k Views
    Master-AntonioM
    Very Good but HapHost is very very BAD. NodeBB don't work. 128 Mb of RAM are to few. Already installing plugins the site crash, because VPS arrives at the maximum of RAM. OMG. Very Bad. Without do NOTHING. RAM : http://i.gyazo.com/2b0fcbb3c8a36dd3d0b40199393c59c3.png CPU : http://i.gyazo.com/33656ee25ef23e9fec43dce06458caaa.png FUCK.
  • Widgets for guests

    15
    0 Votes
    15 Posts
    6k Views
    ffmadF
    @Schamper hi ! Have you found where this problem come from ?
  • Nodebb reset itself?

    2
    0 Votes
    2 Posts
    1k Views
    anon271910A
    I found a fix. It was an error in nodebb. When I did ./nodebb setup I made a typo in the port.. oops .-. Anyway its all good now.
  • Sails.js and NodeBB sharing session / get logged user.

    1
    0 Votes
    1 Posts
    2k Views
    M
    Hi, I need some advice in connecting small sails.js app with nodeBB. In my sails.js application I need to get current logged user. I set sails.js session id key to express.sid (as in nodeBB), and configured it to use nodeBB collection as session storage. Then I can query for user id by session id (also from nodeBB storage). It is almost what I need to, but I can't get through some problems nodebb and sails app have to be on same domain when user visits sails app first, then nodeBB sets another session id and sessions are different on both apps when user logs in nodeBB, gets new session id and also, sessions are different on both apps Maybe OAuth is best way to go? Thanks PS. Thanks for nodeBB, great work!
  • How to add "Rules" button on composer like this?

    3
    0 Votes
    3 Posts
    3k Views
    PitaJP
    The popup is a bootstrap modal.
  • io.js

    2
    0 Votes
    2 Posts
    2k Views
    PitaJP
    @Technowix there are performance gains related to the new structures in ES6 (generators, async functions, classes, ect.) There also may be performance gains since they are updating the internal version of V8 to the latest stable version (Node is still on an older version from what I understand).
  • 0 Votes
    39 Posts
    18k Views
    TaLocheT
    I'm learning something new here everyday! Muchas gracias Señor
  • 0 Votes
    2 Posts
    2k Views
    julianJ
    Possible through session sharing... if the cookies both have the same secret...
  • mongodb single collection?

    3
    1 Votes
    3 Posts
    4k Views
    julianJ
    In a nutshell, because database abstraction layers make compromises...
  • Mentions not working.

    5
    0 Votes
    5 Posts
    2k Views
    RazorAxisR
    @baris, will that fix it so the drop down comes back?
  • revert from 0.6.1 to 0.6.0

    3
    1 Votes
    3 Posts
    3k Views
    K
    @a_5mith said: git checkout v0.6.x git pull ./nodebb upgrade that worked. let me backup and then check out the master.
  • Best Node.js COMPLETE NOOB programming guide?

    4
    1 Votes
    4 Posts
    2k Views
    S
    Learn Javascript first, then head onto Node.js