User:Stefanbidi

From GNUstepWiki
Revision as of 22:31, 20 September 2006 by Stefanbidi (talk | contribs) (Asking for user defined skins to be enabled. Administrator, please read!)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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