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