Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. snodejoke
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 32
    • Best 7
    • Groups 0

    snodejoke

    @snodejoke

    7
    Reputation
    759
    Profile views
    32
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    snodejoke Follow

    Best posts made by snodejoke

    • Plugins not displaying in Admin console

      I can't seem to get any custom plugins to show up in the Admin console.

      I followed the "Writing Your First NodeBB Plugin" tutorial, but no matter how many times I restart / reload the server it still doesn't even show up in the Extend -> Plugins page.

      I'm also getting no results when I try to change the theme, I click 'Use' button, get the prompt to restart, and no changes have happened on restart.

      Does anyone have any suggestions to what I could be doing wrong / broken config?

      Thanks!

      posted in Plugin Development
      snodejoke
      snodejoke
    • RE: Setting User Language from WriteAPI

      Just found the language!
      'user:uid:settings'

      posted in NodeBB Development
      snodejoke
      snodejoke
    • RE: [nodebb-plugin-session-sharing] Session Sharing

      Thanks @Julian.
      It's all working now!

      posted in NodeBB Plugins
      snodejoke
      snodejoke
    • RE: Plugins not displaying in Admin console

      I found it last night, It may have been obvious, but was not explicitly listed as a step in the tutorial:

      For the plugin to be picked up, it also requires a package.json file to be created! Once you have all three files, this seems to be the minimum requirements for a plugin.

      posted in Plugin Development
      snodejoke
      snodejoke
    • Get all users from REST API

      I'm trying to get all users from the REST API by using path '/api/users/'

      The results don't contain all the users from the forum and the results are also paginated. I've tried putting '?page=2' at the end of the url, but this still just return the same results.

      Am I missing something in the request to get the additional page, or better still is there a way to return users in a non-paginated way?

      Cheers.

      posted in NodeBB Development
      snodejoke
      snodejoke
    • RE: Extending routes into the write api plugin

      Thanks a lot. This should save me loads of time! 🙂

      posted in Plugin Development
      snodejoke
      snodejoke
    • RE: Emoji in Username

      Thanks a lot @JasperNL, that's really helpful.

      If I get some availability any time soon, I'll sort out a PR for accepting the emoji unicode range.

      posted in NodeBB Development
      snodejoke
      snodejoke

    Latest posts made by snodejoke

    • RE: Emoji in Username

      Thanks a lot @JasperNL, that's really helpful.

      If I get some availability any time soon, I'll sort out a PR for accepting the emoji unicode range.

      posted in NodeBB Development
      snodejoke
      snodejoke
    • RE: NodeBB Controlled by Monit

      I'm having the same issue!

      If anyone has any experience with this, it would be really helpful.

      posted in Technical Support
      snodejoke
      snodejoke
    • RE: Emoji in Username

      Does anyone have any insight into if this would be possible with a plugin?

      @julian / @baris Do you have any suggestions?

      Thanks.

      posted in NodeBB Development
      snodejoke
      snodejoke
    • RE: Emoji in Username

      I agree with you about Emojis in usernames not being a good idea.
      Unfortunately, this is an existing feature in the community and so will need to be handled by the forum in order for it to integrate.

      😿

      posted in NodeBB Development
      snodejoke
      snodejoke
    • Emoji in Username

      I have a custom Auth system connected to NodeBB, which allows Emoji to be used within the username. This is causing problems when it tries to create the matching account within the forum.

      I have nodebb-plugin-emoji-extended enabled.

      Is there any way to allow Emoji within the username field?

      Cheers.

      posted in NodeBB Development
      snodejoke
      snodejoke
    • RE: [nodebb-plugin-session-sharing] Session Sharing

      Thanks @Julian.
      It's all working now!

      posted in NodeBB Plugins
      snodejoke
      snodejoke
    • RE: [nodebb-plugin-session-sharing] Session Sharing

      @julian This plugin looks great. I'm linking to the forum from within a mobile app, so it will be perfect for user experience.

      I'm having a couple of issues getting it to work though:

      • From the Session Sharing admin page on user search I keep getting 'We were unable to find a remote id belonging to that user'. I assumed this was just the uid? I don't get any results for remote ID search using uids.

      • Running NodeBB in dev mode, I can call the '/debug/session/' endpoint and get a 200 OK response. A document in the sessions collection is created with session value {"cookie":{"originalMaxAge":1209600000,"expires":"2016-05-25T14:36:09.230Z","httpOnly":true,"path":"/"}}' but no testUser is created.

      • I've tried creating a cookie to test in the browser with 'javascript:document.cookie="token=<JWT token>" 'but it doesn't seem to be picked up by the page

      I do have the authentication overridden (hook "action:auth.overrideLogin") with my own system, so I'm hoping that isn't related to this, or likely to cause issues down the line.

      I'm currently running v1.0.2, if that helps.

      posted in NodeBB Plugins
      snodejoke
      snodejoke
    • RE: Japanese Localization

      Thanks Julian, you're a legend!

      posted in NodeBB Development
      snodejoke
      snodejoke
    • Japanese Localization

      I'm having an issue when changing my user language to Japanese, it just doesn't seem to recognize it.

      I can see the json files in the public/languages/ja directory and they're mostly populated, but I just get a combination of English and labels when this is applied. Is this anything to do with the dropdown displaying ja_JP and the language directory being ja?

      Other languages work. Chinese simplified and traditional, Arabic and Korean are all fine.

      I have a team of guys who can complete the remaining Japanese translations but I need to get the existing ones working first, so any help would be greatly appreciated.

      @julian & @baris, would it be possible to send you guys the completed json files for the completed translations, rather than go through the transifex interface? This would be a much simpler way for us to work with our team in Japan.

      Thanks a lot!

      posted in NodeBB Development
      snodejoke
      snodejoke
    • Get all users from REST API

      I'm trying to get all users from the REST API by using path '/api/users/'

      The results don't contain all the users from the forum and the results are also paginated. I've tried putting '?page=2' at the end of the url, but this still just return the same results.

      Am I missing something in the request to get the additional page, or better still is there a way to return users in a non-paginated way?

      Cheers.

      posted in NodeBB Development
      snodejoke
      snodejoke