Show User ID Number in Profile

Implement a feature to show the user’s unique personal ID number within the user center interface.
With the ID, user can know which number member a newly joined user is. During actual operations, I’ve found that users are more interested in knowing what number member they are.

This can probably be done in a theme component or plugin. I’m not sure it’s beneficial to have it in core.

7 Likes

Right. I’m pretty sure that the user id is in the load, so a theme component can add it.

I’d quite like group IDs to be made visible in this vein - they are quite a pain to drag out, yet are quite handy at times.

Can’t you just add .json to the group url? (it’s easier to read the json of you have a plugin that formats it)

I hadn’t thought of that - is pretty easy! You’ve got all the sneaky tricks, Jay!

1 Like

And the same trick would work with the user page to see that the user_id is available there (but I’m on my phone).

3 Likes