[02:08:29] I was on vacation :biheze: [02:15:18] [1/2] We don't have cypro in the U.S. 🙁 [02:15:18] [2/2] (Or we didn't last time I could have benefited from it.) [02:34:19] [1/2] Hey all! Relatively new Miraheze user here. Long time wiki admin (+10 years?!) back from back when Fandom was still "Wikia" then moved to "WikiDot" and now new to "Mirahenze". We had previously tried self hosting a MediaWiki but that attempt died in SPAM and technical issues so happy to be here. Still setting up all my templates and infoboxes but looking forward to moving my communi [02:34:20] [2/2] ty. [02:34:52] [1/4] https://historiasgrandiosases.miraheze.org/wiki/Plantilla:Destruir [02:34:53] [2/4] https://historiasgrandiosases.miraheze.org/wiki/Plantilla:Destruir/styles.css [02:34:53] [3/4] I need a CSS/JS expert to help me with some CSS code for the Template: Destruir/styles.css to delete spam pages. [02:34:53] [4/4] I also need to create the template using the code for it to work correctly. [04:01:28] Is there a way to lower the maximum filesize? I know my userbase, I seen them max out our Wikidot community storage with excessive resolutions and uncompressed bitmaps. Is there any way to set a LOWER maximum filesize, maybe just a couple MB, to discourage this behavior? Maybe block BMP files altogether because they really like BMPs despite me telling them to not use it for years. [04:13:41] [1/2] In `Special:ManageWiki/settings`, disable `bmp` in `$wgFileExtensions`. [04:13:41] [2/2] As for the max file size, it needs to be adjusted with a [[Phorge]] request. [04:13:41] [04:14:53] Hmmm [04:14:56] Though now that I think about it, you might be able to achieve the same thing with AbuseFilters (disallow uploads of files with size > some number), but that will come with a small learning curve if you've never used it. [04:15:00] I wonder if the- [04:15:05] Yup lol [04:15:07] Thanks I will put the request in. I been managing my community for years, I know them, I don't trust them at all to use reasonable file sizes on their images lol [04:15:08] beat me to it [04:15:24] though it allows for admins or trusted users to bypass [04:16:41] file_size is a variable that can be checked against yup [04:16:52] I can help with the filter if you’d like [04:18:39] If it's something I can. Impliment myself that would be great. I trust my admin team with file sizes bit I am intent on limiting my common user to something really low because I have seen what they have uploaded I our past wikis. [04:20:52] I can send over the guides on AbuseFilter if you’d like, or I can probably make the filter myself through my inherited permissions [04:21:46] If that’s preferable to you [04:21:57] Though it is good to understand how it works [04:22:00] I can give it a shot, I am hands on and like to learn, I can always ping again if I need more handholding. [04:22:42] Have at it mate https://www.mediawiki.org/wiki/Extension:AbuseFilter [04:23:02] The variable you’re checking against should be `fize_size` in bytes [04:23:26] Extension is globally enabled already since we use global filters for anti abuse [04:41:12] [1/2] Does this look correct? I think I got the syntax right. [04:41:12] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1480062808589598913/image.png?ex=69ae4f67&is=69acfde7&hm=ece14c8fc86d9601064993ce8a9286bbf59fc5209e6d8de74893ae42320b2bdc& [04:44:04] <18.748.837.46> bros name is hentai [04:52:04] don't think file_size needs to be a string [04:52:49] You can try upload with an alt to make sure it does block edits. You can also try to exempt sysops from this rule in case an admin does need to upload a larger file. [04:55:30] i also recommend adding stashupload: https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:AbuseFilter/Rules_format#Notes [05:06:57] [1/2] I think I got it, not sure if there was a way to compress it but I think it works. [05:06:57] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1480069287858409564/image.png?ex=69ae5570&is=69ad03f0&hm=b9e7cd7b5cb4242df46d145cd81870a5d599d856291a0cd82a3641aaf8f9d3f8& [05:07:40] you can do `(action == 'upload' | action == 'stashupload')` [05:13:29] Thanks for the help. That should help reign my community in. They were infamous for uploading overly large images and I had to clear our Wikidot storage every couple months because our old platform had no way to limit max upload size, but also charged us if we excedded our free storage. [05:13:39] ouch [05:14:04] we have an abuse filter for images' resolutions, but only just in case we forgor lol [05:18:21] <_chrs_> also, best way to do the group check is `!contains_any(user_groups, "sysop", "bot")` [05:22:54] <_chrs_, replying to nekomode> this is because `=` (you should use `==` for clarity but they're the same thing) checks for equality and `user_groups` is never going to be equal to 'sysop' (it contains `*` and `user` among other things) [05:23:39] mh reached 10k members [05:23:41] thats cool [05:27:13] nothing like a proper maintenance notice to boost member count [05:36:22] the shameless plug [05:36:34] 🙂‍↕️ [07:07:04] [1/2] Hello, I'd like to configure what appears when hovering over a link like this. How can I make it appear? [07:07:04] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1480099517658566686/2026-03-08_160510.mp4?ex=69ae7197&is=69ad2017&hm=e6bfc62c459d65e72af5ffb7d8cb65fdd8c771472a847aa8a67df2ad769971df& [07:08:09] https://cdn.discordapp.com/attachments/407537962553966603/1480099791886090281/2026-03-08_160759.mp4?ex=69ae71d9&is=69ad2059&hm=27cfe7055951d5c5739cd0859c73c3c12740dc10b24a4639cd88df721e94a2a9& [07:11:38] cant tell if im hallucinating [07:11:55] but i saw some webhook also give a link to the user's info in centralauth [07:12:39] [1/2] it would show up in thi [07:12:40] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1480100924931444746/image.png?ex=69ae72e7&is=69ad2167&hm=5d694512e3165092bfc7da24422292cc5dc25f4230b2e8e505940756b0feef36& [07:29:20] for this popup behaviour to appear, enable the Previews extension [07:32:29] Right, I'll give it a go [09:23:50] [1/2] does anyone know what this mean [09:23:50] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1480133935156695111/image.png?ex=69ae91a5&is=69ad4025&hm=75c7ce20111f1c2eeb532878e360ff2f644860abf6fdebfd7f6c4d5f49cc37ea& [09:23:57] and this server has 10000 members wow [09:42:37] oh great it fixed itself [10:17:45] It just means that the Swift image hosting platform we use was unavailable at that time. [10:19:22] fire [12:16:05] https://cdn.discordapp.com/attachments/407537962553966603/1480177283451981954/IMG_3714.png?ex=69aeba04&is=69ad6884&hm=1f1fe9d3a7ef5babb6b131a05e769f04fc14abd66d181025aea21e87ac2b4356& [12:16:15] 😭 [12:16:25] 9999 ❤️‍🩹❤️‍🩹❤️‍🩹 [12:16:48] <_arawynn> That means we get to celebrate 10k again [12:17:02] Hell yeah [12:50:09] did we reach 10k? [12:50:17] for a while [12:50:25] sweet!! [12:50:30] its down to 9999 now [13:32:10] 8 of the are bots they dont count!!!! [13:33:31] https://tenor.com/view/morgan-freeman-true-morgan-freeman-true-nodding-gif-13973817878387504960 [13:33:34] 9991 then [13:33:38] miraheze fell off [13:44:52] 9999 [13:44:54] Wtffff [13:44:55] Fucked up [13:44:56] @notayothepizzahere5039 Watch your language. [13:45:10] @Dyno How about you kill yourself [13:45:17] Dumb robot [13:45:43] 9998 [13:45:45] Brooooo [13:45:59] woah there [13:46:11] hold ye horses! [13:52:47] quick! invite a couple of random users! [14:00:46] sigh [14:14:24] Can I a request a wiki to be a clean slate or reset or something like that? [14:14:29] Just feels like I messed something up [14:14:32] There's no actual content [14:14:43] request it on phorge im pretty sure [14:28:43] Ye [14:55:06] Is the data migration still ongoing? [14:55:59] If it is i suppose it would explain why the log in page doesnt load up [15:00:33] That data migration should have nothing to do with pages, just files [15:00:38] And I believe it is over yes [15:00:45] Hmmmm [15:00:52] What issue are you facing specifically [15:00:57] Maybe its from my own device [15:02:17] Well my wiki is private and i try to went in by clicking the log in option as per usual but it been buffering for 10 minute or so [15:02:32] Tried refresing and doing it again and it still the same [15:06:22] Hm [15:06:26] Can you log in through Meta Wiki [16:46:43] how do i make my wiki not get ‘inactive’ when i have nothing else to add in it and it’s finished?? [16:47:31] i wanna know for the future [16:47:44] apply for a dormancy exception [16:51:44] [[dormancy Policy#Exemptions]] [16:51:45] [18:11:12] First and last warning, not appropriate for this server. [18:25:18] [1/3] i accidentally clicked the move to sidebar button in the tool menu and now it's gone unless i minimize the tab, how do i revert this? [18:25:18] [2/3] https://cdn.discordapp.com/attachments/407537962553966603/1480270200858218678/image.png?ex=69af108d&is=69adbf0d&hm=17bae0379d4102c7d8e3a79b008b128d3d85e56d2311ee0cf9f5d400a7f9ea80& [18:25:19] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1480270201260867635/image.png?ex=69af108e&is=69adbf0e&hm=e469ebaf6a7d287a4c704debf41e7f2ff59b5da51176dc3a9ee2af1bd05ae0ac& [18:29:29] https://cdn.discordapp.com/attachments/407537962553966603/1480271253666529290/image.png?ex=69af1188&is=69adc008&hm=c17e8a3ac4773adcf347ac175bdaa6d198828d4442e0fd7c755096548c1302fa& [18:29:54] [1/2] for better context [18:29:54] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1480271359031513312/image.png?ex=69af11a2&is=69adc022&hm=9531087c8ef90d3c32536effcc500663224b7f459442c8cdc853e3b2e541f9c4& [18:34:44] hmm strange i don't see that option [18:36:41] https://cdn.discordapp.com/attachments/407537962553966603/1480273066582999181/image.png?ex=69af1339&is=69adc1b9&hm=0f38a160caf69512518f9722ee826f1322f73cce3dcd398f0ad21589a210a9fe& [18:36:50] sorry for weird color, still changing it [18:37:27] should appear on any other pages then [18:38:15] they're all gone [18:38:27] link? [18:38:51] [1/2] the minimized version doesn't have it either [18:38:51] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1480273610823176283/image.png?ex=69af13ba&is=69adc23a&hm=8c5309b6288368692d17f851d59d759a601306f00f5a0fd689b2f82a7ed5a3f2& [18:40:08] nvm it only appears in settings [18:40:17] TIL [18:45:46] idk why you are trying to theme the light theme to be dark, when there is a dark theme, nor why you are hiding several elements that caused this issue as well [18:55:07] Also, Citizen thinking confuses me, do they us etheir own speical snowflake system for colors [18:56:29] do you mean [OKLCH](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/color_value/oklch) ? [18:56:52] you can still use rgb if you'd like iirc [19:00:36] I use hexcodes [19:00:45] or hex as well, yes [19:00:55] use any you'd like [19:11:27] Are you sure it will work? [19:15:06] It works just fine [19:15:36] But you can only use oklch for advanced stuff [19:48:37] https://cdn.discordapp.com/attachments/407537962553966603/1480291160910987315/image.png?ex=69af2413&is=69add293&hm=b0956067db6fd87208ada0b595d9e93d193efbdd69ab5084b3e4f73d4c19dba6& [20:20:24] Out of curiosity, is there an official/unofficial mobile app (android) for Miraheze or any recommended unofficial one? Or not really [20:21:44] <_arawynn> not as far as I'm aware, however there are plenty options provided by the skins for mobile usage [20:22:00] Oh ok then [20:45:17] No and there are no plans for a Miraheze wide app [20:45:51] I started one a couple years ago but never finished it. [20:46:09] It was like 60% done though. [20:46:19] Really? [20:46:27] I don't remember ever hearing about that [20:58:06] Wasn't it one of those... ptw things? I forget the word. [20:58:15] The website-in-a-box type app [21:01:30] Progressive Web App [21:01:32] PWA [21:01:33] That's the one [21:01:52] My local county group made one for its annual fair, very cool [21:02:50] My vague recollection was that there was an extension in the works that made it easy to PWA-ify a wiki [21:02:53] Citizen supports that [21:03:15] these days half our wikis offer PWAs out the box and the other half need just enable the extensioned named that [21:05:11] Neat! [21:06:14] all we're really missing to make a global miraheze app is a smooth way to jump between the wikis [21:06:33] maybe favourites n stuff like that [21:07:43] you would also have to pay $99 per year though if you wanted to put it in the app store [21:09:51] well aint that a reason to hate apple [21:10:01] More advanced then that it allowed configuration of what wiki to load, and used some API access to change things beyond just a website in an app to go with app better. [21:10:12] play store though is $25 one time [21:17:24] those cunts are also charging now??? [21:18:27] at least its just one time and not a subscription but yeah [21:21:09] For at least 10 years it has. I remember doing it about 10 years ago. [21:21:23] i do live under a rock sometimes [21:21:41] gotta make money off the absolute slop that gets uploaded somehow i guess [21:25:46] So you're telling me these AI slop devs pay a one-time fee to be on the play store? That makes a lot of sense now. [21:26:13] And here I thought Google just had low standards. [21:31:22] It’s Google [21:35:00] that's actually alright in my book [21:35:14] capitalism moment [21:35:41] the amount of time i spend at work "fixing" old peoples phones bc "local weather app" was actually adware [21:36:01] I mean.... [21:36:10] It is an ad-filled mess [21:36:18] paying is fine but the following is worse? https://keepandroidopen.org [21:36:27] true [21:36:45] i probably sound insane on irc due to the amount of typos i make due to competing thoughts on what to write [21:39:32] not to mention literally any app called "solitaire" [21:39:36] or "pdf reader" [21:39:39] "qr code scanner" [21:40:39] CLOSE the playstore [21:40:42] its awful [21:41:26] agree, i get most of my apps from fdroid lol [21:42:00] [1/2] what the hell are these search results brah?? 🥹🥹🥹 [21:42:00] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1480319702101135634/IMG_3796.png?ex=69af3ea7&is=69aded27&hm=b9cb5bf2b21c4e4758b9aff101fe872da2eec7e6e1f4c67a0d3d355359f0cadd& [21:42:20] BlockStarPlanet Wiki | Fandom [21:42:45] I'm not one for dooming, but I don't really like online petitions or boycotts because I don't think the multi-billion dollar company will really care... Maybe in a ideal world where companies listen to the consumer. And maybe Google would listen, and my mentality would improve a bit. [21:42:45] “Hmmm which BlockStarPlanet logo should I choose!!!” [21:43:17] even if i shared the pessimism i would at least still try [21:43:50] maybe google wont but theres plenty more that can take action against it [21:44:19] would be funny if people publically shared fucking zero days to root your android phone after this [21:45:33] That'd be funny, I remember that happened with Mojang when people on 4chan shared the source code for Legacy Editions of Minecraft. [21:45:35] Fun fact: The relay used to relay every. single. edit. as a new message [21:45:52] I have accidentally spammed IRC due to my habit of micro-editing [21:46:24] wmbot will never recover from this [21:46:49] who is mirahezerelay and how do they keep texting so much [21:47:17] [1/2] i'm trying to add a request on the steward notice board, and a little captcha box shows up, but there's no captcha [21:47:17] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1480321030747717885/image.png?ex=69af3fe4&is=69adee64&hm=8c37654d67a77ebb498b68667e8246149855fbfeb53204ce92ea0950333638dc& [21:47:32] gotta use source or visual editor [21:47:46] dicussiontools is still broken it seens ^^; [21:48:07] surprised the wmf hasn't fixed this, but it's the wmf ¯\_(ツ)_/¯ [21:49:08] What request type [21:49:22] https://meta.miraheze.org/wiki/Steward_requests/Miscellaneous just added, maintanence null edit [21:49:55] i see, it was linking external so that's why it was asking for captcha. source edit works there [21:53:59] fwiw you can link to miraheze wikis like so: [[mh:battlenations:Rocks]] [21:54:00] [21:54:16] secondly this is a tech/[[Phorge]] ask and not a steward ask [21:54:22] [21:55:59] im not sure why the import script didnt run the refreshlinks script [21:58:15] ty, gotta figure out to use phorge now [22:01:54] does wikilinking like this also work on phorge? [22:02:25] im not quite sure if interwiki worked well there but we dont restrict links there anyway [22:02:50] interwikis work on phorge, yeah [22:03:41] https://github.com/miraheze/phorge-extensions/blob/main/src/mediawikilinks/MediaWikiLinksRemarkupRule.php [22:03:49] sweet [22:05:02] thanks for the assistance y'all [22:40:14] [1/2] Moderators. Can you please approve my wiki about amanda the adventurer? Here is the logo for it. [22:40:14] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1480334355074257098/Amanda-Pedia.png?ex=69af4c4d&is=69adfacd&hm=1fda6424d9817473aa8a9ce59c161f2a1c1efd31fb5cb7ec34cce61e473a9f56& [22:40:18] Absolutely, and thanks for bearing with us, it can be a little confusing to navigate our different venues at first [22:41:12] Wiki requests are reviewed by volunteers in the order they are received, we currently have a bit of a backlog [22:44:25] https://alternatehistory.miraheze.org/wiki/Valoria [23:04:57] how do i remove myself as a bureaucrat ? do i need to put in a request? [23:09:52] [1/2] you can edit permissions on Special:ManageWiki/permissions and go to the group assignments tab, then allow bureaucrats to remove bureaucrat from self [23:09:52] [2/2] Or you could send a request at [[SR/P]] and someone will do it for you [23:09:53] [23:13:29] thanks !!