Hi Clayton, On Sat, Jan 24, 2009 at 10:29 PM, Clayton <[email protected]> wrote: > [...] > I can take a look at the old MonoBook skin and see what I can do to > clean up the logos used there. The original OOo logos etc. used on the > old MonoBook skin are far out of date, and need to be cleaned up. I > have a feeling that since I've been focused on helping to get the > OOoSkin tweaked, that I have neglected the MonoBook skin - eg I think I > set the Wiki-wide default logo to the one used on OOoSkin, and that logo > is too big for the MonoBook default. I will take a look into it this > coming week.
You could ignore the default logo and hard code an alternative into the skin, like this image that the old skin used: http://wiki.services.openoffice.org/OOoWiki_Logo_06.png or make it more OOo-esque with a blue background, e.g. http://www.patentpending.co.nz/images/openoffice/siteconcept-monobook.png But the more important issue is probably updating the skin with code for new plugins - e.g. <?php if(isset($GLOBALS['wgSpecialPages']['Collection'])) { Collection::printPortlet(); } ?> Regards, Ivan. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
