How do I disable skin selection?
In order to prevent skin selection in the user Settings, place this line in your config.inc.php file:
$config['dont_override'] = array('skin');
The "dont_override" array can hold any number of the config settings that you don't want the users to change.