[00:18:06] If you've ever commented or used discussions on fandom, it's literally just the same thing except the wall owner automatically gets subscribed to it [00:19:37] [1/2] this is the extent of formatting options available (alongside mention and opengraph) [00:19:37] [2/2] https://cdn.discordapp.com/attachments/1006789349498699827/1435785660932817008/image.png?ex=690d3b19&is=690be999&hm=2dc861eeaf0c9515b40b25e202a9dab4d4080eba408fefa10986f5fa67133ef2& [00:20:06] the only real advantage over commentstreams is that the notifications work intuitively [00:35:37] Also confused users can’t mess with the wikitext of posts [00:35:57] (Comes from a very mediawiki illiterate fandom wiki) [04:25:39] [1/2] @originalauthority quick question, Do you know why the image is not showing up? it leads to /images/upv2avatars/avatar_2.jpg?ts=1382830128, but it's not being uploaded to AWS [04:25:39] [2/2] https://cdn.discordapp.com/attachments/1006789349498699827/1435847576598483065/image.png?ex=690d74c3&is=690c2343&hm=1e16dd67f2b085e7cf014e9a9b67e06131c59ffcc8e398dac305a3b197db8cf3& [04:26:48] i like talk pages because the implementatiom comes basically for free since it's just a namespace, but oh my fucking god it's such a hack [04:27:26] [1/5] wfLoadExtension('UserProfileV2'); [04:27:26] [2/5] // Optional styling: [04:27:26] [3/5] $wgUserProfileV2Color = '#36c'; [04:27:27] [4/5] $wgUserProfileV2AvatarBorderRadius = '50%'; [04:27:27] [5/5] this is the only code i have in localsettings.php [04:27:43] but the code above it has the aws extension fully working [04:27:59] and the url seems to be fine, it's just not uploading [06:50:49] Hi. How long you can check my wiki? lossantos.miraheze.org [07:05:05] Check for what? [07:07:43] How can I get my wiki accepted sooner? [07:08:03] I answered your support thread [09:20:35] Turn on debugging for the AWS extension and then try upload an avatar and see what the debug says [13:10:49] Haven't seen this screen for a while: [13:10:51] https://cdn.discordapp.com/attachments/1006789349498699827/1435979746675523676/image.png?ex=690defda&is=690c9e5a&hm=5ab5967a46033fdbee59236cf74eb862dcd10ee224f66ba0e459a5fd18601ddf& [13:11:20] After retrying it worked again. [13:47:55] Same for me earlier today [13:56:24] [1/3] The icon does not appears [13:56:25] [2/3] Is this because my Wiki is private? [13:56:25] [3/3] https://cdn.discordapp.com/attachments/1006789349498699827/1435991212141056071/SPOILER_xzdvcdzxdxdf.PNG?ex=690dfa88&is=690ca908&hm=e1487bcdbab7b5f3cbe1cbadc0160181a9db257d7536954a1a477bd5109a6737& [14:08:11] are you logged in [14:08:38] Yes [14:08:59] link? you might need to #verify [15:35:27] I'm not sure if you can get in, cause this wiki is private, plus unfinished https://newearthru.miraheze.org/wiki/%D0%97%D0%B0%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0 [15:35:58] And it's on Russian [15:36:06] stewards and tech can always see private wikis [15:36:21] and language is not an issue [15:38:32] [1/2] @viki_artist [15:38:32] [2/2] you should set the parameters to be the actual URL of the file (https://newearthru.miraheze.org/w/img_auth.php/8/8d/NEWEARTH-RU-wikipedia-icon.webp) [15:39:03] Okay [15:39:58] @pskyechology Is webp the right file format for an icon? [15:41:31] most people use png or svg but I don't see it having an issue [15:47:26] Can you send me the screenshot if it's changer or not? [15:48:24] yea it does, except there's nothing to show since it's white on white [15:50:08] I want to change the backgrpund color by using it's hex, but... i dunno how to do it. I just started to learn the basics and i have no clue how to get acess to CSS code [15:53:18] https://meta.miraheze.org/wiki/Help:How_to_write_HTML_and_CSS [15:53:40] Thanks [17:23:17] i believe flowthread does better in notifying [17:23:24] so really nothing good about fandom's system [17:23:37] you can't even add wiki links `[[]]` in their comments [17:24:57] if you parse fandom's comments manually their link format looks annoying [17:25:08] https://cdn.discordapp.com/attachments/1006789349498699827/1436043739851391178/image.png?ex=690e2b73&is=690cd9f3&hm=901161675e5e1316fa7ddd2b20b706ba2db3818ca8dabe5a0928de4653f20ceb& [17:25:47] interesting [17:25:55] that looks like HTML but in JSON [17:26:08] / a document tree [17:26:15] which seems kinda unnecessary [17:26:49] maybe they have enough money to store them in this way [17:28:53] Fury of god [17:28:53] here's the api query to the fandom page's comments: https://xyy.fandom.com/wikia.php?controller=ArticleCommentsController&method=getComments&title=Wilie&namespace=0&hideDeleted=false json is stored as a string [18:28:42] [1/2] it's a ProseMirror schema https://prosemirror.net/docs/ref/#model [18:28:42] [2/2] I implemented this myself once which was a pain