Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.8k Posts
  • Way to backup the whole forum via admin dashboard?

    12
    1 Votes
    12 Posts
    5k Views
    F
    @julian Supporting just one use case would give the possibility to anyone with a cheap vps dedicated to nodebb to adapt to it. If it could backup all configurations and installed plugins, with a way to restore it in another fresh installed instance, that would be very good.
  • NodeBB SSO Plug-in Flow

    2
    0 Votes
    2 Posts
    1k Views
    danielflippanceD
    Found the problem: Step 3 requires that the server accept HTTP POST - I was only accepting GET.
  • Receive notification for all posts.

    1
    0 Votes
    1 Posts
    811 Views
    J
    Re: Is there any way to receive notifications for all posts? I'd like to re-open this topic. Are there any new features or methods that would enable me to get a notification for all posts. I'd like the ability to moderate every post (to the extent possible).
  • request - ip blocking plugin

    Solved
    15
    1 Votes
    15 Posts
    5k Views
    E
    @psychobunny said: We have that as a plugin: https://github.com/NodeBB/nodebb-plugin-squash I've mentioned this before that I'm not a fan of the plugin (it was paid for by a client, that's why we built it) - but to each their own! I think it should work on latest, but I don't think its even published to npm This one is nice. Didnt known. Any plans to male superuser compatibñe with 0.9 and beyond?
  • Be able to flag your own post

    8
    0 Votes
    8 Posts
    3k Views
    KowlinK
    @Pixel Note that only Administrators can see the flag reasons, not the moderators who don't got access to the ACP.
  • Bug or Feature

    2
    0 Votes
    2 Posts
    842 Views
    S
    Also because user was registred/Logged in with SSO In Profile password fields are disabled, but user still can change username or email without entering a password (strange) I've also posted an issue with Usernames editing on Github Strange behavior when "change usernames" is disabled
  • SSL : yes or not

    29
    0 Votes
    29 Posts
    16k Views
    djcyryD
    @pichalite said: @djcyry changing return 301 https://nodebb.es$request_uri; to return 301 https://www.nodebb.es$request_uri; should do it I think I have change it , not redirect .
  • 0 Votes
    9 Posts
    4k Views
    ?
    @baris I use npm 3.3.12 without any issues.
  • Problem with cover img

    5
    0 Votes
    5 Posts
    2k Views
    barisB
    @alexschomb Yeah there are no conditionals in the template engine, either have to use a helper or set a variable server side like isSelfOrAdmin = isSelf || isAdmin; and then use that single variable in the template.
  • Bug in community?

    11
    0 Votes
    11 Posts
    3k Views
    PixelP
    @pichalite said: @Pixel check for anything that's still loading How can I see that? I thought it was the screenshot that I post in the previous post.. but I don't see anything "loading" in that screenshot
  • Merry Christmas and thankyou

    2
    3 Votes
    2 Posts
    1k Views
    A
    Mele Kalikimaka
  • Moving Topics (Issue / Suggestion)

    2
    1 Votes
    2 Posts
    2k Views
    barisB
    https://github.com/NodeBB/NodeBB/issues/3982
  • Static Content

    1
    0 Votes
    1 Posts
    953 Views
    ShardS
    I have been asked to have the ability to have a few bits of breadcrumbable static content and I'm... not too keen in building a layer on top of node for these few exceptions. Has anyone tried implementing .something like this by either some sort of static content plugin or ( lazier? better? ) single topic sub forums?
  • Update, merge issue..

    39
    1 Votes
    39 Posts
    16k Views
    P
    @julian said: @tfraley Okay, run npm install first, before ./nodebb upgrade Thank you thank you thank you...... Saved me hours of frustration lol
  • NodeBB + Laravel Auth

    2
    0 Votes
    2 Posts
    2k Views
    julianJ
    Would recommend this: https://github.com/lucadegasperi/oauth2-server-laravel Plus: The recommended method of sharing sessions between two separate and distinct applications is through OAuth2. We recommend this approach because NodeBB maintains its own user records, so that we can keep track of user-related metrics and other data. Relying on another database would be tricky, prone to breaking, and quite possibly dangerous. Luckily, it's quite straightforward to get things working with OAuth2! The first step is getting your application to expose an OAuth2 endpoint. If you're running a Node.js based app, you can use a module called OAuth2orize. Once that is set up, you'll want to take a look at the SSO plugin skeleton for customised OAuth deployments -- nodebb-plugin-sso-oauth. You'll take this plugin, fork it, and modify it to communicate with your OAuth endpoint. Once everything is working properly, you should be able to register and log in/out via your web app.
  • Its Christmas Time!

    14
    0 Votes
    14 Posts
    5k Views
    A
    @psychobunny said: Let me know how the watch holds up, I was looking at it for a bit and ultimately decided that it's way too bulky for me. When it arrives, I'll let you know.
  • two error: recent plugin, crf token

    1
    2 Votes
    1 Posts
    773 Views
    S
    one about nodebb-plugin-recent-cards: (node) warning: possible EventEmitter memory leak detected. 11 nodebb:ready listeners added. Use emitter.setMaxListeners() to increase limit. Trace at EventEmitter.addListener (events.js:179:15) at Object.<anonymous> (/.../node_modules/nodebb-plugin-recent-cards/library.js:8:9) at Module._compile (module.js:460:26) at Object.Module._extensions..js (module.js:478:10) at Module.load (module.js:355:32) at Function.Module._load (module.js:310:12) at Module.require (module.js:365:17) at require (module.js:384:17) at Object.Plugins.requireLibrary (/.../src/plugins.js:40:33) at registerHooks (/.../src/plugins/load.js:82:13) second: some users can't use reset password just on Chrome because of invalid csrf token but they are fine with firefox.
  • Individual post permissions.

    2
    0 Votes
    2 Posts
    1k Views
    julianJ
    Honestly? I'm not sure if this can be done with the privilege system... you could try it? Give access and topic create permissions to registered users, and nothing else...
  • nodeBB & DigitalOcean & other

    14
    0 Votes
    14 Posts
    4k Views
    KowlinK
    @djcyry Apache can work too with reverse proxy's if you feel more comfortable with that. Its also documented in the current NodeBB documentation. So long you host the 2 NodeBB forums on different ports it will work without any problems.
  • Anyone know how to fix ufw after changing kernel ubuntu

    7
    0 Votes
    7 Posts
    2k Views
    P
    @julian I am not running any other active forums or DO droplets to move the demo site to. I have a DO account just for the demo site. I will delete the droplet once I install it for free some where else.