[04:49:59] is there a way to say "pages in this namespace should not have a Namespace: prefix when linked to" about a namespace other than Main? [04:50:56] the prefix shouldn't be rendered, that is [05:30:12] sparr: you can use displaytitle for that on a per-page basis (with $wgRestrictDisplayTitle = false), but that's the only thing built into mw I can think of [05:30:21] should be doable with an extension pretty easily though [05:30:41] er wait, for the links [05:30:46] just make a templae [05:30:48] *template [05:33:28] {{link|Namespace:Somepage}} -> [[{{{1}}}|{{{2|{{PAGENAME:{{{1}}}}}}}}]] [05:33:57] links to a page and strips the namespace prefix from the link automatically [05:34:14] ofc you'd need to call the template instead of doing a [[link]] normally, which might not be ideal [05:59:38] thanks Skizzerz [06:33:03] Extension:HideNamespace and Extension:HidePrefix each do a separate half of what I need, in a way that doesn't combine :( [07:50:04] i want to use Extension:ConfirmAccount with a custom message in place of the "Biography"... for example "Tell us why you are interested in X" [07:50:23] and I also don't want to automatically create user pages with the data from this verification form [07:51:22] is this possible? or am i stuck with a pre-programmed $wgConfirmAccountRequestFormItems['Biography'] [07:52:12] khalella: https://www.mediawiki.org/wiki/Extension:ConfirmAccount#Optional_configuration covers how to disable biography and to enable custom sections [07:52:13] under "Minimal settings" I can see some custom fields, but I don't see how I would set the text for the fielsd [07:52:39] for example 'AreasOfInterest' => array( 'enabled' => true ), [07:53:07] how do i configure the 'AreasOfInterest' field ? [07:54:45] i want to show a short sentence like "Tell us why you are interested in X" and then a text field [08:12:18] khalella: all of those are messages in the mediawiki namespace [08:12:34] look in Special:AllMessages for the phrase you want to edit, then create the page with your desired phrase [08:13:36] (this applies to pretty much every bit of text in mediawiki, not just the ConfirmAccount extension -- if you create pages in the MediaWiki namespace you can customize almost everything) [08:15:38] Skizzerz: excellent [08:15:39] thank you [08:15:56] np :) [08:20:14] khalella: for your other thing, try $wgMakeUserPageFromBio = false; [08:20:25] that should disable user page creation from the form [08:25:20] yeah. sweet [17:29:56] Hi, just setup IRC for the first time and would like to confirm it is working? Haven’t seen any conversation so don’t know if it’s working! [17:31:31] curdievin: I see you [17:31:43] it's just a very slow day, and this isn't the most active channel [17:35:44] Ok, thank you for confirming! [17:36:22] What is the best channel to ask questions about setting up a mediawiki install as an amateur? [23:56:51] This channel is fine.