#Missing @ before Username? Mention where to find it here...
1 messages · Page 1 of 1 (latest)
looks interesting..
this should be default. looks so much better
This one better for me i mean the color but nice the @ is good so far :
/* Add "@" before Usernames */
/* User Area */
[aria-label="User area"] [class^=nameTag_] [class^=hovered_]::before,
/* Switch Accounts */
[class^=submenu_] [class^=userMenuUsername] [class^=defaultColor_]::before,
[class^=accountCard_] [class^=userDetails_] [class^=username_]::before,
/* Profiles - Credits to Skye */
:where([class^=userPopoutInner_], [class^=fullSizeOuter_], [class^=userPanelInner_]) [class^=userTagUsername_]::before,
/* Mod View */
[class^=guildSidebar_] [class^=memberNameContainer_] [class="text-md/medium_dc00ef"]::before,
[class^=userProfileModalOuter_] [class^=memberNameContainer_] [class="text-md/medium_dc00ef"]::before,
/* Members List */
[class^=roundedRow_] [class="text-xs/normal_dc00ef"]::before,
/* Roles/Add Member */
[class^=addMemberRow_] [class*=rowLabelSubText_]::before,
/* Roles/Members */
[class^=memberRow_] [class*=userTag_]::before,
/* Emoji */
[class^=emojiRow_] [class^=colorStandard_]::before,
/* Stickers */
[class^=tiers_] [class^=user_] [class="text-xs/normal_dc00ef"]::before,
/* Soundboard */
[class^=soundTable_] [class^=uploader_] [class^=defaultColor_]::before,
/* Audit Log */
[class^=auditLog_] [class^=title_] [class^=defaultColor_]::before,
/* Ban List */
[class^=bannedUser_] [class^=username_]::before,
/* Friends list */
[class^=peopleListItem_] [class^=infoSpacing_]::before,
/* Settings/My Account */
[class^=accountProfileCard_] [class^=field_]:nth-last-child(3) [class^=usernameInnerRow_]::before {
color: #d0d1d2;
content: "@";
}
i like the color as muted because it makes the username stand out more and not the @
if anyone knows any ui's anywhere in discord that has the username but no @ tell me where to find it, i got time to update the GitHub.
hello, bots with a space near name don't seem to have it
changed the full size profile class which should support old and newer profiles.
Can you make it so we can customize the @ color? tbh i dont like the greyish @
bots dont use the new username system.. so, why should a bot has a @ before the name, even if the bot has a discriminator (makes no sense to me)
/* Add "@" before Usernames Using custom color */
/* User Area */
[aria-label="User area"] [class^=nameTag_] [class^=hovered_]::before,
/* Switch Accounts */
[class^=submenu_] [class^=userMenuUsername] [class^=defaultColor_]::before,
[class^=accountCard_] [class^=userDetails_] [class^=username_]::before,
/* Profiles - Credits to Skye */
:where([class^=userPopoutInner_], [class^=userProfileModalInner_], [class^=userPanelInner_]) :where([class^=userTagUsername_], [class^=username_])::before,
/* Mod View */
[class^=guildSidebar_] [class^=memberNameContainer_] [class="text-md/medium_dc00ef"]::before,
[class^=userProfileModalOuter_] [class^=memberNameContainer_] [class="text-md/medium_dc00ef"]::before,
/* Members List */
[class^=roundedRow_] [class="text-xs/normal_dc00ef"]::before,
/* Roles/Add Member */
[class^=addMemberRow_] [class*=rowLabelSubText_]::before,
/* Roles/Members */
[class^=memberRow_] [class*=userTag_]::before,
/* Emoji */
[class^=emojiRow_] [class^=colorStandard_]::before,
/* Stickers */
[class^=tiers_] [class^=user_] [class="text-xs/normal_dc00ef"]::before,
/* Soundboard */
[class^=soundTable_] [class^=uploader_] [class^=defaultColor_]::before,
/* Audit Log */
[class^=auditLog_] [class^=title_] [class^=defaultColor_]::before,
/* Ban List */
[class^=bannedUser_] [class^=username_]::before,
/* Friends list */
[class^=peopleListItem_] [class^=infoSpacing_]::before,
/* Settings/My Account */
[class^=accountProfileCard_] [class^=field_]:nth-last-child(3) [class^=usernameInnerRow_]::before {
color: #ff0000; /* Replace with your desired hex color code */
content: "@";
}```
@warm shell why [aria-label="User area"] instead of [class^=container_]
because there could be other containers, the aria-label is much better.
in short aria label is more specific and intuitive then using a wildcard which can affect other classes if not as specific.
but what if you using an other language than english?
and the container must have nameTag_ ... so if there is a container that does not have a nameTag_, then it will not work :p
I honestly forgot about that, thanks for the tip!
Are you saying aria-label doesn’t work on other languages or doesn’t exist etc?
aria-label text changes on almost every language
@tiny socket published it, should take a few minutes!
idk, i'm not so good at css and can't find any other way to do it (the end of the file)
for changing the "@" color
:root {
--at-color: red;
}
so.. don't blame me 🥲
the thing about this is that people already have the import url, if i updated the snippet to include the root part with the color var wouldn't that break the previous snippet?
they would need to copy the root part if i added it.
no.. if a :root is inside a .css they don't have to add manually the :root part because its a default value, they can add it if they want to change the color
you can test it before 🤷♂️
Funny thing is they DID have it
And then like one twitter user complained about it so they removed it
A twitter user who has lived with an @ in their username for years already
discord
if you don't pick a color Discord automatically picks it for you to match the rest of the username ^^
for anyone else wondering
by the way if you're using the ShowMeYourName Plugin, here's a snippet to add an @ before the username!
.vc-smyn-suffix::before {
content: "(@";
}```
⚠️ this will only look good if the option is set to 'Nickname then Username' only!
@warm shell theres a silly issue when it comes to bots in audit log
fix has been pushed, give it a few minutes and then refresh discord.
you should be able to refresh discord and it will apply the fix now
discord is working on a desktop refresh (looks ugly) so if anything breaks or you notice new elements without the @ before the username please mention it here.
fixed an issue where it would add multiple @ symbols in mod view audit log.
it was related to the bot profiles support which now it will check for one class instead of two now.
just added support for create dm / add friends to dm popout.
?remind 10h add support for auto complete
Alright @warm shell, in 10 hours: add support for auto complete
a bot should not have a @ because they not use the new username system
half of these would require a plugin to ensure it isn't added to bots.
im just leaving it as that incase bots have a unique username system in the future.
hm.. i see
Which they will
I heard discord is already in the progress for that
thats kinda sad :p
:p if you say so
you sure?
wont that break a lot of current bots?
yes bro
from what i heard
the bot's username will be different then on a user's username
so if a user takes shiggy
a bot can still have the username shiggy
Wtf
imo discrim tags should stay for bots as you should be able to name your bot whatever you'd like
theres no option for display name at all
true
Discriminators looks so ugly I'm ngl
if anyone can spot any areas where there's no @ before the username please say it here.
keep in mind that some of these are impossible without a plugin.
Username Symbols Update:
- fixed it not showing the @ in the auto complete fields when you try to mention someone or perform a slash command on them etc.
- removed the @ symbols from bots in some aspects around discord while also adding comments to classes that indicate it is impossible to remove the @ from bots in the github.
(Where the bot @ symbol remains - would require a Plugin to remove)
- Mod View
- Quick Switcher / Search Results
- Members list (the one in server settings or in channels list, not normal one)
- Audit Log
- Start of DM's
continuing on this, they should now also show when viewing reactions.
am i tripping or is the image not loading
How about now?
added support for report user profile
suprised i missed this part but they should also now show up in the start of dms with users, this doesn't ignore bots since the discriminator is in the same text as the username.
fixed the @ not showing in the popouts, discord removed the previous class for it.
heres the couple of updates made these past few weeks:
- added support for polls
- added support for application interaction info which shows who made the interaction with the bot
- added support to filter by user in audit log
- added support for ReviewDB Plugin
- fixed it not working correctly in the message box auto complete
just fixed it not showing on the profiles
if anyone can chip on and add support for the forward to frame, feel free! i'll add you to the credits.
^ finished
been a while, fixed message box auto complete, forward to, report user profile and added support to the content & socials which contains ignored and blocked users.
fixed it not showing the symbol in the mod view.