mediawiki-extensions / mw-calendar

Automatically exported from code.google.com/p/mw-calendar
0 stars 2 forks source link

Setting OntoSkin as default causes Calender CSS not being included #108

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am not sure if I setup someting wrong.  

When I set "$wgDefaultSkin = 'ontoskin';" in the "LocalSettings.php" file;
the "default.css" doesn't get included in the rendered page that has a
calendar and the calendar layout looks bad.

If I comment out "$wgDefaultSkin = 'ontoskin';" then the calendar displays
nicely.

I would appreciate any suggestion/assistance.

Here is my system configuration:

Ubuntu 9.04
MySQL 5.0
MediaWiki 1.15.1
SemanticBundle 0.2.1.20090916
Extension:Calendar (Kenyu73) 3.8.4
Extension:MWSearch  (SVN Revision 57683)

Original issue reported on code.google.com by Aldrin.Baroi@gmail.com on 13 Oct 2009 at 10:42

GoogleCodeExporter commented 8 years ago
I have the same problem when I set any skin. I've even tried setting 
$wgDefaultSkin = 'standard';
and it does not include the correct CSS. I'm using the current MOWES Mediawiki 
install.

Original comment by markrush...@gmail.com on 30 Oct 2009 at 7:54

GoogleCodeExporter commented 8 years ago
Thanks for the information. I can honestly say I haven't done much skin 
testing, but 
I'll see what I can dig up.

Thanks
Eric

Original comment by kenyu73 on 16 Nov 2009 at 10:48

GoogleCodeExporter commented 8 years ago
Hmmmm

I cant reproduce this. I tried << $wgDefaultSkin = 'standard'; >> and restarted 
the 
browser... changed skins in the wiki.. nothing. The calendar loads fine in my 
test 
enviroments.

Somewhere in this bug tracker, someone had noted that they had to add a missing 
include in the other skin files... I'll see if I can find it.

Original comment by kenyu73 on 16 Nov 2009 at 11:30

GoogleCodeExporter commented 8 years ago
Ahh... was in my gmail

-----------------------------------------------------------------------------
I figured out how to get it working. In case someone else contacts you and has 
the 
same problem - here is the solution. 

Have them check their skin's <head> and make sure <?php $this->html('csslinks') 
?> 
is present.
------------------------------------------------------------------------------

Original comment by kenyu73 on 16 Nov 2009 at 11:32

GoogleCodeExporter commented 8 years ago
I just tested it out and worked nicely.  Thank you so much.

Original comment by Aldrin.Baroi@gmail.com on 17 Nov 2009 at 6:45