[00:03:08] blahaj [00:03:24] jealous of anyone who has more than one [00:04:49] The headquarters is just like, a state of mind. An aspirational idea. [00:05:03] On the plus side, this means you can have as many spinny chairs as you can imagine. [00:07:15] [1/2] Do teh chairs look liek dis or something then? [00:07:16] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1306772469167816835/0be288e9a928fa83b5316fc21a725b1308508d89.jpg?ex=6737e233&is=673690b3&hm=e3e18a44767607b02666ae138834b40f91cc6155ca82df650a678f3ddb015d12& [00:08:36] I think they're joking around [00:09:10] I mean it's a 50/50 chance 💀 [00:10:22] [1/2] https://maps.app.goo.gl/rbszULi6HJWBnTBg8 [00:10:23] [2/2] this is where you send DMCAs to Wikitide btw [00:13:45] Yep, that's our very nice registered agent location. They've been quite helpful. [00:14:28] That is not Agent's location, to disambiguate [00:30:49] It’s our corporate office [00:36:47] > [15/11/2024 11:03] jealous of anyone who has more than one [00:36:53] you wouldn't want to look at f1nn5ter's streams then [00:48:26] just got randomly logged out [00:48:27] weird [00:49:17] welcome to centralauth [00:49:31] ah yes [00:50:00] Ugh. Why the heck did they have to pick today to sign me out? Now it won't let me log back in. [00:50:29] oh so it wasn't just me who got logged out [00:50:37] let me log back in tho [00:51:55] The excuse is session hijacking. But this isn't a hijack. [00:52:15] That's a 'there was a hiccup, and server sessions got reset' error. [00:52:29] Clearing MH-specific cache and cookies fixes 99% of the time [00:52:39] The other bits require tech team magic [00:53:07] I had an announcement I forgot to press send on about this. [00:53:31] I'm trying to work quickly. Which means I need to sign back in quickly. [00:53:48] Does it not let you? [00:53:58] If not I can try something to fix it real quick [00:54:10] Nope. [00:55:23] How about now? [00:56:19] I'll see. The problem is I can't log in globally. [00:56:45] Still having the same problem. [00:56:57] What does it say? [00:57:05] Can you login from login.miraheze.org? [00:57:40] I absolutely hate CentralAuth [00:57:48] CA hates CA [00:57:53] i, too, hate CA [00:58:42] I can't log in to The Sims Wiki. [00:59:37] whats the subdomain? [01:00:56] okay I am going to dinner soon so I am not gonna be able to work on this much longer at this exact moment. Will be back in about an hour. [01:04:16] Oh, um... https://www.thesimswiki.com/wiki/ [01:10:40] https://cdn.discordapp.com/attachments/407537962553966603/1306788426099724338/cherry.mp4?ex=6737f10f&is=67369f8f&hm=56d5a9b5009afefebecef2fc534c3a04cf4ea56dad860dd78178c50457bf982e& [01:17:49] Try clearing your cookies, that fixed it for me [01:18:44] I don't want to go through that crap right now. [01:25:54] I have enough problems without clearing my cookies. Last time I checked, it was impossible to do that without logging myself out from all platforms. [01:32:50] @cosmicalpha Any luck? [01:39:24] Do you know how to clear cookies only for one site? [01:39:33] I suggest looking that up [01:39:42] Clearing cookies doesn’t have to involve resetting all of them [01:41:56] I don't know where to find the 'More Settings' option. [01:44:05] @agentisai [01:44:39] Nvm. [01:45:15] I have and I'm very jealous. D: [01:46:40] Still no luck. [01:47:13] @agentisai [01:49:41] I went to dinner but back now [01:50:04] Can you try a different browser? [01:52:45] I've logged in through incognito for now. But this is ridiculous. [02:02:36] Very clearly a cookie issue then [02:03:40] cherry dubstep [02:04:03] Btw memes on #offtopic [04:45:41] But I deleted my Miraheze cookies. And the problem persists. [04:53:00] Can someone please block [this guy?]() She is likely a sockpuppet of Scanty Daemon UTTP THDTC. [04:56:19] see #cvt [04:56:50] Uhh ok [06:06:22] [1/2] I was planning to make a script which will link a page in wikidata with the wikidata wbsitelink api but failed it's not linking anybody can help [06:06:22] [2/2] Note:not in mirahaze in wikipedia [06:12:25] [1/2] Expertise here on the wikidata extension is hit or miss, if you don't get a reply you might have better luck on the mediawiki discord: [06:12:25] [2/2] https://discord.com/channels/407504499280707585/1001373934874284112/1202010624695996436 [06:14:50] They do late responses [06:15:00] I also asked there [06:23:35] Nice, got your bases covered then. Wishing you luck as that's not my domain of expertise either. 😦 [06:24:48] hey @canyada do you know how to make the citizen header at the bottom instead of the side even on desktop? [06:25:29] can you use css custom properties and `var()` in templatestyles style sheets? [06:29:46] nvm, can't save page with custom properties anyways [06:44:26] You can't in the templatestyles [06:44:53] gotcha, thank you [06:45:18] But you can in the common.css [06:59:22] what part? [06:59:46] https://cdn.discordapp.com/attachments/407537962553966603/1306876280016207912/image0.jpg?ex=673842e1&is=6736f161&hm=cbac970e7cb333f17f4f4b580a2e63b1d9c5c9817c3bb2b66d8b575d487606fa& [07:02:59] [1/11] ```css [07:02:59] [2/11] @media screen and (min-width: 1120px) { [07:02:59] [3/11] .citizen-page-container { [07:03:00] [4/11] --header-size:0; [07:03:00] [5/11] } [07:03:00] [6/11] .citizen-header { [07:03:01] [7/11] --header-direction:row; [07:03:01] [8/11] top:unset; [07:03:01] [9/11] right:0; [07:03:02] [10/11] } [07:03:02] [11/11] }``` [07:04:25] it worked but now the nav stuff dont work excluding search [07:13:47] [1/15] add this into the `@media` block [07:13:47] [2/15] ``` [07:13:48] [3/15] .citizen-drawer__card { [07:13:48] [4/15] left:0; [07:13:48] [5/15] bottom:100%; [07:13:49] [6/15] top:unset; [07:13:49] [7/15] transform-origin:var(--transform-origin-offset-start) var(--transform-origin-offset-end); [07:13:49] [8/15] } [07:13:49] [9/15] #citizen-pref-panel, .citizen-userMenu .citizen-menu__card { [07:13:50] [10/15] left:unset; [07:13:50] [11/15] right:0; [07:13:51] [12/15] bottom:100%; [07:13:51] [13/15] transform-origin:bottom right; [07:13:52] [14/15] } [07:13:52] [15/15] ``` [07:31:19] [1/2] looks a lil bit uneven [07:31:20] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1306884222828548128/image0.jpg?ex=67384a47&is=6736f8c7&hm=e83439f4c3d97f639ec149492823825e7407ee620d14f9309c139f64b5b99c58& [07:43:28] [1/5] ``` [07:43:28] [2/5] #p-notifications { [07:43:28] [3/5] display:flex; [07:43:29] [4/5] align-items:center; [07:43:29] [5/5] }``` [07:57:39] what about the line below the logo? [08:08:44] [1/6] ``` [08:08:44] [2/6] .citizen-header__logo { [08:08:44] [3/6] border-bottom:unset; [08:08:45] [4/6] padding:0; [08:08:45] [5/6] } [08:08:45] [6/6] ``` [08:18:33] ty! [10:31:23] Wikidata support is better on their telegram for what it's worth [11:59:59] @rhinosf1 telegram channel link pls [12:31:38] https://t.me/joinchat/HGjGexZ9NE7BwpXzMsoDLA [12:34:48] Ayy, got my new wiki approved [12:54:24] And someone else is willing to help out on it with me, so that's good [13:16:56] hey, can i ask for my account to be moved to meta/login miraheze? [13:17:12] What do you mean moved [13:17:18] Accounts are global [13:17:20] You mean user page? [13:17:53] changing the home wiki of the user account. because i didnt originally log in there i got a message that there are no active central auth login sessions [13:18:12] this doesnt happen in wikimedia [13:18:40] You can’t change an accounts home wiki [13:18:45] Dang [13:18:50] That shouldn’t happen [13:18:53] mentally i'm like "Who decided that?" [13:19:03] Well, but it happened [13:19:07] any suggestion on that? [13:19:21] other than of course, logging in the home wiki [13:19:25] which i did and now its resolved [13:19:32] but yeah i had experienced that issue [13:19:35] just now [13:19:48] A home wiki is just where you registered [13:19:54] What’s your account [13:19:57] Juest [13:20:09] what happens if a inactive home wiki gets deleted ? [13:20:21] what happens if the home wiki gets deleted for inactivity? [13:21:14] Good question [13:21:15] easier to track with my discord nickname being my wiki login [13:21:36] thats why im asking to get the local account moved to meta or login [13:21:43] Technically accounts are on loginwiki/mhglobal [13:21:49] Huh [13:21:50] hmmmmmmmmm [13:21:57] You have a local account on meta wiki [13:22:11] #Locked out of account this) [13:22:35] my home account is wiki.tulpa.info/tulpa.miraheze.org [13:23:24] No I mean a local account exists on meta [13:23:26] not my current issue but it would avoid that issue yes. [13:23:29] Oh okay [13:23:31] thanks for checking [13:23:42] i mean yeah, thanks to centralauth [13:23:45] https://cdn.discordapp.com/attachments/407537962553966603/1306972915887243264/image0.jpg?ex=67389ce1&is=67374b61&hm=b0593941c9a0d2e62297c776131620f462cc3f058170b1e1de930eed79eb54ff& [13:23:51] This is gonna get lost here on discord [13:24:02] [[Phorge]] task is probably best [13:24:02] https://meta.miraheze.org/wiki/Phorge [13:24:02] [13:25:25] > [16/11/2024 00:23] No I mean a local account exists on meta [13:25:31] accounts are auto-created on meta and login [13:26:07] Hello! 👋🏻 [13:26:15] I'm sorry for interruption, but... [13:26:21] Something strange happened. [13:26:35] You see, I changed weblink for my site and... [13:26:43] Now I can't log into it. [13:26:48] Weird, aye? [13:27:53] sigh if I had a dime for each login issue I’ve I could find the farm myself [13:27:57] Okay [13:28:03] What do you mean change web link [13:29:23] okay thanks blankeclair [13:29:43] @cosmicalpha has been working on login issues [13:29:51] Not sure if it’s the same ones [13:30:04] Can someone open a task? [13:30:08] And set UBN! [13:30:15] Or raise a task to to UBN! [13:30:17] you mean set a custom domain? [13:31:13] Okay, this seeems to have been a temporary issue so its not necessary to open a issue but i can also try on incognito and check if its also a chrome 109 issue or not [13:31:32] it was a temporary issue until i logged in the home wiki [13:31:37] i couldnt login to meta [13:32:05] anyways thanks @pixldev :) [13:32:42] You don't need to login from your homesick [13:32:53] @juesto sup bro [13:33:04] well i just had reset my password and i faced this issue lol [13:33:38] it wasn't letting me login unless i logged in the home wiki [13:34:15] I’m not sure if there is a task [13:34:19] i was directed to `Special:CentralLogin/complete?token=` instead of being logged in [13:34:24] I also don’t know if it’s separate issues [13:34:26] But yes [13:34:27] UBN [13:34:45] i think i should collect more information on the issue before posting [13:36:49] You’re not the only one who has the issue by far [13:36:55] So we need to know to start working on it [13:37:23] essentially, i was receiving no login was in process which is why i was on that page [13:37:28] @rhinosf1 make a UBN task and add the potentially different login issue tasks as sub tasks? [13:37:34] its a centrallogin/centralauth issue [13:37:41] god this wiki farm is cursed lol [13:37:47] lol ikr [13:37:48] Yes please [13:40:20] miraheze is stuck together with duct tape [13:40:55] Blame Wikipedia [13:40:59] Media* [13:41:03] and that's what makes it beautiful in its own right [13:41:09] We should have used gaff tape [13:41:20] FLEX TAPE [13:41:41] @juesto oh yeah [13:41:46] and you're getting full rights on my new wiki [13:43:30] seen [13:44:17] yeeeeeee, this is why i like Source Engine and PhyreEngine, they're duct-taped engines with 90s/00s design choices that are embraced [13:45:30] OK, I restart my PC. [13:45:33] Now I can answer. [13:45:58] @rhinosf1 https://issue-tracker.miraheze.org/T12886 [13:46:27] [1/4] I'll translate it. [13:46:27] [2/4] Black: Central user logging [13:46:27] [3/4] Red: No active logging for your session. [13:46:28] [4/4] https://cdn.discordapp.com/attachments/407537962553966603/1306978625718849656/image.png?ex=6738a232&is=673750b2&hm=eaaac12b356d82e590b4153549866f458aa285efded0affe754ea9451dfb8e81& [13:46:35] Strange, aye? [13:46:38] It’s a caching issue probably [13:46:47] We’ll be wiping memcached soon [13:46:55] and then resetting sessions again [13:47:06] OK [13:47:13] Call me when u will do it. [13:47:19] will do [13:47:41] I posted a #minor-announcements [13:47:55] I'll update in there when session wiping is done [13:48:51] same issue lol, you have to login in your home wiki to fix it [13:49:19] at least in my case [13:49:26] We'll be attempting to fix it soon [13:49:34] Cache seems to be in a broken state [13:49:57] Everyone will be logged out between 1 and 3 times in the next few hours [13:50:08] Oh i see [13:50:31] But for now, clearing your cookies and logging on in a different wiki might help [13:52:34] in my case, logging into the home wiki helps, and i haven't actually visited the home wiki in first place with this browser profile [13:52:40] so clearing cookies wont do here [13:53:17] i think that logging in your home wiki is important to make central auth/login work properly during the remainder of this issue [13:53:40] I think that might be luck tbh [13:53:47] interesting [13:53:52] coincidence then [13:54:01] but i couldnt login repeatedly until i tried the home wiki [13:54:03] thats why [13:54:13] I suspect something invalidated the cache for you [13:54:24] visiting the home wiki might've done it? [13:54:36] If you haven't visited in a while [13:54:49] i havent ever visited the home wiki on this browser instance iirc [13:54:51] thats the thing [13:55:13] so the cache simply didnt exist [13:55:21] let alone cookies about the wiki [13:55:40] well, i couldnt repro afterwards because of the same ip [13:56:05] Did nothing. 😦 [13:56:07] Not just browser cache [13:56:08] logging in a different computer and logging out seems to have logged out the main computer [13:56:12] There's memcache too [13:56:21] well i just resetted my password and tried to login [13:56:25] guess i got a lucky window [13:56:30] of a good login [13:56:56] There's nothing special about your home wiki [13:57:01] but its consistently working properly now [13:57:07] It's literally just a badge on Special:CentralAuth [13:57:09] okok [13:57:12] thanks! [13:57:29] sorry for my hunch [14:00:56] It was a good idea [14:05:29] guess its a issue on mh/wt end [14:09:32] Just feel at home via home wiki /shitposting [14:16:45] hello [14:17:46] Hi [14:19:07] ...well that's weird. I had never found myself logged out before, and for about 20 minutes trying to log in I was getting a message saying no active login attempt... but this time it worked [14:19:35] also, wow, irc still exists... [14:21:05] Yup [14:21:16] > We're aware of multiple issues logging in and are currently attempting to resolve things. Users are likely to experience disruption and may be logged out up to 3 times over the next few hours. [14:21:24] From #minor-announcements [14:21:40] Okay, thanks, good to know it's not at my end. :) [14:22:23] Have a great day! :) [14:22:40] You too! [14:27:49] wow, this script takes a while [14:28:14] Nukes sessions, [14:28:51] Should be make a update saying everyone is getting logged out [14:29:11] I don't think so [14:29:17] Rhinos already made one [14:29:24] so if anything, I'll make one once done [14:29:40] Fair [14:32:04] Ye just once done please [14:33:28] I’ve manually relayed to a few discords I’m in that don’t subscribe to the announcements [14:33:43] Ok [14:33:49] They should subscribe [14:33:58] It'll take a fair while [14:34:07] It's global though, at least it don't need every wiki [14:34:27] That used to be painful [14:37:17] I’ll suggest to them, only Rainworld and Roblox Indie Wiki(private) gets them [14:37:29] That I am ambassadoring in [14:37:45] I don't know if we can see how many use it [14:38:03] it does show stats [14:38:11] but doesn't show what servers are subscribed [14:38:19] last I saw, the number hovered at 200 [14:38:24] Also see why Q on Mattermost [14:38:54] Where is that again? [14:39:15] What isn't that interesting, just how many [14:39:25] 200 servers getting announcements is a decent reach [15:33:36] Buongiorno, volevo sapere se c'era qualche tipo di problema con la wiki che ho richiesto, ASLVCOWIKI, l'ho richiesta il 12/11, ma non ho ricevuto né risposte né richieste aggiuntive, é solamente un problema di carico di richieste oppure c'è qualcosa che non va? [15:39:32] [1/2] AlessandroMagist: please provide a link to your wiki request [15:39:32] [2/2] Per favore fornisci un link alla tua richiesta wiki [16:06:46] Buongiorno [16:06:59] Qual è la tua wiki ? [16:07:33] Quella* [16:31:45] quick qn, is there a way to disable spellcheck [16:31:54] (my wiki is in a conlang so it's kinda useless) [16:40:40] I think spellcheck is really your browser, not MediaWiki [17:49:10] Would it be possible to move a wiki from wikitide to miraheze without any loss of content? [17:52:32] They are the same farms [17:59:17] [1/2] Hello, how long does it generally take for a wiki request to get reviewed? [17:59:17] [2/2] I know it's volunteers so if it takes like 2 weeks just wanna be prepared for that so me and the gang can have reasonable expectations! [18:00:19] It shouldn’t take two weeks [18:00:38] We aim for 3 days but we have a really big request volume [18:03:09] If you’d like you can read some of our guides or ask for feedback to make it more likely your request is approved instead of being asked for more info [18:03:35] Thank you! I help run a community about blind accessibility in game dev, and we decided we needed a new wiki platform (no one used our other one) and found this one has the blind accessibility we need. [18:05:34] First of all, absolutely awesome idea, really cool to see projects like this [18:09:17] [1/2] Thank you! We run yearly game jams, have guidelines, and then have community members who make tools for accessibility and the links are kind of all over the place. I'm a sighted dev and we also have a handful of blind devs and blind advocates that help a ton by giving feedback. So having a wiki that has an accessible ui was important. Also no ads is also very he [18:09:17] [2/2] lpful. Ads and screen readers are not always friends. [18:10:57] 🤓 technically one is the company and one is the brand name but fair enough [18:11:47] That's the same farm [18:11:51] They are the same farm [18:12:16] At a technical level, there is no difference between wikis created at WikiTide or Miraheze [18:12:27] There's no migration cause it's the same infra and database [18:12:28] Does the issues with accounts mentioned in #announcements have something to do with me not being able to log in? [18:13:04] Yes [18:13:19] It’s a [18:13:22] Ok cool just checking if it was something I was doing wrong [18:13:23] Was your account created in the time period in #minor-announcements [18:13:33] Colorful bouquet [18:13:35] Of issues [18:13:54] No it’s years old [18:14:26] Is there a good place to put my request to see if anyone has feedback? [18:14:48] I have the wiki creator hat but I’m not an active review, I can take a look [18:14:50] What error do you get? [18:15:02] Some of our WCs may also be round to give thoughts [18:15:04] Also [18:15:12] well there is because they have different domains iirc [18:15:15] It’s a bit dated [18:15:22] But may help [18:15:36] Not at a technical level [18:15:50] > There seems to be a problem with your login session; this action has been canceled as a precaution against session hijacking. Please resubmit the form. [18:15:51] It's even simpler than custom domain change [18:16:01] but if there are duplicate subdomains surely there has to be a db suffix for wikitide [18:16:11] They aren't [18:16:30] a:shruganimated: so how do you handle duplicate dbnames then [18:16:36] I know they are on the same mw instance [18:16:37] There aren't any [18:16:54] I presume at one point there were [18:16:57] Ask nicely and pray [18:17:01] Not for months [18:17:21] That should be resolvable with clearing your cookies [18:18:13] Oh thank you! I'll dm you what I wrote [18:25:08] Wikis into readonly status [18:25:42] Yup [18:25:46] See #announcements [18:32:58] When I was editing some images were not showing up [18:33:22] See #announcements [18:33:38] See #announcements [18:33:40] <.guardianx.> [1/4] I've been trying to figure out the most efficient method of storing data for re-display. I'm working on a page for a game that will be an MMO and I've been looking at how places like the FFXIV wiki does their stuff, but they use SMW and I know SMW is pretty heavy, and seems like it's much too ambitious for me, especially for what I'm doing. [18:33:40] <.guardianx.> [2/4] Debating using Wikibase, but is it possible to pull data, from within a page, for filtering? [18:33:41] <.guardianx.> [3/4] For example, On a page for a warrior, finding all items that a warrior can use, displaying the item names as well as any other information about that item? [18:33:41] <.guardianx.> [4/4] Debating using Categories too using DPL, but haven't touched that much yet. [18:33:51] Please can you raise this again if it's still an issue later, we have bigger issues for the moment. [18:34:35] Late to the party, but this is a fantastic idea for a wiki, thanks for bearing with our unexpected surge in popularity as a host creating an unmanageable queue. We're actively working on improving that! [18:35:17] Once approved, don't hesitate to reach out if you encounter challenges during setup, it's a bit of a learning curve but that's why the community discord exists. [18:35:32] not the only reason the discord exists lol [18:35:33] Oh thank you! Yeah I see I joined during a chaotic time! But a few days ain't gonna be the worst of things! I can start playing on the test wiki to plan out how we want pages made. [18:36:03] Yep, amended. A little fried from lack of sleep + major work project. 😄 [18:53:29] [1/2] Why is the database locked? [18:53:29] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1307055894160478288/Screenshot_20241115-105251.png?ex=6738ea29&is=673798a9&hm=3af4995c5368480fbe64fe6390cffbab3bb3d0d33379cd93e225a5c5bda742f8& [18:53:49] See #announcements [18:54:57] [1/2] Huh? [18:54:57] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1307056264685158521/Screenshot_2024-11-15_105442.png?ex=6738ea81&is=67379901&hm=f6074727a2e9875d2f085780f79e0f833b2fc2781ebff94db9ca995c28eac160& [18:55:39] I am the owner and sole editor, is this a Miraheze server thing. [18:56:17] I think it's because of the account thing [18:56:31] #announcements [18:56:56] Damn, there goes my plans for the next hour [18:57:06] Notepad still exists [18:57:18] I was porting over stuff from Notion [18:58:09] s tier explanation/sar [18:59:22] Could be worse, Xbox will suspend your account for days and offer absolutely no reason or way to appeal. [18:59:35] https://tenor.com/view/celular-android-gif-6816586283205521246 [18:59:50] Does Android not have a built-in notes app? [19:00:24] Samsung does but REVVL definitely doesn't. [19:00:26] anyone getting a "Warning: The database has been locked for maintenance, so you will not be able to publish your edits right now. You may wish to copy and paste your text into a text file and save it for later." warning or is it just me [19:00:27] Is there an estimated time frame for readonly status? [19:00:38] I actually have a lot of stuff in my notes that I need to port over lol. When I'm out and about I use it to write down stuff that I later put on my Miraheze. [19:00:52] #announcements basically says why that is happening. [19:00:53] #announcements [19:00:57] ah ok [19:02:01] does anyone else watch #global-wiki-feed when they're really bored sometimes? It's cool to pick a random wiki and explore it for a bit. [19:04:17] Yeah sometimes [19:05:11] <.guardianx., replying to the_mrbob> Now I feel very embarassed LOL people lookin at my spit and duct tape edits [19:06:23] gotta upgrade to using hopes and dreams, much stronger than spit. [19:06:24] i enjoy it [19:06:33] it's interesting to see what people come up withg [19:06:53] sometimes I discover super obscure media or games. [19:08:29] It shouldn't be too much longer [19:08:56] Like, a found a wiki for this game "Black Souls" but I can't actually find it being sold anywhere online. For all I know it's completely made up XD, although it does have a page on Wikipedia. [19:09:51] On Google the algorithm thinks I'm looking for Dark Souls or some other game [19:27:39] https://tribalhunter.miraheze.org is a good one [19:27:55] Wiki is still barebones but I'll be working on it soon [19:30:35] <.guardianx.> What skin is that? [19:31:18] I think it may be a roblox game? But if on Wikipedia not sure [19:32:14] I could be thinking of Guts and Blackpowder [19:34:12] Monobook [19:34:47] Tbh, looks too old to me [19:34:49] But eh [19:34:53] ¯\_(ツ)_/¯ [19:35:55] <.guardianx.> I liked that Vertex(?) 2022 had the ability to do a background but weighing on that VS like having more screenspace for info .. [19:36:44] <.guardianx.> Cosmos too was nice til I popped open a css page and noticed that it was having strange interactions with selection and cursor placement [19:42:30] Vector? [19:44:28] <.guardianx.> LoL I had shaders on the mind [19:57:42] Emergency maintenance is now done [20:07:03] @lovesnextmissessandra @theonlyzac do you still need help? [20:07:42] No you were right, thanks [20:08:34] @theonlyzac glad it's all working [20:20:05] hi hi [20:26:59] is there an extension that will allow me to undo the actions of one user in the past 24 hours etc. easily? [20:38:26] <.guardianx.> I wanna sau Nuke does [20:39:03] <.guardianx.> https://www.mediawiki.org/wiki/Extension:Nuke [20:48:29] is there a way to make it so the search bar will bring up results ignoring case? (ex: searching "apple" brings up the "apple" and "Apple" and "ApPlE" articles) [20:49:29] it looks like Nuke allows you to delete pages but not revert them [20:49:58] i'm mainly concerned about vandalism if I'm away and a user that i've approved does something stupid [20:52:44] TitleKey is one extension that helps with that but it’s somewhat broken last I checked. CirrusSearch is another [20:55:53] got it, i'll check em out. thanks! [21:16:39] [1/2] Need some help. I'm trying to make a small box with text off to the side that doesn't move the text around (similar to how images with the |thumb tag work) but I don't know what template to use. I tried to use the Quote Box template but it doesn't wanna move over to the right and I have no idea what to do about it. "|align = right" doesn't work. [21:16:39] [2/2] Does anyone have suggestions on how to fix it or what template to use? [21:16:42] [1/2] The box looks like this [21:16:42] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1307091934782947451/image.png?ex=67390bb9&is=6737ba39&hm=ee1505e83c05989acab922d105cf4b3e3d57ac26a4afbfd7e158b04b9e43d031& [22:16:26] I’m good but thanks @rhinosf1 [22:37:51] [1/3] hey, im new to miraheze and just got my wiki created, however i do not have access to the settings. this is probably from the whole incident that happened a day ago i suppose. [22:37:51] [2/3] wiki link is https://runngun.miraheze.org/ and my username is Marwan-Main [22:37:51] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1307112356417110086/image.png?ex=67391ebe&is=6737cd3e&hm=feb4c0d060a9189c4d7893fad0d1bbea36296b6d5f32f8434d85e942af5d1719& [22:42:43] therealmarwan: you can request permission under https://meta.miraheze.org/wiki/Steward_requests/Permissions#Administrator/Bureaucrat_access [22:42:52] you don't need to hold a local election since this was a promotion bug [22:43:24] ok thanks ill tell you how it goes [22:43:46] oki [22:44:44] also wdym local election is miraheze that much of a democracy or something [22:48:00] yea [22:48:07] https://meta.miraheze.org/wiki/UPP [22:48:13] hmm, needs a redirect [22:48:15] https://meta.miraheze.org/wiki/LE [23:38:24] whats UPP meant to be [23:38:35] user permissions policy [23:38:37] also claire you saw my mail? [23:41:11] yeah [23:44:31] reaction? [23:46:02] yay nepotism [23:46:06] and wow, no duplicate checks? [23:49:42] UPP a:waaa: [23:49:45] too many policies [23:49:59] oh, I created it [23:50:13] literally 1984 [23:51:51] Too many abreviations in general xD [23:52:21] at least BWM's MH AA page lists them all [23:52:47] Isn’t it NA’s page? [23:52:50] oh whoops [23:52:53] i misrememebred [23:53:05] https://meta.miraheze.org/wiki/User:NotAracham/Miraheze:Acronyms_and_Abbreviations [23:53:07] yeah ty [23:53:12] i was wondering why i couldn't find it [23:53:41] I mean yeah it is all fine to have a page with acronyms, doesn't help to remember everything on the spot though :ManyHappyLaughs: [23:53:48] true lol [23:54:32] Also how does emoji's work on IRC via the relay? does it just show the emoji name or what? [23:54:46] :ManyHappyLaughs: