[00:13:58] Svetlana, it's a bit unclear to me what you're asking for exactly [00:38:48] Svetlana, try http://199.195.252.55/oojs-ui/demos/index.html [00:40:18] Krenair: https://www.mediawiki.org/wiki/Talk:OOjs_UI#Menu [00:40:48] Svetlana, is there anything on the demos page that's what you want? [00:41:32] http://199.195.252.55/oojs-ui/demos/index.html#toolbars-minerva-ltr /might/ be close, but it's so ugly and unusable. [00:50:44] Oooooh. I copypasted from toolbars.js at the demo page and it works (and is themed nicely). Thanks. [01:04:58] Trying to throw away all stuff unrelated to what I need. Such pain. [01:05:24] This demo is all things in one. What does it want, people doing this every time? [04:20:42] Krenair: And/or anyone else with OOjs UI sense: With OOjs UI, the demo/toolbars.js example code has two functions, createTool and createToolGroup. They appear to contain stuff which I don't fully understand and don't see a need to modify. Why are they not a part of OOjs UI itself? [05:01:52] Hi everyone, I am trying to use wgAction variable in javascript but it seems not all wikis have it defined. The wiki I am trying is http://education.wmflabs.org/w/index.php?title=Special:RecentActivityFeed where it isn't defined. [05:38:20] Is there a way for my gadget to get a configuration parameter from each user? I want more than just on/off, I would like a numeric setting. [05:44:33] jimt: no there isn't, that's https://bugzilla.wikimedia.org/show_bug.cgi?id=21897 [05:46:35] legoktm: Thanks for the pointer. [06:32:27] hello, i want to add some thing in my footer in every page [06:32:31] how can i do that? [06:34:51] could any body help me? [06:36:57] sasan: Did you see https://www.mediawiki.org/wiki/Manual:Footer [06:38:09] (In my case I change the icons, which is even easier https://www.mediawiki.org/wiki/Manual:$wgFooterIcons ) [06:51:47] $wgFooterIcons['poweredby']['myicon'] = array( "src" => "/path/to/my/image.png", // you may also use a direct path to the source, e.g. "http://example.com/my/custom/path/to/MyCustomLogo.png" "url" => "http://example.com/", "alt" => "Some text here...", ); [06:51:57] : i should add this [06:52:00] ? [06:52:04] $wgFooterIcons['poweredby']['myicon'] = array( "src" => "/path/to/my/image.png", // you may also use a direct path to the source, e.g. "http://example.com/my/custom/path/to/MyCustomLogo.png" "url" => "http://example.com/", "alt" => "Some text here...", ); [06:52:08] to my local setting.php [06:52:10] ? [06:52:11] ? [07:01:45] i have add this code to my localsetting [07:01:52] $wgFooterIcons['poweredby']['myicon'] = array( "src" => "/path/to/my/image.png", // you may also use a direct path to the source, e.g. "http://example.com/my/custom/path/to/MyCustomLogo.png" "url" => "http://example.com/", "alt" => "Some text here...", ); [07:01:53] but nothing added to my wiki [08:11:03] hello [08:11:10] i have added this to my local setting [08:11:11] $wgFooterIcons['poweredby']['myicon'] = array( "src" => "{$wgScriptPath}/logo.png", "url" => "http://www.parsintelligent.com/", "alt" => "dsffwfwew", "height" => "50", "width" => "80", ); [08:11:17] but nothing shown in my wiki [08:11:22] coudl anybody help? [09:18:36] lazowik : could you help me? [09:18:50] hmm? [09:19:01] karami: and does it fit to local settings? [09:19:25] * lazowik looks at logs [09:23:17] : what do you mean? [09:23:46] karami: where do you have the image? [09:29:01] https://www.mediawiki.org/wiki/Manual:$wgFooterIcons [09:33:26] : i have seen that in https://www.mediawiki.org/wiki/Manual:$wgFooterIcons [09:34:07] what do you think? [09:42:42] Krenair: you have hidden that in MediaWiki:Common.css … [09:42:49] #footer-poweredbyico{ display:none; } … [09:43:34] daman [09:43:42] Krenair: sorry, wrong tab completion [09:43:44] karami: ^ [09:43:56] what? [09:44:00] it is wrong [09:44:02] ? [09:44:07] karami: you have hidden viewing of that [09:44:27] karami: you add your icon to $wgFooterIcons['poweredby'] [09:44:37] yes, i add [09:44:37] and have hidden all poweredby in Common.css [09:44:56] if you want to not view mediawiki icon [09:44:59] you can either: [09:45:29] * leave the rule in Common.css, but add your icon to $wgFooterIcons['whatever_you_want'] instead of $wgFooterIcons['poweredby'] [09:45:51] * add unset( $wgFooterIcons['poweredby']['mediawiki'] ); to your local settings [09:45:59] i have enable it [09:46:08] but it show both my icon and power [09:46:12] together [09:46:13] please see [09:46:18] parsintelligent.com/wiki [09:46:29] karami: read! [09:46:45] I've just told you two options to hide mediawiki and leave your logo [09:47:10] add [09:47:11] unset( $wgFooterIcons['poweredby']['mediawiki'] ); [09:47:14] to loval settings [09:47:55] i add this [09:47:56] $wgFooterIcons['شرکت مهندسی هوشمند پارس']['myicon'] = array( "src" => "{$wgScriptPath}/logo.png", "url" => "http://www.parsintelligent.com/", "alt" => "dsffwfwew", "height" => "50", "width" => "80", ); [09:47:59] it is ok? [09:48:11] i do not have ( $wgFooterIcons['poweredby']['mediawiki'] ); [09:48:17] in order to unset [09:50:17] karami: not sure if 'شرکت مهندسی هوشمند پارس' will work as array index [09:50:35] so you mean i should add english [09:50:36] ? [09:50:45] yep [09:50:55] and it's not shown anywhere [09:51:24] and if you went that way you have to restore the rule in Common.css that hides poweredby [09:51:26] $wgFooterIcons['Pars Intelliegnt office']['myicon'] = array( "src" => "{$wgScriptPath}/logo.png", "url" => "http://www.parsintelligent.com/", "alt" => "dsffwfwew", "height" => "50", "width" => "80", ); [09:51:28] it is ok? [09:51:34] try it [09:51:41] i have tried [09:51:44] but please see [09:51:51] parsintelligent.com/wiki [09:52:02] it show both together [09:52:36] hello! how can I enable parsing a {{icode|xxx}} tag? [09:53:25] in my MediaWiki? [09:53:33] akaWolf1: that's a template [09:53:36] you create a template at Template:icode [09:53:46] : have you seen? [09:54:06] karami: I told you few times that if you do that this way you have to restore css rule in Common.css [09:54:15] please, read everything, do not skip over [09:54:38] you mean i shoudl hide powered by mediawiki in common.css again? [09:54:44] yes [09:55:27] karami: and $wgFooterIcons['use_english_name_without_spaces'] [09:56:22] html id is created from that name [09:56:34] and now you have footer-شرکت مهندسی هوشمند پارسico [09:56:37] as an id [09:56:58] it is ok, nd if i want to add a sentences in my fotter [09:57:04] what should i do? [09:57:15] karami: it is *not* ok [09:57:19] with the current id [09:57:30] i will fixed its id to english dear [09:57:34] it is ok now [09:57:49] and don't use spaces in the english id [09:57:56] ok, i will fix this [09:58:00] just let me know [09:58:08] how could add a sentence from right [09:58:12] in the footer [09:58:17] just a text [09:59:18] lazowik, thedjNotWMF: thanks.. and one more question: how to create a template? [09:59:35] akaWolf1: like any other page, but in Template: namespace [10:00:00] akaWolf1: just go to Template:icode as if you wanted to create a page named like that [10:00:50] : please help me [10:00:57] i thanks you alot [10:01:01] about the other problem [10:02:43] karami: you can install http://www.mediawiki.org/wiki/Extension:Footer [10:03:30] karami: and then add your text to http://www.parsintelligent.com/wiki/index.php?title=Template:AllPagesFooterTemplate&action=edit [10:04:03] * that: http://www.parsintelligent.com/wiki/Template:AllPagesFooterTemplate [10:05:48] lazowik: can you show me a simple example of template? [10:06:59] lazowik: that just print a text after tag. [10:07:38] akaWolf1: http://developer.nokia.com/community/wiki/index.php?title=Template:Icode&action=edit [10:07:45] it's bloated with help info [10:08:02] the only part you need for it to work [10:08:04] is {{{1}}} [10:08:50] i add my text to [10:08:50] (http://yoursite.com/index.php?title=Template:AllPagesFooterTemplate&action=edit) [10:08:59] and now i should add this code to my local setting [10:09:07] require_once("$IP/extensions/Footer/Footer.php"); [10:09:10] yes? [10:09:12] am i right? [10:10:36] yes, but you have to download that extension of course [10:12:29] : then i upload the extention to my wiki folder [10:12:31] ? [10:13:47] : then i upload the extention to my wiki folder?? [10:14:15] lazowik: https://akawolf.us.to:8080/mediawiki/index.php/Creating_a_Full_UI_ROM_for_BeagleBoard#The_HuiStatic.cpp_problem_-_RESOLVED [10:14:41] to wiki folder/extensions/Footer/Footer.php [10:15:17] lazowik: it's still showing "Template:Icode" and not text... [10:18:24] : I dl the extension and upload to folder that you told me [10:18:36] i add my needed text to the link you send me [10:19:00] akaWolf1: hmm, maybe cache is not updated [10:19:17] lazowik: how to update a cache? [10:19:21] akaWolf1: you can see on https://akawolf.us.to:8080/mediawiki/index.php/Template:Icode under Usage that it works there [10:19:30] lazowik: yep [10:19:57] : i added my needed text there [10:20:03] but nothing happened? [10:20:11] akaWolf1: cleared cache, works \o/ [10:20:30] h ehe, i see [10:20:33] (you can do that yourself by appending /?action=purge to the end of url) [10:20:49] : i see where it is [10:20:54] but please pay attention, [10:21:03] i need it to be in footer of my wiki [10:21:12] but it is in my wiki pagge [10:21:19] not footer [10:21:26] parsintelligent.com/wiki [10:21:26] please see [10:21:30] lazowik: thanks! can I do that for all content of MW? [10:21:33] i add this [10:21:34] سیسبسززظطز سیشسیش یشسشسزشز [10:21:43] please see where it is pasted [10:21:51] akaWolf1: it should update itself [10:21:58] lazowik: :) ok [10:22:32] karami: hah, worong extenstion then [10:22:48] why wrong? [10:22:59] i followed all steps [10:23:03] I know [10:23:04] ? [10:23:09] lazowik: just trying to restore a old symbian foundation wiki :) [10:23:10] why wrong [10:23:12] I'm saying that this is not the way to do it [10:23:14] could you please tell me [10:23:15] ? [10:23:28] karami: can always do not-so-clean way [10:23:32] find Vector.php [10:23:42] where is it? [10:23:49] karami: http://www.mediawiki.org/wiki/Thread:Project:Support_desk/Add_text_to_footer [10:23:58] karami: in your wiki folder somewhere [10:24:06] in skins/ [10:24:17] and then what should i do? [10:24:50] karami: read last answer in the link I just pasted here [10:24:54] i am in vector folder [10:26:21] in my vector folder, there is no vector.php file [10:28:06] not in vector folder… [10:28:08] just skins/ [10:30:40] i did not find this [10:30:40]