Scenario:
"I'm using Slick skin. When you first view my website the default theme is blue. How do I change that so that whoever visits will see the green theme as default instead?"
Solution:
Open the "switcher.js" file in /skins/slick/ and at the very top are these lines:
// Variables var DEFAULT_THEME = "graphite"; // this is the default theme for first time visitors. var TEMPLATEDIR = "skins/slick/"; // path to skins dir var THEME_KEY = "stheme"; // this key is used to store the selected theme.
Change the first line to the name of the theme you want to be the default.
Original forum thread:
http://forum.nucleuscms.org/viewtopic.php?t=10385