Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Feb 3, 2016 · 5 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

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

  • Changed state: Review
  • Added labels: Type-Defect
  • Removed labels: Type-Question

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant