Changes for page Skins
Last modified by Lucas Charpentier (Sereza7) on 2025/02/20
From version 5.1
edited by slauriere
on 2008/01/22
on 2008/01/22
Change comment:
added section "Useful tools" + a link to Firebug
To version 6.1
edited by Guillaume Lerouge
on 2008/01/31
on 2008/01/31
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. slauriere1 +XWiki.GuillaumeLerouge - Content
-
... ... @@ -19,7 +19,7 @@ 19 19 # First XWiki checks if the request has a "skin" parameter. Thus to quickly apply a skin to a page, append ~~?skin=\<skin name\>~~ to the end of a XWiki URL. The default skin is named "default". 20 20 # Then the user's preference is checked for a "skin" element. This allows to have a different skin per user. Right now there's no inline view for that element so you'll need to edit your user's profile in "Edit Objects" mode (only available when using the Advanced View). For example to edit the objects for the JohnSmith user you would use the following URL: ~~http://\<server\>/xwiki/bin/edit/XWiki/JohnSmith?editor=object~~ 21 21 # Then the Space preferences are checked for a "skin" element. This can be changed by using the "Administration" link. 22 -# Then the global preferences are checked for a "skin" element. This can be changed by using the "Administration" link. 22 +# Then the global preferences are checked for a "skin" element. This can be changed by using the "Administration" link. Simply replace XWiki.DefaultSkin with the name of the skin you wish to use. If your skin is in your /skins directory, simply type its name in the field ("toucan" or "albatross" for instance.) 23 23 # Then the default base skin name is used if defined. It's defined in ~~xwiki.cfg~~ under the ~~xwiki.defaultbaseskin~~ property. 24 24 # Then the default skin is used if defined. It's defined in ~~xwiki.cfg~~ under the ~~xwiki.defaultskin~~ property. 25 25 # Then the skin named "default" is used. This is skin on the file system in the XWiki webapp, in the ~~skins/~~ directory