tinymighty / booty

A modern theme for MediaWiki, built on Bootystrap 3 and Skinny.
MIT License
12 stars 7 forks source link

Toolbar #19

Open pilondg opened 9 years ago

pilondg commented 9 years ago

Using mediawiki v 1.25 the toolbar dropdowns are not responding and icons in toolbar not apearing? HELP :). Great Skin!

ghost commented 8 years ago

I'm having this problem also. I have just installed in a clean 1.25.2 installation, and dropdowns are not working (I'm getting Uncaught Error: Unknown dependency: jquery). However, my icons are appearing.

andru commented 8 years ago

MW 1.25 removes 'jquery' as a valid ResourceLoader dependency. The fix is to remove 'jquery' as a dependency in the Booty resource definitions. I'll get a fix for this prepared soon, in the meantime you should be able to resolve this in an emergency by removing 'jquery' from line 44 of base/Skin.php...

'dependencies'=>array('jquery'), //remove this
 'scripts'=> array('bootstrap-3.0.3/js/bootstrap.js'),
   'group'=>'bootstrap'
),

On Mon, Sep 28, 2015 at 3:20 AM rhcastilhos notifications@github.com wrote:

I'm having this problem also. I have just installed in a clean 1.25.2 installation, and dropdowns are not working (I'm getting Uncaught Error: Unknown dependency: jquery). However, my icons are appearing.

— Reply to this email directly or view it on GitHub https://github.com/tinymighty/booty/issues/19#issuecomment-143613241.

webtec2 commented 8 years ago

Thanks for the emergency fix.My icons are missing too.