Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Tags
    3. user
    Log in to post
    • All categories
    • Prashanth Ballal

      User profile fields
      General Discussion • custom fields profile registration user • • Prashanth Ballal

      5
      0
      Votes
      5
      Posts
      93
      Views

      T

      @varun-ganesh-d Thank you for the information!

    • H

      UNSOLVED Username length
      Technical Support • bug check user username • • H7

      2
      1
      Votes
      2
      Posts
      862
      Views

      H

      Long usernames are generated when using SSO at registration (all good).

    • Doppy

      How get current user data in nodebb
      General Discussion • plugin uid user • • Doppy

      2
      0
      Votes
      2
      Posts
      2216
      Views

      baris

      You can't get the current user data without their uid. If you have access to the express req object you can grab it with req.uid or if it is a socket call then its socket.uid. The value of uid is 0 if the user is not logged in.

    • Nicolas

      UNSOLVED Hook: user is online
      Plugin Development • hook online user • • Nicolas

      3
      0
      Votes
      3
      Posts
      1790
      Views

      julian

      @Nicolas Sorry about the delay 😆

      Consider listening to this socket call, which is sent to all connected clients, it seems.

      socket.on('event:user_status_change', function() { console.log(arguments); });
    • S

      Recommand: Attracting developers and end users to nodeBB
      General Discussion • developer developers migration nodebb user • • sanatisharif

      5
      3
      Votes
      5
      Posts
      2579
      Views

      Jenkler

      @a_5mith said in Recommand: Attracting developers and end users to nodeBB:

      are we explaining what each individual hook is for,

      It would be nice if each individual hook was more explained. A lot of try and fail now + google 😛

    • Charly86

      Need guru's help, unable to log on fresh 0.8.0 even with local admin
      Technical Support • 0.8.0 property undefined user • • Charly86

      12
      0
      Votes
      12
      Posts
      4748
      Views

      Charly86

      @julian,
      it 's the same thing

      Internal error. Oops! Looks like something went wrong! /auth/github/callback Cannot read property '0' of undefined

      is there a way to clear github related information from a user in the nodebb database ?

    • Hägar

      User search broken [0.7.0]
      Bug Reports • 0.7.0 bug search user • • Hägar

      17
      0
      Votes
      17
      Posts
      6820
      Views

      julian

      @terfex I don't think so... 2.8 just included a new command we take advantage of.

    • Nicolas

      Alter Profile with a Plugin
      Plugin Development • plugin profile template user • • Nicolas

      2
      0
      Votes
      2
      Posts
      1678
      Views

      Nicolas

      Good news, that we don't need to add filter, there is filter for user profile: filter:user.account
      But what is about static template?

    • S

      Fresh install - User bugs again
      Bug Reports • clean install online user • • Scuzz

      12
      0
      Votes
      12
      Posts
      4047
      Views

      S

      noticed it here too. I'll update and see if it fixes.

    • S

      User problem after a database restore
      Bug Reports • database restore user • • Scuzz

      7
      0
      Votes
      7
      Posts
      2361
      Views

      S

      @baris Cheers man, worked like a charm! ❤