Skip to content

General Discussion

A place to talk about whatever you want

3.8k Topics 23.3k Posts
  • NodeBB from MyBB

    17
    0 Votes
    17 Posts
    9k Views
    A

    Not too sure if this is a bit late or not, but I have converted the phpBB importer to work for myBB
    https://www.npmjs.org/package/nodebb-plugin-import-mybb

    Needed one for a site I am actually busy with at the moment.
    Hope this helps someone

  • After Updating NodeBB crashes on login

    1
    0 Votes
    1 Posts
    826 Views
    V

    I am attempting to update my NodeBB install (hosted on heroku) to the newest version. Initially after I upgraded I could not see the login form at all (the login page was blank except for the nav bar). After doing "$./nodebb reset settings" I can now see the login form but attempting to login results in the server crashing.

    2014-11-03T07:04:57.909Z - error: ReferenceError: Password is not defined 2014-11-03T07:04:57.910265+00:00 app[web.1]: at ReplyParser.execute (/app/node_modules/redis/lib/parser/javascript.js:211:22) 2014-11-03T07:04:57.910224+00:00 app[web.1]: at /app/src/routes/authentication.js:258:6 2014-11-03T07:04:57.910227+00:00 app[web.1]: at /app/src/database/redis/hash.js:71:4 2014-11-03T07:04:57.910255+00:00 app[web.1]: at /app/node_modules/redis/index.js:1138:13 2014-11-03T07:04:57.910225+00:00 app[web.1]: at /app/src/database/redis/hash.js:42:4 2014-11-03T07:04:57.910260+00:00 app[web.1]: at ReplyParser.<anonymous> (/app/node_modules/redis/index.js:309:14) 2014-11-03T07:04:57.910261+00:00 app[web.1]: at ReplyParser.emit (events.js:95:17) 2014-11-03T07:04:57.910263+00:00 app[web.1]: at ReplyParser.send_reply (/app/node_modules/redis/lib/parser/javascript.js:300:10) 2014-11-03T07:04:57.910257+00:00 app[web.1]: at try_callback (/app/node_modules/redis/index.js:573:9) 2014-11-03T07:04:57.910258+00:00 app[web.1]: at RedisClient.return_reply (/app/node_modules/redis/index.js:661:13)

    Any help would be greatly appreciated. Please excuse me if I posted this in the incorrect section.

  • Is it possible to login programmatically?

    6
    0 Votes
    6 Posts
    3k Views
    julianJ

    @babaggeii The write API would contain support for API keys (and later on, access tokens), so there are plans to allow the write API to expose user-specific routes using the same user auth system as well.

  • 0 Votes
    6 Posts
    3k Views
    barisB

    That should be fixed as well now, thanks.

  • Index Title Question

    4
    0 Votes
    4 Posts
    2k Views
    barisB

    Try your url at https://developers.facebook.com/tools/debug/ with no caching, facebook usually caches the og data.

  • Bootstrap 3.3.0

    3
    2 Votes
    3 Posts
    2k Views
    julianJ

    @a_5mith said:

    A brand new component to replace panels, thumbnails, and wells.

    Hahah, poor @psychobunny. NodeBB was designed against Bootstrap 2, and Bootstrap 3 introduced panels, which @psychobunny had already created. They looked the same too.

    Now panels are going away XD

  • Plugin or General Code

    4
    0 Votes
    4 Posts
    2k Views
    ShardS

    @psychobunny

    With regard to the SSO module, does it also create "local" data for the user or is there an expectation that the SSO provides the horizontal and the vertical there? If it does, are there recommended methods for adding the extra fields for the user?

  • Reset to default theme via config file?

    3
    0 Votes
    3 Posts
    2k Views
    M

    Worked perfectly, thanks.

  • 0 Votes
    3 Posts
    1k Views
    babaggeiiB

    @xbenjii Brilliant! Thanks 🙂

  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    20 Views
  • Any other domain hoarders out there?

    15
    0 Votes
    15 Posts
    5k Views
    T

    I have about 20-30 domains myself, most of them are unused and have cobwebs in the corners.

  • How to change the footer text?

    4
    0 Votes
    4 Posts
    6k Views
    babaggeiiB

    @a_5mith Thanks - was looking for that everywhere..

  • Upgrade issue when start

    7
    0 Votes
    7 Posts
    3k Views
    S

    Apparently a new dependency. Had the same problem when I moved from 0.5.0-2 to 0.5.3 today. Fixed with:

    npm install logrotate-stream
  • Upgrading to 0.5.3

    8
    0 Votes
    8 Posts
    3k Views
    julianJ

    Very often, the error messages do tell you what's wrong 😄

  • 0.5.3 Is Out ( CHANGELOG )

    37
    1 Votes
    37 Posts
    16k Views
    S

    We found a few bugs popping up with the update. Will post them in a second.

  • Custom Homepage Issues

    7
    0 Votes
    7 Posts
    3k Views
    P

    No luck with this. Will have to wait for @psychobunny to share some tips.

  • Deleting Topics Different Results

    5
    0 Votes
    5 Posts
    2k Views
    P

    @a_5mith My mistake since I assumed post without any replies get deleted the same way. Back to learning more nodebb.

  • 0 Votes
    5 Posts
    2k Views
    SteveS

    @vegetagz6 said:

    I was thinking to go to mc Donald's now, that clown in the picture u posted changed my mind 😐

    You don't want to EVER eat at McDonalds anyways. There will always be better local alternatives at the same or near same price, and fresh. Eating McDonalds you might as well go to a medical school, ask for a piece off a cadaver, soak it in bleach, and fire it up on your BBQ grill.

  • Emit socket event from server?

    7
    0 Votes
    7 Posts
    2k Views
    julianJ

    @pitaj Offhand, I believe you'll have to require them separately, as the plugins is a namespace (that the socket.io server works with), and I don't believe it is exposed in the main file, though I could be wrong.

    No need to apologise 🙂

  • 0 Votes
    3 Posts
    4k Views
    julianJ

    @vatsal Specifically, the "hotswap" plugin (actually, it's built into core, but it should be a plugin) and the newrelic module both modify the application stack using the same method.

    It may be possible to have the hotswap plugin work properly with newrelic, but I haven't the time to check right now 😦