User talk:Admin
Dear, Admin
The below message is quite rude and I'm sorry that you received it, I hope you're doing well.
Sincerely, Kity.
Message for you
Don't fucking ever talk to me again you ugly piece of shit
Bug status
Custom fonts still don't show up on mobile but since you've just recently made the change, I'm going to assume that things will take a little while to work themselves out. Was it the PHP update that broke the external link icons and dropdown arrows on RC? 🇷🇴 00:18, 27 March 2025 (UTC)
- The issue seems to be related to "url()" parameters in CSS being screwed up to where the main URL is ignored and overwritten with nothing. Check this outputted CSS stylesheet for the vector skin, and search for "url(?" to see all the broken image URLs. So I did a check and looked at the class "#mw-indicator-mw-helplink a". It's background-image property has a broken url() that points to "?15b31".
- I checked another wiki's exact same css and found what should be the proper file directory for "#mw-indicator-mw-helplink a". When checking if the file exists on this site, it does not: https://wiki.tf2classic.com/resources/src/mediawiki.helplink/images/helpNotice.png?15b31. What's at the end of that file URL? "?15b31".
- As for the broken fonts on mobile, checking the outputted MediaWiki:Common.css shows "url("")" for the custom fonts. Since they didn't have a "?" string at the end, they get blanked out.
- Something somewhere is stripping the entire URL out of url() parameters, except for "?" and anything that comes after. And also the needed files can't seem to be found on the site anymore. What's somewhat odd is the fonts work fine on desktop, but not on mobile. Yet all the icons just don't appear at all, be it desktop or mobile. 🇷🇴 07:13, 31 March 2025 (UTC)