[03:06:23] hello world! [03:32:48] anyone around, or ... ? [03:50:11] am i doing this wrong? [03:57:05] hi [04:24:28] why isn't anyone chatting? [04:31:25] GauchoDude: do you have a question about MediaWiki? [04:32:12] yes, to an extent. not sure if you'd be able to help but looking to chat with someone who is more knowledgeable about the setup and operation than i [04:32:33] just ask [04:37:32] it's a bit in depth as i'm not familiar with some of the processes. long and short is after a local installation, i feel like the software runs slow. i however don't know how to diagnose nor to figure out if it was even installed correctly [04:38:39] i'd love to be able to chat it through with someone to help me complete a personal project and learn about it more [05:01:04] so if anyone could help, either tonight or at some random point in the future to bounce ideas off of, i'd appreciate it [05:50:05] Hello [05:50:29] I have a question [05:50:30] Hi DeepChill, just ask! There is no need to ask if you can ask, if you already asked the question please wait for someone to respond [05:50:50] So I had some js/html code I wanted to upload to my site [05:51:02] And I did it using a widget like this: https://www.thecryptowiki.org/Widget:Tracker2 [05:51:18] but it's not showing up on my website: https://www.thecryptowiki.org/Test_Page [05:51:22] any idea why? [06:16:10] WAKE UP SHEEPLE [07:14:00] deepchill is not very chilled [07:18:21] hi [07:18:40] So I had some js/html code I wanted to upload to my site [07:18:43] but it's not showing up on my website: https://www.thecryptowiki.org/Test_Page [07:18:45] any idea why? [07:20:29] DeepChill: that's not how gadgets work. you can't put a whole html page in there like that [07:20:41] they're just for the javascript part of it [07:22:05] DeepChill: have a read of https://www.mediawiki.org/wiki/Extension:Gadgets [07:23:43] samwilson, [07:23:57] I had a dev run it on his site that was local and it was working there [07:24:00] exactly the same way [07:24:32] this is the code btw: https://github.com/samsch/cryptocurrency-table#running-this-project [07:28:53] oh, sorry, you're using https://www.mediawiki.org/wiki/Extension:Widgets aren't you? [07:29:13] yes [07:30:56] you still don't need to include the whole html page. just the javascript part, and it must conform to Smarty syntax [07:33:18] Could you check your PMs? [07:35:37] I also found some errors on my common.js, could they be interfering with this file? https://www.thecryptowiki.org/MediaWiki:Common.js [07:41:24] DeepChill: you're best off examining the widgets at https://www.mediawikiwidgets.org/Widgets_Catalog and following what they do [07:49:45] Fuckin' a [08:26:01] I'm willing to pay if someone can help me out. [09:11:59] Is it possible to add a widget in an infobox? [15:59:12] On my MediaWiki some old versions of some sites return just white sites without any error message. Does anyone know why that happens or how to debug that? [16:02:25] Billifischmaul: did you look at php error log? [16:02:28] !debug [16:02:28] For information on debugging (including viewing errors), see https://mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging Also see https://mediawiki.org/wiki/Manual:Errors_and_symptoms [16:02:38] Billifischmaul, https://www.mediawiki.org/wiki/Manual:Errors_and_symptoms#You_see_a_Blank_Page [16:08:38] wfMsg() does not exist anymore? [16:09:58] hmm, maybe you have to use wfmessage [16:10:28] https://www.mediawiki.org/wiki/Manual:Messages_API#Help_with_replacing_deprecated_wfMsg*_functions [16:10:36] "These functions were removed starting with MediaWiki 1.27 LTS." [16:11:26] ok, easy. https://www.mediawiki.org/wiki/Extension:AudioPlayer2 used WfMsg(String), just replace with WfMessage(String). Thanks! [16:12:57] it isn't using the new extension format either [22:59:19] How does one start a page's auto TOC from a specific number (e.g. 2, 2.1 for =Item1=, ==Item2== instead of 1, 1.1) [23:03:21] Berashith: I don't think there is a good way to do that [23:03:53] you could try
=dummy=, maybe [23:04:03] err,
[23:04:25] Thanks DanielK_WMDE, that sounds like a good workaround. I'm working on a book with multiple pages and a templated TOC, where each page is a chapter. I figured that was fairly common, but I'm a MW newbie. [23:12:35] Sadly it seems to outsmart that: while =dummy= increments things right, as soon as its enclosed in a
or , it is considered separately, whether displayed or not. [23:18:35] Think i found what I'm looking for (adding here in case it's helpful to anyone): https://meta.wikimedia.org/wiki/Help:Section#Making_a_heading_that_does_not_show_up_in_ToC