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.


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.


July 24th, 2008 at 8:56 am
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
August 20th, 2008 at 11:06 pm
was john’s response ever remedied?
August 28th, 2008 at 7:31 am
To fix this add a “}” (without quotes) near the end of the file.
October 4th, 2008 at 4:47 am
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
October 4th, 2008 at 11:21 pm
anyone know how to put the Nav back on the right side? or next to the help?
October 10th, 2008 at 4:33 am
@chessyang there is a book on designingf for mw -
http://softpro.stores.yahoo.net/1-847195-20-2.html
October 16th, 2008 at 7:02 am
Hi
I’m not able to view the editor in this style. Any one can help me, how to fix it.
Thanks
Fenzik
November 25th, 2008 at 12:58 pm
very nice theme thanks,
I’ve got a problem with it though: in my Wiki I use syntax highlight geshi and semantic mediawiki:
http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi
http://semantic-mediawiki.org/
it seems that the CSS for them gets broken in this and other skins from this website.
any idea on how to solve that?
thanks,
Giulio
April 22nd, 2009 at 1:30 pm
Hello,
Can anyone answer the following for me?
How and where can I add new pulldown list menus and where can I edit the current one (’wiki’)?
Thanks,
Martijn
May 1st, 2009 at 4:41 am
I also use GeSHi syntax highlighting, and cannot figure out for the life of me how to fix it for this. Ideas?
June 15th, 2009 at 10:49 am
dear Fenzik:
if you can’t see the edit button and IF you are actually logged in you have to update to a more recent mediawiki version. i don’t remember well which version i had installed maybe 1.08 and using 1.14 now works very well
\me
September 18th, 2009 at 2:19 am
Hi,
Could you let me know how to change the logo (the sunflower with mine?). I tried replacing the wikismall.logo.gif in the skins folder, right now nothing is displaying.
Btw, this is one of THE BEST skins I have used! Thanks.
October 3rd, 2009 at 5:20 am
Dankeschön
Mediawiki Clean Skin funktioniert wunderbar!