Clean mediawiki template

Clean is a mediawiki template, as the name itself suggests it is aimed at user-friendliness. Facilitated shotcuts for new pages, easily changed layout and drop down menus are its essential features.

DOWNLOAD ยป



Flash websites

7 Responses to “Clean mediawiki template”

  1. john Says:

    I get the following error with the clean template:

    Parse error: syntax error, unexpected ‘;’, expecting T_FUNCTION in D:\Wiki\skins\clean.php on line 379

  2. jegman Says:

    was john’s response ever remedied?

  3. suamor Says:

    To fix this add a “}” (without quotes) near the end of the file.

  4. Lourenzo Ferreira Says:

    Hi! Nice work!

    I’d like to report a bug I’ve fixed:

    When I installed the theme in a Brazilian Portuguese translated installation, some punctuation were show wrong, some not.

    Well, reading the source code I’ve seen a lot of strtolower functions, which cause a charset mess because of a bug in PHP’s UTF-8 support.

    So, I’ve added the following call in the first lines of the execute() method of the skin class:

    setlocale ( LC_CTYPE, ‘C’ );

    This fixed the bug my setting the charset to POSIX, so strtolower can keep the UTF-8 chars in the returned values.

    Thanks, and I hope it helps

  5. chessyang Says:

    anyone know how to put the Nav back on the right side? or next to the help?

  6. David Says:

    @chessyang there is a book on designingf for mw -

    http://softpro.stores.yahoo.net/1-847195-20-2.html

  7. Fenzik Says:

    Hi

    I’m not able to view the editor in this style. Any one can help me, how to fix it.

    Thanks
    Fenzik

Leave a Reply