==== Wikka Mod 038 ==== Type: Feature Addition ---- ===Credit:=== **[[http://web.archive.org/web/20040811041154/http://www.wakkawiki.com/AndyStevens | AndyStevens]]** [[http://web.archive.org/web/20040820214743/http://www.wakkawiki.com/CssThemes | CssThemes @ WakkaWiki]] ---- <%% **Then** open up actions/header.php, and change this line (in the head data of the page) ##css/wakka.css" />## to ##css/****.css" />## The added code is bolded. This code checks to see if there is a cookie set on the users computer, and if there is it uses that skin, if not it reverts to the default skin, in this case the generic wakka skin. **Lastly** create a topic called WikkaSkins or whatever you feel like calling it. Then, add the links that will let users change skins, in this format: ##http://www.pathto.com/wakkafolder/css/wikiskin.php?set=fooskin ## The above link will set the users skin to //fooskin// Now your done. For an example, visit http://mcshasta.com/w/WikiSkins The setup on my wakka is as follows. files in the css/ folder: ##wakka-original.css, wakka-blue.css, wikiskin.php## head data: ##css/.css" />## link format: ##http://www.mcshasta.com/w/css/wikiskin?set=wakka-original ## ---- CategoryLayout