Dusk Updated for MediaWiki 1.5

November 6th, 2005 at 3:14 pm (Dusk)

Thanks to some helpful bug reports, I have updated the Dusk skin for MediaWiki version 1.5.x.
If you notice any problems, please send me an E-Mail. Enjoy!

“Dusk” Skin (MediaWiki 1.5.x) [TGZ]
“Dusk” Skin (MediaWiki 1.4.x) [TGZ]

del.icio.us | Digg | Facebook | StumbleUpon

9 Comments

  1. syncomm said,

    November 27, 2005 at 2:12 am

    Reported I.E. problems are now fixed in the dusk.tgz package Thanks for the feedback!

    Gregory S. Hayes
    -

  2. gilemon said,

    December 9, 2005 at 5:18 am

    I transferred my whole book into a MediaWiki - WikiDusk - using your skin

    Main_Page

    I installed the fix for ie but there is still something wrong with the Main Page?!

    Thanks,

  3. gilemon said,

    December 9, 2005 at 9:18 am

    It works fine with a smaller font, but not in medium.

  4. Victor Hooi said,

    February 19, 2006 at 3:49 am

    heya,

    Any chance of creating a package for the 1.6alpha stream? =)

    (Alpha, I know, but it’s kinda cool and fresh, and Dusk looks really sweet…so the two together would be like umm…cool and sweet?)

    How hard would it be to update it to work? (I’m willing to muck around/test stuff for you).

    Thanks,
    Victor

  5. Joseph M said,

    June 16, 2006 at 4:05 am

    Just installed mediawiki 1.6.7 on top of myQL 5.0.x and php 5.1.x

    I’m seeing problems with the background color of the content and sidebar colums in Firefox (1.5.0.4). That is, the light gray and dark gray backgrounds are missing. I’m seeing just the dusty blue-gray everywhere.

    (apologies if this is the wrong place for this comment. I didn’t see a mediawiki 1.6 post or a later dusk comment.)

  6. steve said,

    June 24, 2006 at 4:09 pm

    Hi, I just tried to install your nice-looking Dusk skin on Wiki 1.67, but when I set it in Preferences, I only see part of the white background graphics and this message appears in the sidebar:

    Fatal error: Call to undefined function: wfnomsg() in …/htdocs/wiki/skins/Dusk.php on line 118

    Any ideas on how I could get this working?

  7. LNCPapa said,

    July 28, 2006 at 12:34 pm

    I have the same setup and problem Joseph M has. Would be great if someone knows and can share a fix for this. It works great in IE6 - but is busted in every other browser I’ve tried it in. I’ve tried Firefox 1.5.0.5 (Win/Mac/Linux), Opera 9 (Win/Mac), Safari 2.0.4 (Mac).

  8. John Mann said,

    February 26, 2007 at 11:09 pm

    I’m using MediaWiki 1.9.3, and the link for Dusk 1.5 would not even finish processing the page. Gave me an error that I cannot remember. Something about an unknown function in Dusk.php.

    I decided to try your other version - Dusk 1.4, and it actually rendered the page, with only one error: Under the Navigation heading in the right hand column/menu:

    Warning: Invalid argument supplied for foreach() in /webroot/\wiki/skins/Dusk.php on line 121

    Which is

    foreach($this->data[’navigation_urls’] as $navlink) {

    I did try changing this to nav_urls, as it is another variable being used just before this one, and I thought it could be a typo, but still, same error.

  9. wil said,

    July 5, 2007 at 12:54 am

    Not sure if this will help anyone, but I had some problems with this skin and have just managed to hack out the issues i was having, I imagine this will fix the problems people are having with wrapper not extending for the full page.

    I had a new install of wiki 1.10 and noticed the HTML was being cut off during the p-navigation area on standard install. Checking Dusk.php I iscolated this code:

    echo $skin->tooltip(’p-’.$bar)

    Looking at MonoBook vs. Dusk, I saw MonoBook contained some execution code near the top of MonoBook.php:

    function execute() {
    global $wgUser;
    $skin = $wgUser->getSkin();

    // Suppress warnings to prevent notices about missing indexes in $this->data
    wfSuppressWarnings();

    If you add that code into your Dusk.php file, then copy the 13 lines down from (and including):

    foreach ($this->data[’sidebar’] as $bar => $cont)

    and paste those in to replace the similar section in Dusk.php, you’ll find the full page will render out and your problems disappear.

    If you need help with the instructions email me (wilATwestnet.com.au) - apologies for not having time to post full code and clearer instructions.

Post a Comment

You must bee logged in to post a comment.