Difference between revisions of "User:Stefanbidi"
Jump to navigation
Jump to search
Stefanbidi (talk | contribs) (Asking for user defined skins to be enabled. Administrator, please read!) |
|||
Line 4: | Line 4: | ||
$wgAllowUserCss = true; | $wgAllowUserCss = true; | ||
It would be nice if we had this option! [[User:Stefanbidi|Stefanbidi]] | It would be nice if we had this option! [[User:Stefanbidi|Stefanbidi]] | ||
+ | |||
+ | Done | ||
+ | [[User:Mguesdon|Mguesdon]] |
Revision as of 08:45, 27 September 2006
Custom Skins
In order to test some skins, and maybe learn some CSS in the process, the administrator needs to enable User Style codes. According to wikimedia.org the default is to ignor User Style code, in order to enable it, the following lines need to be added to LocalSettings.php
$wgAllowUserJs = true; $wgAllowUserCss = true;
It would be nice if we had this option! Stefanbidi
Done Mguesdon