1 johnny27 Jul 31, 2006 00:05
3 edb Jul 31, 2006 00:46
Unfortunately not all skins have the "if( ! $Blog->get('force_skin') )" part in them, so sometimes you turn it off in the back office and it stays on in public. Bummer, but find a part that looks like what Nate showed you then either make it be the same OR delete it from your skin.
4 johnny27 Jul 31, 2006 00:49
Perfect! List is history and I'm rapidly getting to where I want to be. I did have to remove a couple more lines after what you posted [ </ul> and <?php ) ?>] but I figured it out quickly.
Thanks very much for the info!!
In the Custom skin the code looks like this:
That's the only "skin real estate" that you will free up. The long list of skins is produced by the php code, not in some long file somewhere. In fact, the list of skins is created on the fly by any folders in your /skins directory.
Anyway, if you remove the above snippet of code you won't have any skins list appear in your source. Hope that helps!
nate