[14:11:07] Hello, is there a way for me to establish a form to display and then output on a users User Page? [14:11:37] i want to create a profile for the user including a profile picture field. i then want to query the users name and profile picture throughout the site [14:12:17] Yaron could know. [14:16:00] I tried Semantic Social Profile but speaking with Ashley, its unmaintened and likely broken at this point [14:18:02] It might be possible with simple PageForms, but I never tried (which is why I pinged Yaron) [14:22:15] I was thinking about doing pageforms and then using https://www.mediawiki.org/wiki/Extension:Page_Forms/Linking_to_forms#The_two-step_process to create the page and having a field called User: but i dont know if it would create a page called User:ResultofUserField [14:26:22] and then with that being said, would i be able to query results in that namespace to gather information from profiles [14:27:16] kevindank: yes. https://www.semantic-mediawiki.org/wiki/Help:$smwgNamespacesWithSemanticLinks [14:43:02] kevindank: I would probably not bother with one-step or two-step. Instead I'd assign the User namespace a form: https://www.mediawiki.org/wiki/Extension:Page_Forms/The_%22edit_with_form%22_tab#Based_on_namespace [14:43:30] Then you could just go to the empty user page, click edit and fill the form [14:44:21] i think thats exactly what im looking for [14:44:43] so if im reading this correctly, i just navigate to the Project:User page and insert the call? [14:44:56] then any page in the user namespace would go to Edit with form and fill it out? [14:45:15] That's what I think. [14:46:48] If you want to write some PHP, there is also the AddNewAccount hook, called when a new account is created. You could use it to create the user page with some standard text, e.g. an empty template call. [14:47:50] im not great with php but that sounds like something i would love to have [14:47:55] looks like that worked [14:48:28] i was able to go to Project:User insert the defalt form: form name and now when i go to the user page it displays the edit with form... [14:48:50] now the next part of this is to call the fields [15:45:13] Just saw this... but it looks the issue was resolved! [15:55:43] Yaron: Yes. I think im looking for additional functionality but that was resolved. While i have you i see that you currently maintain the Contributors extension as well... [15:56:08] Yaron: im getting the following error when i try to enable it and display list of contributors: Warning: array_keys() expects parameter 1 to be array, null given in /home/ipdocketengine/public_html/extensions/Contributors/includes/Contributors.php on line 186 Warning: Invalid argument supplied for foreach() in /home/ipdocketengine/public_html/extensions/Contributors/includes/Contributors.php on line 195 [15:57:27] I feel like you maintain just about every extension i want to use... [16:11:29] kevindank: my maintaining of the Contributors extension is really in name only... I made some changes to it a few years ago, but since then other people have made changes too. [16:12:03] ok [17:14:49] Yaron: Does SemanticSignUp still function with MW 1.30? [17:16:08] this sounds like a perfect solution for one of my questions about having newusers immediately fill out new profile fields [17:18:46] Error: This version of SemanticSignup is only compatible with Semantic Forms 2.8 or above. You need to upgrade Semantic Forms first. [17:19:52] im running page forms rather then semantic forms, does that matter? [17:37:49] kevindank: yes, I don't think it works at all with Page Forms. (Though I could be wrong.) [17:53:17] Understood, thanks for the insight Yaron: