Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Christoffer Lernö
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 11
    • Best 0
    • Groups 0

    Christoffer Lernö

    @Christoffer Lernö

    0
    Reputation
    656
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Christoffer Lernö Unfollow Follow

    Latest posts made by Christoffer Lernö

    • Turning off notifications by default for all users

      I'd like to be able to decide what categories users are automatically subscribed to. I know there's a plugin to prevent new users from automatically subscribing to all categories, but I'd prefer a lot more granularity than that.

      Help?

      posted in General Discussion
      Christoffer Lernö
      Christoffer Lernö
    • RE: Emails can not be sent in 1.6.0

      Turns out mail fails when I run nodebb using ./nodebb start but not as a service. I'm not sure why...

      posted in Technical Support
      Christoffer Lernö
      Christoffer Lernö
    • RE: Emails can not be sent in 1.6.0

      @julian I don't even see any hint that there is an attempt to contact gmail. And I already did the work to make sure gmail worked. I've had it working consistently since 1.3.x. It broke on the 1.5.x -> 1.6.0 upgrade.

      It's like the mail queue isn't even processed. Is there some way I can debug it?

      posted in Technical Support
      Christoffer Lernö
      Christoffer Lernö
    • RE: Emails can not be sent in 1.6.0

      I have issues with gmail sends too. I don't see any errors... just nothing happens.

      posted in Technical Support
      Christoffer Lernö
      Christoffer Lernö
    • New in 1.2.0?

      Is there a changelist somewhere regarding what's new in 1.2.0?

      posted in General Discussion
      Christoffer Lernö
      Christoffer Lernö
    • RE: Edits are not shown on reload

      @baris What about this site, is it running the latest or 1.1.2? I can't reproduce it here.

      posted in Feature Requests
      Christoffer Lernö
      Christoffer Lernö
    • Edits are not shown on reload

      On my install, I have the following issue:

      1. Start a new topic, or reply to a current one.
      2. Edit the content, save.
      3. The updated content is now visible.
      4. Reload the page - the original content is now shown.
      5. Open edit - the result of the latest edit is now shown.
      6. Save without making any changes - see that the updated content is now visible (again)
      7. Reload - the original version is again shown.
      8. Restart NodeBB
      9. Open the topic - see that the edited version is now shown ok. 😞

      So I can only get edits to correctly show on the front page with 1.1.2. I'm using MongoDb if that makes any difference?

      posted in Feature Requests
      Christoffer Lernö
      Christoffer Lernö
    • RE: The proper way to deploy a custom plugin

      @phit can you explain how you mean?

      posted in NodeBB Plugins
      Christoffer Lernö
      Christoffer Lernö
    • The proper way to deploy a custom plugin

      I needed two customised plugins for our forum (one scaled back FB SSO and one for bulk user creation). Initially I had huge problems making the plugins actually show up. I ended up adding symbolic links to each from node_modules.

      That way they showed up as "installed" and could be activated.

      However, is this really "the right way" of doing it? The docs say use "npm install" (which installed the dependencies but not much more). What's the proper way of deploying a plugin that's not made for public use?

      posted in NodeBB Plugins
      Christoffer Lernö
      Christoffer Lernö
    • Best way of forking a plugin?

      Hello everyone, I urgently need a fix to facebook/twitter/google-sso. They're broken for invite only/registration queue settings.

      It's fairly straightforward to see the bug (the code for different behaviour on registration settings is in the registration page itself, not in the "user.create" function).

      I don't even need the full fix since I'm using the admin-only invite so I was thinking of forking these three plugins. But then it seems I'll lose the entire plugin update infrastructure within the admin pages.

      What's the best way of handling it? I haven't even started on any plugin dev yet so I don't know how to set things up honestly. Suggestions?

      posted in Plugin Development
      Christoffer Lernö
      Christoffer Lernö