Manual:$wgAllowUserCss

From MediaWiki.org

Jump to: navigation, search
CSS/Js: $wgAllowUserCss
Allow user Cascading Style Sheets (CSS)
Introduced in version: 1.3.0
Removed in version: still in use
Allowed Values: (boolean)
Default Value: false
true until 1.3.10

Other settings: Alphabetical | By Function


[edit] Details

Enables/disables user Cascading Style Sheets (CSS). When set to 'true', people can create their own User styles by creating a page called "User:Username/skinname.css"

When enabled, users are able to make a lot of neat personalised customisations (over and above the normal choice of skins within the 'preferences' display).

It may increase security risk to users and server load.

A related setting $wgAllowUserJs allows/disallows user javascript.

[edit] See also