[00:16:08] Nvm got it working [00:42:11] [1/16] to be able to use a font that you upload, you have to first tell your wiki's CSS what the font is and what its called: [00:42:11] [2/16] [00:42:12] [3/16] an example if my font is to be named "Font" and the link to the file is `https://mywiki.org/Font.woff2` : [00:42:12] [4/16] ```css [00:42:12] [5/16] @font-face { [00:42:13] [6/16] font-family: "Font"; [00:42:13] [7/16] src: [00:42:13] [8/16] url("https://mywiki.org/Font.woff2") format("woff2") [00:42:13] [9/16] }``` [00:42:14] [10/16] you put this at the very top of your `MediaWiki:Common.css` page [00:42:14] [11/16] then, you can reference the font using the `font-family` property, like this: [00:42:15] [12/16] ```css [00:42:15] [13/16] .myclass { [00:42:16] [14/16] font-family:"Font"; [00:42:16] [15/16] } [00:42:17] [16/16] ``` [00:42:37] [1/5] for miraheze, you need to use the 'static' url of your font, which you can get by clicking 'view original file' on the `File:` page, here's an example of what it might look like: [00:42:37] [2/5] ```@font-face { [00:42:37] [3/5] font-family: Gotham; [00:42:38] [4/5] src: url('https://static.wikitide.net/phightingwiki/b/b2/Gotham_Medium.woff2') format('woff2'), url('https://static.wikitide.net/phightingwiki/2/20/Gotham_Medium.ttf') format('truetype'); [00:42:38] [5/5] }``` [00:43:08] its usually good practice to have a few different formats, woff2 and ttf seems to work for us [00:43:14] some devices dont support woff/woff2 i believe [01:20:12] So my favicon is working, but the symbol that appears on the top left of the screen that takes you to the main page when you click on it is not showing up. [01:41:31] perhaps one of the @Discord Moderators could put out an announcement saying that SMW has been fixed [01:42:01] I know a lot of people removed it from their pages while it was broken so it might be useful to let everyone know they can put it back now [01:43:28] Was the fix deployed? Does it properly work now? I know I merged something yesterday but didn't deploy it to production yet so not sure if someone else did. [01:44:59] uh [01:45:17] said in the phab task that they updated to 4.x dev and then someone else said that everything works now [01:46:09] I guess someone else deployed it then. That's great! Yeah we updated it to dev-master [02:28:32] I'm sorry I'm so bad... [02:42:55] oh the pain of trying to catch an aussie IRC user online [02:44:09] i mean [02:44:16] I could email [02:44:31] or 'DM' or fedi [02:44:51] with a PGP encrypted file [02:44:52] t eh [03:15:02] [1/10] yeah so my brain is fried on anything coding related and i got a "\@font-face declaration doesn't follow the frontspring bulletproof syntax" error on the line with src: url... [03:15:03] [2/10] ```css [03:15:03] [3/10] @font-face { [03:15:03] [4/10] font-family: OMORI_GAME2; [03:15:04] [5/10] src: url('https://static.wikitide.net/runngunwiki/f/f9/OMORI_GAME2.woff') format('woff'), url('https://static.wikitide.net/runngunwiki/a/a7/OMORI_GAME2.ttf') format('truetype'); [03:15:04] [6/10] } [03:15:04] [7/10] .myclass { [03:15:05] [8/10] font-family:"OMORI_GAME2"; [03:15:05] [9/10] } [03:15:05] [10/10] ``` [03:15:28] it should still let you save, mediawiki's linter is just kind of outdated [03:15:35] (linter is the code that checks for errors in the css and etc) [03:17:10] is the font meant to activate right as i save it or [03:17:28] old man mediawiki [03:17:47] you may need to ctrl + f5 a few times, css takes a while to re-cache [03:17:57] if it doesnt after some hard refreshes, go away for a few mins and come back [03:18:32] does incognito mode make it appear faster [03:20:31] it might [03:20:51] I'm not sure how incog plays with cache [03:23:13] i think it just has a separate cache altogether [03:45:07] by any chance do i need to do something after putting in the code in MediaWiki:Common.css [03:49:03] [1/2] I want to make a page that is a tutorial of how to use the most common templates. [03:49:04] [2/2] how do I make it so my template doesn't just resolve? [04:16:13] You most likely need to use `` tags [04:18:57] that worked, ty! [04:19:41] <.guardianx.> I thought you just used Template:NAME/Doc. or does that try to resolve? [04:42:22] how do u redact a change log? someone did an oopsie and edited anonymously :sadtravis: [04:43:32] You can revision delete where you can go into the history log and press “Change visibility” so that only admins can see the edit or you can email stewards@wikitide.org to ask for suppression where not even wiki admins can see the IP [05:26:46] Is there an easy way to make it so a template that auto adds a category doesn't also end up in that category? [05:33:37] https://www.mediawiki.org/wiki/Help:Transclusion [05:34:23] you need to put category inside `` tags [07:37:32] Job ended. @pixldev [08:53:45] [1/2] probably doing something incredibly stupid but idk what i've actually done to get here on [08:53:46] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1308354520048468018/image.png?ex=673da399&is=673c5219&hm=fe07342b59d8407f1e87a6f08c5bae70dc7330c28b674470138bd8855403c617& [09:35:19] wellp [11:44:55] Using Wikipedia Modules [11:45:52] I suggest to use older versions of the Coord templates, before they were put in modules. [11:46:33] Wikipedia has so many dependencies. [11:47:16] Don't we have that yet on [[dev:]]? [11:47:16] https://meta.miraheze.org/wiki/dev: [11:47:17] [11:50:33] Hmm. I guess not. [11:51:27] I'm sorry, a bit of a noob on a lot of this 😅 what does this mean? [11:54:07] You copied the files from Wikipedia, they use module files. In stead look at the history, and choose a version from before 2010. They don't use modules. [11:54:50] I copied it from another Miraheze wiki I think, not sure which one but it was another song contest one [11:55:22] Oh dear. Even worse, as they often choose to modify them to their own wiki. [11:55:41] I'll have a look if there is an easy way to fix that. [11:58:10] https://cdn.discordapp.com/attachments/407537962553966603/1308400930030485534/image.png?ex=673dced2&is=673c7d52&hm=ea99feffd49afbceabae625f05e5838c21630e62f49a91819c6eb23ea2a77b04& [11:58:30] Yeah, it's dooable, but still has a few dependencies [11:58:54] I'll see if I can move them to our DEV [11:59:41] All I really need is to have a template of some sort that can show a little dot (or multiple dots, in other pages) to represent a city - if there's a simpler way to implement that I'll be happy w that [12:00:22] You better use the MAP extension [12:00:30] Have a look: [12:01:31] https://jwmeeting.miraheze.org/wiki/NO-08 [12:01:54] This is what I use on my own wiki. [12:02:16] You can use as many pointers as you want, each linking to other pages [12:03:13] [1/23] All you then have to do is: [12:03:14] [2/23] ```{{#display_map: [12:03:14] [3/23] 63.76583, 9.82263~Bjugn ([[NO-08]]/A)~[[Bjugn Kingdom Hall]]~~Group~Bjugn; [12:03:14] https://meta.miraheze.org/wiki/NO-08 https://meta.miraheze.org/wiki/Bjugn_Kingdom_Hall [12:03:14] [4/23] 63.277197, 9.829482~Orkanger ([[NO-08]]/A)~[[Fannrem Kingdom Hall]]~~Group~Fannrem; [12:03:14] https://meta.miraheze.org/wiki/NO-08 https://meta.miraheze.org/wiki/Fannrem_Kingdom_Hall [12:03:14] [5/23] 63.691002, 8.793696~Hitra ([[NO-08]]/A)~[[Hamarvik Kingdom Hall]]~~Group~Hamarvik; [12:03:14] https://meta.miraheze.org/wiki/NO-08 https://meta.miraheze.org/wiki/Hamarvik_Kingdom_Hall [12:03:15] [6/23] 63.43255, 10.834479~Stjørdal ([[NO-08]]/A)~[[Hommelvik Kingdom Hall]]~~Group~Hommelvik; [12:03:15] https://meta.miraheze.org/wiki/NO-08 https://meta.miraheze.org/wiki/Hommelvik_Kingdom_Hall [12:03:15] [7/23] 63.7364, 11.34082~Levanger ([[NO-08]]/A)~[[Levanger Kingdom Hall]]~~Group~Levanger; [12:03:15] https://meta.miraheze.org/wiki/NO-08 https://meta.miraheze.org/wiki/Levanger_Kingdom_Hall [12:03:15] [8/23] 64.863587, 11.243421~Rørvik ([[NO-08]]/A)~[[Rørvik Kingdom Hall]]~~Group~Rørvik; [12:03:15] https://meta.miraheze.org/wiki/NO-08 https://meta.miraheze.org/wiki/R%c3%b8rvik_Kingdom_Hall [12:03:16] [9/23] 64.459117, 11.539659~Namsos ([[NO-08]]/A)~[[Spillum Kingdom Hall]]~~Group~Spillum; [12:03:16] https://meta.miraheze.org/wiki/NO-08 https://meta.miraheze.org/wiki/Spillum_Kingdom_Hall [12:03:16] [10/23] 64.027521, 11.502575~Steinkjer ([[NO-08]]/A)~[[Steinkjer Kingdom Hall]]~~Group~Steinkjer; [12:03:16] https://meta.miraheze.org/wiki/NO-08 https://meta.miraheze.org/wiki/Steinkjer_Kingdom_Hall [12:03:16] [11/23] 63.34670, 10.38800~Byåsen, Heimdal ([[NO-08]]/A)~[[Tiller Kingdom Hall]]~~Group~Tiller; [12:03:16] https://meta.miraheze.org/wiki/NO-08 https://meta.miraheze.org/wiki/Tiller_Kingdom_Hall [12:03:17] [12/23] 63.43548, 10.470092~Rosenborg, Strindheim ([[NO-08]]/A)~[[Trondheim Kingdom Hall]]~~Group~Trondheim; [12:03:17] https://meta.miraheze.org/wiki/NO-08 https://meta.miraheze.org/wiki/Trondheim_Kingdom_Hall [12:03:17] [13/23] 67.277189, 14.40994~Bodø ([[NO-08]]/B)~[[Bodø Kingdom Hall]]~~Group~Bodø; [12:03:17] https://meta.miraheze.org/wiki/NO-08 https://meta.miraheze.org/wiki/Bod%c3%b8_Kingdom_Hall [12:03:18] [14/23] 65.488001, 12.229419~Brønnøysund ([[NO-08]]/B)~[[Brønnøysund Kingdom Hall]]~~Group~Brønnøysund; [12:03:18] https://meta.miraheze.org/wiki/NO-08 https://meta.miraheze.org/wiki/Br%c3%b8nn%c3%b8ysund_Kingdom_Hall [12:03:18] [15/23] 67.265336, 15.401087~Fauske ([[NO-08]]/B)~[[Fauske Kingdom Hall]]~~Group~Fauske; [12:03:18] https://meta.miraheze.org/wiki/NO-08 https://meta.miraheze.org/wiki/Fauske_Kingdom_Hall [12:03:19] [16/23] 66.317688, 14.18267~Mo ([[NO-08]]/B)~[[Mo i Rana Kingdom Hall]]~~Group~Mo i Rana; [12:03:19] https://meta.miraheze.org/wiki/NO-08 https://meta.miraheze.org/wiki/Mo_i_Rana_Kingdom_Hall [12:03:19] [17/23] 66.019717, 12.647339~Midt-Helgeland ([[NO-08]]/B)~[[Sandnessjøen Kingdom Hall]]~~Group~Sandnessjøen; [12:03:19] https://meta.miraheze.org/wiki/NO-08 https://meta.miraheze.org/wiki/Sandnessj%c3%b8en_Kingdom_Hall [12:03:20] [18/23] |minzoom=3 [12:03:20] [19/23] |zoom=5 [12:03:21] [20/23] |maxzoom=17 [12:03:21] [21/23] |service=leaflet [12:03:22] [22/23] |width=400|height=400 [12:03:22] [23/23] }}``` [12:03:30] O jeezz.... 😄 [12:04:18] Coordinate, name, article, city [12:04:24] what do I need to do to add the map extension then? [12:05:30] Just go to your `wiki/Special:ManageWiki/extensions` [12:06:42] And check the Maps extension in Parser Hooks [12:06:56] `wiki/Special:ManageWiki/extensions#mw-section-parserhooks` [12:07:16] [1/2] so the third one? [12:07:16] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1308403219218563122/image.png?ex=673dd0f4&is=673c7f74&hm=0b6b32d3a31fe16f65cb00a56ab1471a8d60089f04b5e09a1bcb0cbf7cef24f0& [12:07:23] indeed [12:07:40] I'll try that, thanks for the help! [12:07:56] Just read up the leaflet website [12:09:16] https://maps.extension.wiki/wiki/Maps_for_MediaWiki [12:09:37] That will help you with further questions you might have [12:09:55] Thanks! [12:10:05] And you're welcome [12:11:07] @reception123 [12:11:12] https://cdn.discordapp.com/attachments/407537962553966603/1308404207564619867/image.png?ex=673dd1e0&is=673c8060&hm=2a75e888564a86dc0bf9a04d3b979bdf728cbd411d2cf49a5a5205138168d226& [12:11:13] Scammer is here [12:11:15] Uhm [12:11:30] Ok [12:11:39] @anthony352oaxuf0514_30071 [12:11:54] He typed for [12:11:57] 4 seconds [12:11:59] and sent that [12:12:03] It's a copy and paste [12:12:09] Hes gone [12:12:18] Rest in piss, jesus christ [12:12:24] Must be a comped acc [12:12:44] thanks @zppix [12:12:49] Np [12:12:59] I see Zppix has handled it 🙂 [12:13:44] Yeah, he was quick- [12:14:19] I’m always lurking in the shadows [12:17:10] Out of interest, actually; is it possible to change the colour of the pointer? It's not a massive deal either way, just curious [12:18:52] You can upload the pointer you want, just read the instructions. I believe it is in there somewhere. He has a few different pointers also [12:19:29] I just chose my blue one from Commons Wikimedia, a year ago. Not sure how I did it though. Totally forgotten that 😄 [12:20:51] Ah I see it now; thanks! [12:21:28] You're welcome [12:49:18] Hello [12:49:29] I have a problem with the Apex skin on my wiki. The mobile version of this skin does not launch on mobile devices (even after clicking the switch to mobile button) for unlogged users. However, for logged in users, the mobile version of the skin is displayed normally. Is there any way to fix this? This creates inconvenience for readers. [13:02:33] @euphoria.holic images should be in here [13:04:56] Oh sweet! Thank you so much! [13:05:31] I’ll download and sort through them after school! [13:06:39] chrome [13:08:44] I also learned there’s an unused files page on the fandom wiki so you can use that to filter and remove [13:20:50] Will do! [13:35:05] Btw, is this an official migration of regretevator or a fork? [13:35:16] Fork [13:35:28] Mostly because the actual wiki staff are very unhelpful [13:35:38] Ah, so the main activegroup is still on fandom [13:35:44] Kinda [13:35:55] It’s weird [13:36:03] It’s wikis [13:36:05] Nothing new [13:36:19] Like i couldn’t get a yes or no on adding a birthday section to the npc template [13:36:34] Very little of the wiki server is actually about the wiki [13:36:45] It’s mostly staff beefing over the Qotd [13:36:52] Consensus at its finest [13:37:10] I got 0 answers :Partyheze: [13:37:32] The one admin does like edit, but there’s no real discussion [13:38:10] And because it’s a roblox fandom wiki, all the comments/discussion posts are little kids so not much help there either [13:41:46] join the roblox indie wikis [13:42:19] I have a list of things to do [13:42:32] can i style for ur wiki pls [13:42:37] im really good at styling [13:42:44] Like unrelated to the fork to make it not just a clone of the fandom [13:42:53] I don’t know much so any help is appreciated [13:43:06] make me interface administrator 💪 [13:43:13] I need to tie stacked to the box in the corner [13:43:25] My main plan was switching to timeless because the comments were complaining about the wiki being bad on mobile [13:43:25] is this a threat [13:43:33] Young man what did we say about rouge JavaScript takeovers [13:43:43] ill make it better trust trust trust [13:43:44] Also reformatting the character convos to not use bullet points [13:43:47] It’s an establishment [13:43:48] what [13:43:52] grah [13:44:03] Why do they use bullet points like come on man [13:44:13] Could be worse [13:44:24] Bullet points in a table [13:44:27] Should specify [13:45:19] No headers or anything, so you just have to scroll through this comically large table to find anything [13:45:29] am i ui admin [13:46:09] Idm, though i need to see if the bureaucrat will respond to the local election request first [13:47:18] A lot of the wiki pages have the problem of being like criminally long [13:47:54] Send them all to jail [13:48:21] And they have multiple conversations in the same table box [13:48:37] The only thing separating them being a single enter [13:48:49] i can do timeless and citizen styling i think [13:49:01] Someone said it looked like a third grader made it and i have to agree [13:50:04] I’m leaning timeless because mobile, and i have no idea how citizen looks on mobile [13:51:04] wait are you even bureucrat for the wiki rn [13:51:32] Not yet, gonna start an election if the current one ever responds [13:51:47] If not then i make a stewardship request iirc [13:53:55] oh [13:54:22] The current one hasn’t been active since may, so I suspect I’ll be making a request in like a week [14:18:36] heh, have you documented your entire circuit? \:P [14:20:20] I've documented all of Denmark and Norway 😄 [14:20:36] As well as Island, Greenland and Faero Islands [14:21:41] [1/2] uhh [14:21:41] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1308437045072363551/IMG_20241119_222113.jpg?ex=673df075&is=673c9ef5&hm=049eea5a9e6bcb3afc73b23058671e84a6111ec2ab65f32188704a96ffe53286& [14:21:54] Clear them cookies [14:21:59] Purge that cache [14:22:19] Spin around do the CentralAuth smash [14:22:30] [1/2] https://jwmeeting.miraheze.org/wiki/Denmark [14:22:31] [2/2] https://jwmeeting.miraheze.org/wiki/Denmark [14:22:34] https://tenor.com/view/love-of-war-visual-novel-anvil-anvil-smash-wws-gif-17403623994185273129 [14:23:09] how to clear on tablet [14:23:20] Idk [14:23:22] Google it [14:23:45] [1/2] https://jwmeeting.miraheze.org/wiki/Category:Country_in_Scandinavia [14:23:46] [2/2] All I still need is Sweden, and my Branch territory is done [14:26:53] Such a remarkable feat, early congratulations! [14:45:32] Have you been showing it off to others in the JW community? :ThinkerMH: [14:47:14] Some! But as it's not ready yet, (And I've been pre-occupied with Commons) I wait for the great release untill that is completely done. [14:47:24] Thanks [14:48:07] that’s almost impossible to do in other branch office territories unfortunately [14:48:55] Yeah, The Netherlands alone need 1000 pages or so 😄 [14:50:48] yikes 😬 [14:50:53] imagine the U.S. branch [14:53:27] 118,177 congregations in 85 branch territories [14:55:40] And that changes each year [14:55:41] https://jwmeeting.miraheze.org/wiki/Country_and_Territory_Report [14:56:48] incredible growth since a few decades ago [14:57:16] can’t tell you how many times the local circuits have been reorganized and split 😆 [14:57:25] 11.942 congregations in the US alone 😄 [14:58:23] Same here in Scandinavia. We've been merging Kingdom Halls, and selling the rest to send money to Africa [15:00:26] Brazil has even 12,637 Cong's [15:01:19] We should move this though to #offtopic 😉 [15:01:25] heh yeah [15:02:16] Are you a JW? Or just knowledgeable [15:18:56] [1/2] how is this a default file lol [15:18:56] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1308451452863123487/image.png?ex=673dfde0&is=673cac60&hm=14126ceb2746c58b5804eba4e973edf8390419500ba60d845ccbc750c2272ec3& [15:19:40] (rhetorical question) [15:20:01] [1/2] and this lol [15:20:01] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1308451724771725332/image.png?ex=673dfe21&is=673caca1&hm=a28988138f16e5d6b8f1edabcfbcbab72b5406b8e1b6e180347c12ba54aff2a0& [15:20:31] [1/2] ah nvm, they're files from commons [15:20:32] [2/2] still, pretty strange [15:28:59] Why is it strange? [15:35:40] more so because of the names lol [15:35:59] btw, static files being located at static.wikitide.net instead of static.miraheze.org, is this a permanent intended thing or is it a bug? [15:36:00] sharing the same names of the games I'm documenting on the wiki rn [15:40:17] <.guardianx., replying to justleafy2003> that matters? I wasn't aware of that LoL [15:40:49] <.guardianx.> Kinda shocked all the deravatives of "test" I've done aren't taken >< [15:41:01] not really [15:41:06] just strange coincidences lol [15:41:24] Yes [15:44:33] Permanent, yes [17:48:38] [1/5] Hello! I'm stylizing my wiki pretty heavily, and I was wondering if my idea was even technically possible. [17:48:38] [2/5] Basically, I'd like for two corners of a box to be slanted. I've included pictures to illustrate [17:48:38] [3/5] Picture left : my infobox, picture on the right: what I'd like to make. [17:48:38] [4/5] https://cdn.discordapp.com/attachments/407537962553966603/1308489123895705672/image.png?ex=673e20f5&is=673ccf75&hm=07a8ba2d5aafd4af8ec61e909324d8aa44587eb96a828a8633a54a60e09f248f& [17:48:39] [5/5] https://cdn.discordapp.com/attachments/407537962553966603/1308489124126261258/image.png?ex=673e20f5&is=673ccf75&hm=50c658f2d707194a3f0846531bfd8d56c0b8470868c3ff57728841596fc7717f& [17:49:26] To me, it's a tall order, but you never know. [17:55:22] [1/5] oh this should be doable, ive done something similar [17:55:22] [2/5] if u want to try it yourself, the idea is to use ::befores and ::afters that are position:absolute and placed at the corners, and have solid color bgs that matches the color of the background behind it so it looks like its showing the background behind it [17:55:23] [3/5] (this pic is a rectangle with 4 circles at the corners) [17:55:23] [4/5] or if u send the link to the wiki ill poke around [17:55:23] [5/5] https://cdn.discordapp.com/attachments/407537962553966603/1308490820571234315/image.png?ex=673e228a&is=673cd10a&hm=f6a315ee299d7da01b00cd8680e86243df52d943c76c39ee2a60a2f00824c47a& [17:57:44] Hello [18:03:52] [1/2] Thanks, your box looks great, do you have the code for it? [18:03:53] [2/2] My wiki is in French and it's private, but I could share it with you if you prefer that. [18:12:13] [1/35] ```css [18:12:13] [2/35] .portable-infobox { [18:12:13] [3/35] position:relative; [18:12:14] [4/35] overflow:hidden; [18:12:14] [5/35] border:unset !important; [18:12:14] [6/35] outline:2px solid red; [18:12:15] [7/35] outline-offset:-2px; [18:12:15] [8/35] } [18:12:15] [9/35] .portable-infobox::before { [18:12:15] [10/35] content:''; [18:12:16] [11/35] display:block; [18:12:16] [12/35] width:100px; / width and height need to be the same / [18:12:17] [13/35] height:100px; [18:12:17] [14/35] position:absolute; [18:12:18] [15/35] background:white; / change this to the background color behind the infobox / [18:12:18] [16/35] top:0; [18:12:19] [17/35] left:0; [18:12:19] [18/35] border-bottom:2px solid red; [18:12:20] [19/35] transform:rotate(-45deg) translateY(-75%); / change translateY to move the box diagonally up or down / [18:12:20] [20/35] } [18:12:21] [21/35] .portable-infobox::after { [18:12:21] [22/35] content:''; [18:12:22] [23/35] display:block; [18:12:22] [24/35] width:100px; [18:12:23] [25/35] height:100px; [18:12:23] [26/35] position:absolute; [18:12:24] [27/35] background:white; [18:12:24] [28/35] bottom:0; [18:12:25] [29/35] right:0; [18:12:25] [30/35] border-top:2px solid red; [18:12:26] [31/35] transform:rotate(-45deg) translateY(75%); [18:12:26] [32/35] } [18:12:27] [33/35] ```this should just about do what u want [18:12:27] [34/35] if its not portable-infobox just replace that with whatever class your infobox is [18:12:28] [35/35] theres needs to not be a border for this trick to work, so it uses outline and outline-offset instead [18:14:47] oh wow, this works like a charm. Thank you! [19:27:55] How can I change the color and style of my Erudite style wiki? [19:29:51] I mean I do know where to change it but I need some examples [22:39:51] [1/7] Hi! I have received feedback from some blind users in my community about the Captchas on the site. [22:39:51] [2/7] hCaptcha is pretty hostile to blind users, since the "accessibility bypass" requires an email address, and to download a cookie from the email they send you. But of course cookies are... well garbage so it doesn't work all the time. I could post the rants from three users who have complained to me so far if wanted! I feel like I'll get another sarcastic one as soon as a specific pe [22:39:52] [3/7] rson tries to sign up as well. [22:39:52] [4/7] I can manually create users if they give me their email and then give them skip captcha rights before they ever connects so that's fine for people who are in our discord/know me. [22:39:52] [5/7] But hCaptcha has a different type of accessibility mode called "text mode" that can be enabled from the captcha setup. [22:39:53] [6/7] Is there someone I could message asking for that to be enabled, or would it be best to make a post in support asking if that's possible? [22:39:53] [7/7] My community I can mostly take care of, we don't love blind users needing a different sign up process of course, but a blind user trying to participate in another wiki might get hard stopped. So just hoping this secondary option can be enabled. [22:40:11] Also I would post a link to the hcaptcha site with info on text mode, but server blocked me from posting it. [22:40:55] #verify to post links [22:41:28] I'm not familar with how we implement captcha but I can defintely see about poking around to see if we can add it [22:41:58] im also thinking you may be able to grant the skipcaptcha right to logged out users but that sounds like bad idea [22:42:14] Also for the account creation process requires the captcha. [22:42:20] Which again, would be bad. [22:42:25] hmmmm [22:42:27] Let's not make the bots have an EASIER go of things. [22:42:28] yeeeeea [22:42:42] jolly good! [22:42:46] agent [22:42:53] do you know how the cap does tcha [22:42:57] pretty sure that’s prohibited in the config [22:43:03] good [22:43:04] because of super excessive spam and whatnot [22:43:33] We can look into enabling this text mode and see if ConfirmEdit’s backwards logic supports it [22:43:44] in this ecosystem [22:43:55] say your prays to magnus [23:02:17] Thanks! Checking for if it's a possibility is all I ask for. [23:04:02] Do you have guides on docs from hc about how to turn this on? [23:04:19] the a11y page didnt help much alas [23:05:18] All I have is "The first is a purely text-based alternative humanity verification challenge that some services may choose to enable, which is available by choosing the "Text Challenge" option in the hCaptcha widget menu when enabled on a given website or app." [23:05:44] it doesnt sound like its a config [23:06:54] No idea where the "widget menu" is. Might be something on their website to be honest. [23:07:03] [1/2] https://cdn.discordapp.com/attachments/407537962553966603/1308569259852431470/v17Ch3m.png?ex=673e6b97&is=673d1a17&hm=ae810197449b31414edf53c580cde8c9f2854b8b53918156c4ace14f9a5cd1fc& [23:07:04] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1308569260100157461/Ewa8fe1.png?ex=673e6b97&is=673d1a17&hm=4e760e157378f60b1463f53f2c6d7be2bb6242bd5b38c8c9dce6d26a3367bf2b& [23:07:09] this i presume [23:07:29] [1/2] a11y is just [23:07:29] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1308569367986049097/nbzfZul.png?ex=673e6bb1&is=673d1a31&hm=90a19ba976218f2a3656703425e6fe4cdc38d81427ef13bfcef6e9711e7121e8& [23:08:08] @agentisai thoughts? it sounds like it should be a base feature [23:08:10] but its missing [23:08:22] im thinking ask hcaptcha support personally [23:08:38] might be ConfirmEdit’s implementation [23:08:44] might also just be a general bug [23:09:57] nope [23:10:09] this is on hc's official demo site [23:10:16] https://accounts.hcaptcha.com/demo [23:12:55] [1/2] I mean it says that is is something that can be enabled on a website. So wherever the settings are for it should just have a check box. [23:12:56] [2/2] Hopefully support can tell you where that is! [23:14:05] hmmm [23:15:52] @agentisai do you have access to our hCAPTCHA account [23:18:43] there’s like 4 hCaptcha accounts, each being a hallmark of the different eras at Miraheze [23:18:45] so I shall see [23:19:15] I was half expecting you to say 'we have an hCAPTCHA account?" [23:19:21] if it helps I have the site ID [23:19:47] its e6d26503-a3fb-47fb-9639-efe259a34a33 [23:20:12] and the private key is- gunshots [23:22:27] Miraheze history explained in hCaptcha is crazy tho [23:57:15] also- why