<script>
function memonly(skin){
//Created by Agent Moose
$(function(){
$("strong").contains("Guest").append( $("option").contains(skin) ).hide();
});}
memonly("Members Only");
</script>
All you have to do is change the red text to the name of the skin that you don't want guests to see.
If you want to add more, just add more of these lines:
memonly("Members Only");
Problems:
It doesn't show the Guest part right after welcome before you log in. That is the only one I have spotted so far.
EXPECT IT V2:
-Make it so that is shows Guest next Welcome up top.
-Beable to make it so that only certain members(or groups) can see certain skins.
Preview of this CodeEDIT:
When your a guest, you don't see the skin called Members Only. But when you do log in, you do see it...