You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
have additional information linked to the user's profile
Why would you like to do it?
When organizing your own server, you want to display additional information in your profile.
For example, specify a job position, address, office (workplace), on vacation or not, and so on.
How would you like to achieve it?
The task would be greatly complicated if you add an admin meta field constructor, but in a simple case, this is achievable simply by adding one "description" field with line wrapping support and with the ability to disable user editing (so that the admin can configure this information).
And accordingly, display this information if you log in to the profile (in the same place where the DisplayName, online status, and so on are specified). If the description field is empty, the profile will look the same as before.
The "description" field is a fairly general approach if you look at the many other tools that allow you to customize your own profile, so it probably shouldn't cause a negative response.
Continuing with the work example, the filled-in "description" field could look like this:
position: software engineer
room: 665
on vacation: no
or like this, because it's just a string field.
Hi, i am Artem, this is my profile description, i like cats and dogs!
Have you considered any alternatives?
I can't imagine ;c
Additional context
No response
The text was updated successfully, but these errors were encountered:
Your use case
What would you like to do?
have additional information linked to the user's profile
Why would you like to do it?
When organizing your own server, you want to display additional information in your profile.
For example, specify a job position, address, office (workplace), on vacation or not, and so on.
How would you like to achieve it?
The task would be greatly complicated if you add an admin meta field constructor, but in a simple case, this is achievable simply by adding one "description" field with line wrapping support and with the ability to disable user editing (so that the admin can configure this information).
And accordingly, display this information if you log in to the profile (in the same place where the DisplayName, online status, and so on are specified). If the description field is empty, the profile will look the same as before.
The "description" field is a fairly general approach if you look at the many other tools that allow you to customize your own profile, so it probably shouldn't cause a negative response.
Continuing with the work example, the filled-in "description" field could look like this:
or like this, because it's just a string field.
Have you considered any alternatives?
I can't imagine ;c
Additional context
No response
The text was updated successfully, but these errors were encountered: