Binpress Podcast Episode 4: Julian Lam of NodeBB

General Discussion

Suggested Topics


  • 0 Votes
    1 Posts
    35 Views

    I want to upload images to S3 or CF,but there isn't plugins I found,so I store the picture locally
    How do I set images to be cleared automatically, or how do I set posts to expire and be cleared,please help me..
    The follows are not working .
    5decafad-0415-4078-b5a7-19dfe13d6b93-image.png
    39f03afc-d960-4f44-9e09-aaf5a5551c2a-image.png

  • 0 Votes
    4 Posts
    2k Views

    @kenygamer I'm far from a developer. The folks at [email protected] are probably the best bet for a customer plugin. It sounds like you don't want to use single sign on (which relies on cookies or session tokens), you want to use a full on external database for authentication.

    I think from a user experience, cost, and level of effort; you'd be better just having the users register on the forums.

  • 0 Votes
    2 Posts
    1k Views

    Your config file looks good, paste output of this command to rule out any user error?

    cat /home/javier/proyectos/foros/config.json

  • 0 Votes
    18 Posts
    7k Views

    @Codejet good approach.
    And thanks for the info.

    I'll move us back to 0.6.1 from 0.6.x. It isn't a big operation, we anyway need to run a full import into a clean database when we do the final move.

    The experience with NodeBB has been really good.

  • Watching NodeBB

    General Discussion
    0 Votes
    5 Posts
    3k Views

    @Oroton said:

    Can you Bridge nodebb with others so when it saves a new registration it can store username into a new DB

    There is a filter:user.create hook, so you could create a plugin to do that.