Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User talk:Admin: Difference between revisions

Discussion page of User:Admin
Moose (talk | contribs)
Created page with "===Message for you=== Don't fucking ever talk to me again you ugly piece of shit"
 
VivaRomania (talk | contribs)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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===
===Message for you===
Don't fucking ever talk to me again you ugly piece of shit
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? [[User:VivaRomania|🇷🇴]] 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 [https://wiki.tf2classic.com/w/load.php?lang=en&modules=ext.embedVideo.styles%7Cjquery.makeCollapsible.styles%7Cmediawiki.feedlink%2Chelplink%2Cicon%7Cmediawiki.interface.helpers.styles%7Cmediawiki.rcfilters.filters.base.styles%7Cmediawiki.special.changeslist%7Cmediawiki.special.changeslist.enhanced%2Clegend%7Cskins.vector.styles.legacy&only=styles&skin=vector 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 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 [https://wiki.tf2classic.com/w/load.php?lang=en&modules=site.styles&only=styles&skin=vector 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. [[User:VivaRomania|🇷🇴]] 07:13, 31 March 2025 (UTC)