[00:13:28] Hello. I want to be able to approve all edits by non sysop users before they go live. Is this possible? [00:14:53] tmllp: Probably http://www.mediawiki.org/wiki/Extension:FlaggedRevs [00:16:28] that doesn't do that [00:22:04] AaronSchulz: does anything do it? [00:24:00] no [00:24:59] tmllp: per-page read restrictions are not well supported [00:25:05] is it possible for me to make something will do it, I'm creating a wiki site but a requirment is that all content be pre-approved before going online [00:26:16] I could probably hack it into flaggedrevs, not sure how safe that would be [00:27:07] tmllp: it's not a wiki, then [00:27:21] heh, right, Duesentrieb has a point ;) [00:27:28] AaronSchulz: btw, why can't read-restrictiuons be managed just like edit-protection? [00:27:41] should be possible, no? [00:27:44] transclusions/images and such [00:27:51] it is possible, but best done in the core [00:27:58] but it would require a boatload of perm checks [00:28:07] AaronSchulz: i'm aware of the loopholes (that'S why i introduced wgNonincludableNamespaces) [00:28:19] well it want's to be a wiki, but it's owner (my boss) is a law firm and they dont have their own criteria [00:28:32] i'm just talking about the basic check of "no you can't see this page". [00:28:43] *do have, rather [00:28:47] i.e. $title->userCan("read") [00:29:22] tmllp: you can call it whatever you want, but it ain't a wiki if it's moderated :) [00:29:27] tmllp: do you want the old pre-approved history to be available? [00:29:41] anyway, need to sleep [00:29:44] I want everyone to be able to see it, just not change it without submitting the changes and getting them approved [00:30:03] well, if they can edit it, they know the page text [00:30:07] !cms | tmllp [00:30:07] --mwbot-- tmllp: You are advised to install an appropriate content management package if you want per-page access control and similar restrictions. See if you really want too. [00:30:11] !secrets | tmllp [00:30:11] --mwbot-- tmllp: MediaWiki was not designed with read-restrictions in mind, and may not provide air-tight protection against unauthorized access. We will not be held responsible should private information, such as a password or bank details, be leaked, leading to loss of funds or one's job. [00:30:17] if they know that already, why bother restricting view rights? [00:30:20] !access | tmllp [00:30:20] --mwbot-- tmllp: For information on customizing user access, see . For common examples of restricting access using both rights and extensions, see . [00:31:20] time for bed [00:31:26] ttfn [00:31:38] tmllp: I could hack pages to always be visible if flagged and $wgFlaggedArticle->pageOverride() holds, and let all includes be shown too [00:31:44] it's ok if they see everything, but I don't want them posting incorrect information, since it's a site designed to help people follow and understand the law [00:31:59] that would be reasonable if you have an internal editor group that doesn't want stuff shown until published [00:32:04] that could make sense [00:32:25] but having "anyone able to edit" but "can only view reviewed pages" doesn't make too much sense [00:32:52] tmllp: what flaggedrevs does now is just give a disclaimer at the top of unreviewed pages [00:32:58] ah [00:33:36] well I would want what you said, that is stuff not being shown untill approved/published [00:35:46] basically only one user would have the ability to release edits [00:35:54] or new pages [00:36:06] hey all - im trying to import the enwiki dump [00:36:18] it seems i am running into duplicate key issues [00:36:26] does that mean the dump is wonky? [00:37:15] tmllp: what is this wiki for anyways? [00:40:52] tmllp: but mainly, who do you want to be able to edit? Can anyone make an account? Is login required? [00:41:32] AaronSchulz: From the demo I made: http://calgunlaws.wikia.com/wiki/Calgunlaws_Wiki:About [00:41:58] I have an actual mediawiki running on my server btw [00:42:32] yes, login will be required, and the edit group will be those active in the community [00:45:02] active how? [00:46:13] If anyone who makes and account can edit, they can see the source text of pages [00:46:27] so it seems odd that they can't view the same pages [00:47:41] is this the right place to ask about the enwiki dumps? :-) [00:47:52] see #wikimedia-tech [00:48:08] tks [00:49:35] what is the propper syntax to access Mysql database from a remote PC? [00:49:48] PCs are on the same network [00:50:09] bah, is there any way to prevent from auto-enlarging smaller images? [00:50:13] that question > #/dev/null [00:51:21] i thought it was 192.168.0.1\mysql [00:51:22] but it isnt [00:51:25] what is it? [00:55:07] there we go [00:55:08] got it [00:55:12] its /phpmyadmin [00:55:14] not /mysql [00:57:27] 03(mod) Ability to retrieve forgotten usernames - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13015 (10Simetrical+wikibugs) [00:58:05] 03greg * r31080 10/trunk/phase3/maintenance/postgres/compare_schemas.pl: Reflect new change from CHAR to SMALLINT to match MySQL's pseudo-booleans. [00:59:04] 03greg * r31081 10/trunk/phase3/maintenance/ (postgres/tables.sql updaters.inc): Add ipb_by_text to Postgres schema. [01:02:13] 03brion * r31082 10/trunk/phase3/includes/SpecialUpload.php: [01:02:13] Fix for r30957: instead of just removing the misspelled parameter, fix the spelling! :) [01:02:13] parseline -> array() -> parseinline [01:03:43] brion) would you join #wikimedia-checkuser please? [01:03:56] alnokta: apparently i can't [01:04:23] brion) why not? [01:04:28] access... [01:04:36] brion: you are in company then ;) [01:06:18] 03greg * r31083 10/trunk/phase3/maintenance/ (3 files in 3 dirs): Have update.php change the functions to their new builtin tsearch2 versions if Postgres >= 8.3 [01:09:08] AaronSchulz: any other suggestions for places to ask? seems like everyone is lurking in -tech [01:13:45] 03greg * r31084 10/trunk/phase3/maintenance/postgres/archives/ (4 files): Remove no longer used patch files. [01:16:27] " Dear MediaWiki Foundation," [01:17:43] i made my own page and than i added two submit buttons... calling an action defined in a form element.... (as usual) but how do i get the name property of the buttons when processing the submit with a hook to 'Unknown Action' [01:17:44] ? [01:18:24] (i need to know which button was pressed...) [01:52:34] Recently a spammer edited advertising and porn links onto my wiki and those links and edited data remain in the wiki's database and history (recent changes) part. Is there anyway to competly remove this content. [01:53:09] Maybe by removing everything their IP Address has edited. [01:53:36] it is your database and your wiki, you can do what you want with them. [01:54:19] is there a safe way of removing them other than using phpmyadmin. [01:54:22] like within the wiki! [01:54:48] that was not helpful..is it ;) [01:54:56] yes, you can delete the page [01:55:11] then undelete the revisions you need [01:55:17] without the bad ones [01:55:37] or http://www.mediawiki.org/wiki/Oversight [01:57:53] 03(mod) {{REVISIONID}} is broken just after page save - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12694 +comment (10nathanlarson3141) [02:01:03] anyone awake? [02:03:47] 12:33PM [02:04:31] 4.04AM [02:06:19] im looking for a way to add a from to the right side of a article on a wiki of mine ... any good extension that fixes that functionality? [02:06:39] (like country info on Wikipedia) [02:08:54] 03(NEW) Split Special: Unwatchedpages into pages for each letter and number - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13062 15enhancement; normal; Wikimedia: General/Unknown; (ruhrfisch) [02:18:12] 03aaron * r31085 10/trunk/extensions/FlaggedRevs/ (5 files): (log message trimmed) [02:18:12] * Show form even for reviewed versions [02:18:12] * Various OOP cleanup, rename some functions [02:18:12] * Move review notice up, bolden 'modify' link [02:18:12] * Don't show 'draft' tab when stable=current [02:18:13] * New page patrol links given target [02:18:15] * Give usertext to allow user,timestamp index use for patrol links [02:41:43] Skizzerz: hi [02:42:10] hi [02:42:18] o.0 [02:42:29] wanted to show you the results of your rawmsg suggestion [02:42:41] http://metapost.tlhiv.org/wiki/index.php/Home [02:42:58] the first thing is that users can convert their PDF graphics to SVG (as on that page) [02:43:01] oyeah, i remember you now :P [02:43:11] ;) [02:43:21] also ... RGB previewer --> http://metapost.tlhiv.org/wiki/index.php/Color [02:43:33] you can enter your colors and have it displayed [02:43:54] similarly for CMYK colors --> http://metapost.tlhiv.org/wiki/index.php/Cmykcolor [02:44:32] mmk [02:44:41] ? [02:44:53] (that's hmm and ok jumbled together) [02:45:01] hehe [02:45:22] i'm just glad to be able to add raw html code into the wiki itself [02:45:42] i haven't convinced myself yet (although you told me) that only Sysops can do this [02:49:13] well, the way RawMsg works is that it requires you to insert the code in the MediaWiki namespace, which only sysops can edit [02:49:42] of course, any user that has editing permissions can USE the pre-made code, but only sysops can change the code/create new code [02:50:47] tlhiv_laptop: ^ does that settle your concerns? [03:09:27] 03brion * r31086 10/trunk/phase3/includes/SpecialUpload.php: [03:09:27] Fix rendering of filepageexists message. Previously was incorrectly raw HTML, [03:09:27] with a misspelled "parseinline" setting. Then that was removed. Then the [03:09:27] "parseinline" was returned, spelled correctly. However since the parameter *is* [03:09:27] a raw HTML link currently, had to add 'replaceafter' [03:15:27] brion: mmmm :) [03:49:11] what's the easiest way to list a particular user's contributions to the wiki? [03:49:28] i.e., edits, new pages, etc. [03:50:57] tlhiv_laptop: Special:Contributions [03:51:07] nice [03:52:17] i get a "No target" [03:55:19] had to apped /user [04:08:07] 03(mod) Namespace translations for Laos - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12848 (10passawuth) [04:13:39] 03(mod) Namespace translations for Laos - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12848 (10passawuth) [04:39:26] 03(NEW) Make a page for recent changes in unwatched articles - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13063 15enhancement; normal; Wikimedia: General/Unknown; (ruhrfisch) [04:42:41] tlhiv_laptop: only for old MW versions [04:54:20] 03(NEW) Make a page or pages for unwatched Biographies of Living Persons - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13064 15enhancement; normal; Wikimedia: General/Unknown; (ruhrfisch) [05:13:44] 03(NEW) Request_layout_change_on_editing_buttons - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13065 major; normal; Wikimedia: Bugzilla; (3tx38k) [05:18:16] i keep getting this error while trying to upload images to wiki.... The upload directory (public) is not writable by the webserver. [05:18:29] i dont know which folder this is, it does not give a path [05:21:30] anyone [05:22:51] 03(mod) Request_layout_change_on_editing_buttons - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13065 (103tx38k) [05:27:09] does anyone know the easiest way to add ~150 accounts to mediawiki aside from registering them by hand? [05:32:35] tell your computer to do it for you (by programming it) [05:42:40] does anyone know where i can get CharInsert.i18n.php [05:42:42] CharInsert.i18n.php [05:43:44] by downloading the charinsert extension [05:49:00] i did, but it only downloads one file. i install it like i should, then when i go to special:specialpages, i get an error [05:49:07] Warning: MessageCache::require(/usr/local/psa/home/vhosts/nautf.com/httpdocs/mkportal/modules/mediawiki/extensions/CharInsert.i18n.php) [function.MessageCache-require]: failed to open stream: No such file or directory in /usr/local/psa/home/vhosts/nautf.com/httpdocs/mkportal/modules/mediawiki/includes/MessageCache.php on line 699 [05:49:08] Fatal error: MessageCache::require() [function.require]: Failed opening required '/usr/local/psa/home/vhosts/nautf.com/httpdocs/mkportal/modules/mediawiki/extensions/CharInsert.i18n.php' (include_path='/usr/local/psa/home/vhosts/nautf.com/httpdocs/mkportal/modules/mediawiki:/usr/local/psa/home/vhosts/nautf.com/httpdocs/mkportal/modules/mediawiki/includes:/usr/local/psa/home/vhosts/nautf.com/httpdocs/mkportal/modules/mediawiki/ [05:49:12] thats the error [05:49:18] sorry for flooding the page [05:50:10] when i remove the line from localsettings.php, i can get through just fine [05:53:44] timichal: ping? [05:54:42] not me, I suppose [05:54:56] i was looking for an admin on incubator [05:55:03] seems an IP is vandalizing nastily [05:55:07] oh [05:55:10] its not me [05:55:13] will check [05:55:14] i posted that [05:55:17] Pathoschild's got it, i think [05:55:28] darn :) [05:55:31] those arent errors here, it was a message so someone could help me on that error that i get in my site [05:55:32] lol [05:55:37] call off the dogs [05:55:38] ;) [05:56:15] newrkv: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/CharInsert/ It seems the extension page doesn't link to both files, but you should always check the folder for an extension that you get out of SVN [05:58:13] OMG! your a life saver... sorry for such noob things, but i am [05:58:14] ;) [06:07:57] 03shinjiman * r31087 10/trunk/phase3/languages/messages/ (4 files): [06:07:57] * Update Chinese translations [06:07:57] * Update Cantonese translations [06:07:57] * Update Old Chinese / Late Time Chinese translations [06:08:18] morning [06:10:03] 03(mod) dumpHTML output have wrong relative paths to math, images, etc. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13061 -shell (10jeluf) [06:25:51] !defaultsettings [06:25:51] --mwbot-- For the current version of DefaultSettings.php, see: . [06:35:11] what was that for? [06:35:56] TimStarling: heh, that Muhammad pic is sure causing a ruckus [06:36:23] on wikien-l? or just everywhere [06:36:25] well, I made my comment to the list [06:36:31] wikien-l [06:36:35] MrZ: some people use mwbot to link themselves, they are called lazy [06:36:46] 03(mod) Can't edit pages under IPv6 - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12589 -ipv6 ; +comment (10overlordq) [06:36:46] as well as random internet blogs and the petition [06:37:04] nah, I've typed wikilinks into channels to create a link for myself [06:38:25] AaronSchulz: and the 1300 messages sent to OTRS [06:40:23] ;) [06:40:47] though quite a few were in support of keeping them [06:41:06] especially after Fox News ran the story [06:48:55] ok this frickin' rocks [06:49:02] http://www-jpc.physics.ox.ac.uk/Demo2.html <- java applet x86 emulator [06:52:26] *Splarka wonders if there is a DOS java interpreter... [06:53:23] (that would run this, that is, mmmm loopy) [06:53:23] *jeremyb wonders if Splarka cares enough to port it [06:53:53] well there was java runtime for windows 3.1 iirc ... :D [06:54:10] the bottom of brion's link did mention java 1.6... [06:54:19] *jeremyb didn't catch what for though [06:54:23] *jeremyb sleeps [06:55:33] they claim it runs in 1.4 [06:58:49] Brion: I emailed you about commit access. Perhaps you haven't seen it yet. Should I just post the SubPageList3 extension as an attachment in a Bugzilla request, or should I wait and get it uploaded to SVN? [06:59:03] go ahead and put it on bugzilla if you like [06:59:25] OK. [07:06:04] 03(NEW) Requesting rewritten subpagelist extension for Wikiversity - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13066 15enhancement; normal; MediaWiki extensions: Extensions requests; (mccormack) [07:07:34] *MZMcBride stabs Splarka for insulting laziness and the bot :p [07:18:20] wow, so mentioning your laziness or the bot is insulting? [07:18:39] better start a petition to have it striken from ami's logs ^_^ [07:29:09] *Werdna waves [07:41:37] what hook can i use for an action i want to do for every page, using the page title? [07:42:21] ArticleFromTitle is called also on Monobook.css etc for each page [07:47:47] hello, I try to get more informations about "how mediawiki is saving content of the pages" and "how the revision system works" are there documents describing that somewhere ? [08:00:30] by default pages in a category are broken down by the first letter of the page. To change that behaviour, shoudl I, A) Add a magic word to the cateogry page, B) tweek a global parameter setting somewhere, C) install an extension, D) hack the source code, E) all of the above? [08:00:49] vi390: look on mediawiki.org [08:01:11] [[Category:Foobar|A]] will show the article "Foobar" under "A" [08:01:13] flo__: hooks are triggered by events [08:01:35] hashar: yes, but I want [[Category:Foobar|09]] to show the article under 09 [08:02:01] sorry, I just realized my question isn't specific about what I want to change [08:03:30] you want category sorting to encompass the first two letters? [08:05:11] Splarka: no, I want the category breakdown page to list pages by their first two letters [08:05:34] so pages in category 2008 are broken down into 01 (january), 02 (febuary), etc [08:05:59] *Splarka thinks he asked the same thing [08:06:19] I know how to 'index' pages so that they appear in the correct order in the cateogry, but every month from january to september is stuck under the heading '0' - which is less than usefull [08:06:27] Splarka: how do you mean? [08:07:26] Splarka: I am sure it is possible given option A to E, but I have no idea which or where to start [08:07:43] that is kinda the reason newbies ask questions. [08:07:50] which is kinda why irc exists [08:09:12] http://www.mediawiki.org/wiki/Project:Support_desk#Rearrange_categories [08:09:16] possibly [08:09:49] a breadcrumb anyway [08:10:36] thanks Splarka [08:11:25] but do you just want the breakdown to list the first two characters, or do you want the category's member list to actually be /sorted/ by them? [08:11:38] breakdown [08:11:52] you could probably do that with some javascript then (icky) [08:11:57] yikes [08:12:16] I mean... the single letter breakdown code must be in there somewhere... [08:12:36] I looked at every category extension categorized... [08:12:49] nothing talks about adding special behaviour to the breakdown [08:13:33] but I never saw the help desk before... I'll post my signature question; [08:13:36] By default, pages in a category are broken down by the first letter of the page title (or the first letter of the category index). To change that behaviour, for example to break down pages by the first two letters of the page title, shoudl I, A) Add a magic word to the cateogry page, B) tweek a global parameter setting somewhere, C) install an extension, D) hack the source code, E) all of... [08:13:38] ...the above? [08:14:45] where is the manual page dealing with categories? [08:16:05] Help:Categories, (Redirected from Categories) - but aparently not linked from anywhere! [08:17:26] faceface: if you are willing to hack mediawiki, I can find you the place where the cat break down is done [08:18:08] I'll give it a go - I would like to do it in a 'nice' way if possible, for example in response to some magic word in the category page... [08:19:28] any way, the whole category displaying stuff is in includes/CategoryPage.php [08:21:07] 03(mod) Requesting rewritten subpagelist extension for Wikiversity - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13066 +need-review +patch (10pathoschild) [08:21:44] includes/CategoryPage.php Gotcha [08:22:03] is there any information about in which format the data in Table text.old_text (Which is Mediumblob) is stored [08:22:33] vi390: look at some data? [08:23:43] vi390: should be utf-8 [08:25:32] hasbar: I meant the Dataformat, not the encodingformat ;-) [08:25:54] eg. XML [08:26:48] it is CVS diff format? [08:27:00] in mediawiki how to link a image to url? [08:27:29] how to link an image say for ex i have abc.gif if i click on image it should to link to abc.com [08:27:44] deepali: three ways [08:27:45] http://www.mediawiki.org/wiki/Manual:$wgAllowExternalImages [08:27:46] deepali: you can't by default [08:28:00] http://www.mediawiki.org/wiki/Extension:ImageMap [08:28:02] or css [08:39:07] hie [08:53:43] What is the {{#imagemap:}} syntax that the en-Wikipedia Signpost mentions? I can't find any mention of it on the ImageMap or TagParser or ParserFunction extension pages, or in the magic word help page. [08:58:40] Pathoschild: there are 3 versions mentioned from http://www.mediawiki.org/wiki/Extension_Matrix. I tried some of those, couldn't get them to work, but finally choose the Icon extension which works fine. [08:58:47] Pathoschild: it's an alternative syntax for all . [08:59:08] <_wooz> lo [08:59:49] Pathoschild: with you cannot use {{PAGENAME}} & co. but it works with {{#tag:}}. only on projects where the new parser is live [09:00:49] Pathoschild: correction: it should read {{#tag:imagemap|...}} [09:00:57] The basic syntax is the same? For example, {{#imagemap:}} parameters are still delimited with line breaks? [09:01:20] {{#tag:imagemap|...}}*. :) [09:01:52] Pathoschild: it's based on http://www.mediawiki.org/wiki/Extension:TagParser but in core now [09:02:06] :D [09:05:20] Thanks. :) [09:06:10] you are welcome :) [09:11:10] hi guys, I'm trying to get templates on mediawiki, is that possible? i.e. a form to fill out for one type of article, a different one for a different type [09:20:30] Hi. I have a nicely working MediaWiki 1.11 install, and ShortURL enabled (see http://rafb.net/p/Gu1GJg33.html for the config). Everything is working nicely except I cannot use the MediaWiki api. What do i need to do to exclude api.php from the rewrite? [09:32:20] noclue: since $wgScriptPath and $wgArticlePath are different, /w/api.php shouldn't be getting rewritten. what problem are you having? [09:36:11] Basically, I cannot do any API calls at all. If I try something simple like $BASE_URL/wiki/api.php, instead of getting the api documentation page (like I do an a test wiki running 1.10 without ShortURL enabled) the Wiki thinks I want to edit Api.php [09:36:28] use /w/api.php, not /wiki/api.php [09:36:35] like index.php, it's a PHP script, not an article [09:36:57] ah ok.... [09:37:07] I knew it had to be something simple [09:37:09] that works. [09:37:32] thank you for pointing the obvious to me... sometimes I think i have been staring at this Wiki for far too long :-) [09:45:44] is anyone in tonight? [09:48:55] 03(NEW) New log Special:Log/create - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13067 15enhancement; normal; MediaWiki: Special pages; (saibot834) [09:49:38] *newrkv sings [09:49:48] *newrkv all by myself [09:49:54] *newrkv dont wanna be, all by myself [09:49:55] lol [09:57:54] Hello. Does anyone know how to modify mediawiki so that the "create account" page forces users to type in an email address? [09:57:58] open_basedir restriction in effect on my server and when installing mediawiki i get the following error: [09:58:36] 03(NEW) Problem with Special:Import - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=13068 04BLOCKER; high; MediaWiki: Special pages; (moissinac) [09:59:28] http://p3m.org/pef/337?tx=on&submit=Format+it%21 [09:59:39] what's wrong? [10:00:25] can anyone give me any tips on my main page of my wiki? [10:00:27] http://www.nautf.com/mkportal/modules/mediawiki/index.php5/NAUTF_Wiki [10:05:54] anyone [10:07:46] I can't get my wiki to accept png's. I have $wgFileExtensions set correctly, but it still complains about invalid file or invalid extension. any hints? [10:08:12] png should work out of the box, shouldn't it? [10:08:59] 03(mod) Problem with Special:Import - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13068 +comment (10kalan.001) [10:18:53] 14(DUP) New log Special:Log/create - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13067 +comment (10lejonel) [10:18:54] 03(mod) Introduce article creation log - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=10331 +comment (10lejonel) [10:19:28] well, it doesn't even want to upload the standard Wikipedia logo [10:22:13] hallo everyone :) [10:22:47] I have a little question. How can I change the background color? (default: white) [10:29:45] Tolsome: its done in the CSS for the theme [10:29:58] look in styles/moonbook [10:30:11] I have my own skin [10:30:27] #gumax-page { [10:30:29] background: #fff; [10:30:31] background: transparent url('images/gumaxcomheader.jpg') center top repeat-y; /* page side background */ [10:30:32] } [10:30:42] that is the line, but nothing change [10:31:02] that seems like an html question more than a mediawiki question [10:31:05] #fff is not a valid color [10:31:25] i suspect you can't have a background that is transparent and has a colour [10:31:33] (perhaps 'background: #fff url(....' will work) [10:32:03] idd, try disabling transparent too. [10:33:00] http://sim.preblue.com/index.php/Hauptseite [10:33:02] no...nothing different >.< [10:33:55] 14(INVALID) Can't edit pages under IPv6 - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12589 +comment (10sicaral) [10:35:06] 03(mod) Problem with Special:Import - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13068 (10moissinac) [10:35:36] boar...mediawiki is the stranges code I ever see. [10:35:44] 03(mod) Can't edit pages under IPv6 - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12589 +comment (10river) [10:43:04] Its not strange, its just very dynamic [10:43:53] Tolsome, Have you tried viewing the source for the page in question and reading where the background properties are defined? [10:44:10] is it defined twice? [10:44:38] I see there are nothing for the background color defined [10:44:53] in the skin [10:45:16] progress, if its a skin youve specified does your web server have rights to read it? [10:45:24] yes [10:46:15] are you sure you modifying the correct file? Cross reference it with the CSS reference in the Rendered view [10:46:51] I see this code, that I copy to you, make shadows arround the header [10:47:22] there are no code for the background color. I think this is default [10:48:18] is it a page thats world accessable? can i see it? [10:48:40] sure, http://sim.preblue.com [10:50:27] bug alert. [10:50:37] search for http://sim.preblue.com [10:50:40] sry [10:50:44]