Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Marc Boisvert-Dupras
    • Profile
    • Following 1
    • Followers 0
    • Topics 8
    • Posts 28
    • Best 4
    • Groups 2

    Marc Boisvert-Dupras

    @Marc Boisvert-Dupras

    GNU/Linux

    5
    Reputation
    883
    Profile views
    28
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    Marc Boisvert-Dupras Unfollow Follow
    GNU/Linux Anime Lovers

    Best posts made by Marc Boisvert-Dupras

    • RE: Who is using NodeBB?

      Hello all! I'm "Lethal" from Eternal Games. We are proud to be using NodeBB on our shiny new forums as a replacement for IPB. (And proud to use something made by fellow Canadians!)

      You can find our forums at this url: http://forums.eternalgames.net/

      posted in General Discussion
      Marc Boisvert-Dupras
      Marc Boisvert-Dupras
    • Copying privileges from parent/another category

      This is something I've been wanting for a while now but it would be great if we could copy all the privileges from a category to another category.

      A use case for this is for example, I have multiple "moderator" groups on my forum so instead of going and editing every single category I have, I set the permissions in General and then edit my other categories to pull in privileges from General.

      EDIT: Additionally, it could be very useful to have the option to apply the privileges from a parent category to all of it's child categories.

      posted in Feature Requests
      Marc Boisvert-Dupras
      Marc Boisvert-Dupras
    • RE: [nodebb-plugin-shoutbox] Shoutbox plugin

      This plugin is honestly one of the best out there in my opinion, it's a shame it's not updated more often! šŸ˜ž

      It seems like no one can edit shouts, not even admins. I'm using the latest master from git.

      posted in NodeBB Plugins
      Marc Boisvert-Dupras
      Marc Boisvert-Dupras
    • RE: Better way to differentiate categories (url?)

      @psychobunny What @Kowlin pointed is correct and does apply to us. We run a gaming community and have multiple games which each need separate Announcement, Updates, etc.. sections.

      posted in Feature Requests
      Marc Boisvert-Dupras
      Marc Boisvert-Dupras

    Latest posts made by Marc Boisvert-Dupras

    • RE: Voting issue on v1.1.0

      @pichalite Thank you!

      posted in Technical Support
      Marc Boisvert-Dupras
      Marc Boisvert-Dupras
    • Voting issue on v1.1.0

      So, on a fresh install of version 1.1.0 when clicking on the upvote/downvote buttons I get this:
      0_1470027802643_Screenshot at Aug 01 00-58-38.png

      I've also tried on the weekly builds with the same result. Any ideas what might be causing this?

      posted in Technical Support
      Marc Boisvert-Dupras
      Marc Boisvert-Dupras
    • RE: Problems with user groups/permissions

      @yariplus Yes of course šŸ™‚

      @pichalite I will attempt an upgrade to 0.9.x see if it fixed the issue. Thanks a bunch!!

      posted in Technical Support
      Marc Boisvert-Dupras
      Marc Boisvert-Dupras
    • RE: Problems with user groups/permissions

      Anyone? This is a pretty major thing for us :S

      posted in Technical Support
      Marc Boisvert-Dupras
      Marc Boisvert-Dupras
    • RE: Problems with user groups/permissions

      @pichalite http://forums.eternalgames.net/

      posted in Technical Support
      Marc Boisvert-Dupras
      Marc Boisvert-Dupras
    • Problems with user groups/permissions

      Hey all, there seems to be a problem with group permissions on my forums. For some reason, users are able to join private group without being accepted which is quite a problem as we have ~3k users and this sort of thing can become unmanageable very quick. We use groups on the forums for our staff members and they have special permissions to moderate topics etc..

      I also noticed that when removing a user from said groups, I get a Error: Invalid data alert but the user does get removed from the group. Something is wrong but I cannot pinpoint what exactly and nothing shows up in the logs.

      We are running 0.8.2 currently. Any help would be appreciated! If you need more information please ask and I shall oblige šŸ™‚

      posted in Technical Support
      Marc Boisvert-Dupras
      Marc Boisvert-Dupras
    • RE: Problem with 0.9 version and subcategories on main page

      @ffmad Looking good šŸ™‚

      posted in NodeBB Development
      Marc Boisvert-Dupras
      Marc Boisvert-Dupras
    • RE: Problem with 0.9 version and subcategories on main page

      This is cool as heck, could you share the code used to achieve this? I'm interested in having this on my forum as well šŸ™‚

      posted in NodeBB Development
      Marc Boisvert-Dupras
      Marc Boisvert-Dupras
    • RE: Getting error during installation

      I'm having a similar error while trying to install NodeBB with Mongo.

      Here's the full log:

      Welcome to NodeBB!
      
      This looks like a new installation, so youll have to answer a few questions about your environment before we can proceed.
      Press enter to accept the default setting (shown in brackets).
      
      8/11 20:06 [10508] - info: Now configuring mongo database:
      Configuration Saved OK
      npm WARN peerDependencies The peer dependency kerberos@~0.0 included from mongodb-core will no
      npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency 
      npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
      
      > kerberos@0.0.17 install /home/mboisvert/Documents/nodemongo/node_modules/mongodb/node_modules/kerberos
      > (node-gyp rebuild) || (exit 0)
      
      make: Entering directory '/home/mboisvert/Documents/nodemongo/node_modules/mongodb/node_modules/kerberos/build'
        CXX(target) Release/obj.target/kerberos/lib/kerberos.o
      In file included from ../lib/kerberos.cc:1:0:
      ../lib/kerberos.h:5:27: fatal error: gssapi/gssapi.h: No such file or directory
      compilation terminated.
      kerberos.target.mk:94: recipe for target 'Release/obj.target/kerberos/lib/kerberos.o' failed
      make: *** [Release/obj.target/kerberos/lib/kerberos.o] Error 1
      make: Leaving directory '/home/mboisvert/Documents/nodemongo/node_modules/mongodb/node_modules/kerberos/build'
      gyp ERR! build error 
      gyp ERR! stack Error: `make` failed with exit code: 2
      gyp ERR! stack     at ChildProcess.onExit (/home/mboisvert/Documents/nodemongo/node_modules/npm/node_modules/node-gyp/lib/build.js:270:23)
      gyp ERR! stack     at emitTwo (events.js:87:13)
      gyp ERR! stack     at ChildProcess.emit (events.js:172:7)
      gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
      gyp ERR! System Linux 4.2.5-300.fc23.x86_64
      gyp ERR! command "/usr/local/bin/node" "/home/mboisvert/Documents/nodemongo/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
      gyp ERR! cwd /home/mboisvert/Documents/nodemongo/node_modules/mongodb/node_modules/kerberos
      gyp ERR! node -v v5.0.0
      gyp ERR! node-gyp -v v3.0.3
      gyp ERR! not ok 
      npm WARN unmet dependency /home/mboisvert/Documents/nodemongo/node_modules/jade requires mkdirp@'0.3.0' but will load
      npm WARN unmet dependency /home/mboisvert/Documents/nodemongo/node_modules/mkdirp,
      npm WARN unmet dependency which is version 0.5.1
      npm WARN unmet dependency /home/mboisvert/Documents/nodemongo/node_modules/grunt requires async@'~0.1.22' but will load
      npm WARN unmet dependency /home/mboisvert/Documents/nodemongo/node_modules/async,
      npm WARN unmet dependency which is version 1.4.2
      npm WARN unmet dependency /home/mboisvert/Documents/nodemongo/node_modules/grunt requires colors@'~0.6.2' but will load
      npm WARN unmet dependency /home/mboisvert/Documents/nodemongo/node_modules/colors,
      npm WARN unmet dependency which is version 1.1.2
      npm WARN unmet dependency /home/mboisvert/Documents/nodemongo/node_modules/grunt requires rimraf@'~2.2.8' but will load
      npm WARN unmet dependency /home/mboisvert/Documents/nodemongo/node_modules/rimraf,
      npm WARN unmet dependency which is version 2.4.3
      npm WARN unmet dependency /home/mboisvert/Documents/nodemongo/node_modules/grunt-legacy-util requires async@'~0.1.22' but will load
      npm WARN unmet dependency /home/mboisvert/Documents/nodemongo/node_modules/async,
      npm WARN unmet dependency which is version 1.4.2
      npm WARN unmet dependency /home/mboisvert/Documents/nodemongo/node_modules/argparse requires underscore@'~1.7.0' but will load
      npm WARN unmet dependency /home/mboisvert/Documents/nodemongo/node_modules/underscore,
      npm WARN unmet dependency which is version 1.8.3
      npm WARN unmet dependency /home/mboisvert/Documents/nodemongo/node_modules/grunt-legacy-log requires colors@'~0.6.2' but will load
      npm WARN unmet dependency /home/mboisvert/Documents/nodemongo/node_modules/colors,
      npm WARN unmet dependency which is version 1.1.2
      npm WARN unmet dependency /home/mboisvert/Documents/nodemongo/node_modules/grunt-legacy-log-utils requires colors@'~0.6.2' but will load
      npm WARN unmet dependency /home/mboisvert/Documents/nodemongo/node_modules/colors,
      npm WARN unmet dependency which is version 1.1.2
      npm WARN unmet dependency /home/mboisvert/Documents/nodemongo/node_modules/grunt-contrib-watch requires async@'~0.2.9' but will load
      npm WARN unmet dependency /home/mboisvert/Documents/nodemongo/node_modules/async,
      npm WARN unmet dependency which is version 1.4.2
      npm WARN unmet dependency /home/mboisvert/Documents/nodemongo/node_modules/mocha requires mkdirp@'0.3.5' but will load
      npm WARN unmet dependency /home/mboisvert/Documents/nodemongo/node_modules/mkdirp,
      npm WARN unmet dependency which is version 0.5.1
      connect-mongo@0.8.2 node_modules/connect-mongo
      └── depd@1.1.0
      
      mongodb@2.0.48 node_modules/mongodb
      ā”œā”€ā”€ es6-promise@2.1.1
      ā”œā”€ā”€ readable-stream@1.0.31 (string_decoder@0.10.31, isarray@0.0.1, core-util-is@1.0.1)
      ā”œā”€ā”€ kerberos@0.0.17 (nan@2.0.9)
      └── mongodb-core@1.2.21 (bson@0.4.19)
      /home/mboisvert/Documents/nodemongo/node_modules/mongodb/lib/mongo_client.js:437
                    throw err
                    ^
      
      TypeError: _.assign is not a function
          at new MongoStore (/home/mboisvert/Documents/nodemongo/node_modules/connect-mongo/lib/connect-mongo.js:114:19)
          at /home/mboisvert/Documents/nodemongo/src/database/mongo.js:111:27
          at /home/mboisvert/Documents/nodemongo/node_modules/mongodb/lib/mongo_client.js:434:15
          at doNTCallback0 (node.js:428:9)
          at process._tickCallback (node.js:357:13)
      

      Additional information:
      OS: Fedora 23
      NodeBB: 0.9.0 cee3918e9b8096e421933678178ddfe4e3b71adf
      Node: 5.0.0

      posted in General Discussion
      Marc Boisvert-Dupras
      Marc Boisvert-Dupras
    • RE: Error deleting user picture

      @psychobunny Done! https://github.com/NodeBB/NodeBB/issues/3804

      mboisvertdupras created this issue in NodeBB/NodeBB

      closed Users unable to change/remove profile avatars #3804

      posted in Technical Support
      Marc Boisvert-Dupras
      Marc Boisvert-Dupras