User:Stefanbidi

From GNUstepWiki
Revision as of 08:45, 27 September 2006 by Mguesdon (talk | contribs)
Jump to navigation Jump to search

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