Well it certainly used to work for me - I've been incredibly busy with Real Life recently, so I've not had a chance to try 1.1.5+, perhaps that's the issue? I'll see if I can look at that soon, but I can't guarantee anything. Perhaps a link to your site would help matters?
The site is still on a development server, so it is difficult to provide access. What I can do is take a copy of the page in question and put that up somewhere as a static page. I'll do that in the morning (it's late here now). I would not be surprised if it is the 1.1.5+ that it has problems with. I think I have narrowed it down to scriptaculous.js, but that itself pulls in another four or five scripts by rewriting the HTML head, so the problem could just be in one of those scripts.
jQuery does have the compatibility flag set, so the clashes are a bit puzzling.
I've not got time to upgrade to 1.1.5a at the moment, but can you tell me if jquery.js is called after scriptaculous,js?
Also, in my extension (tested up to 1.1.4) I added the following code at the very end of jquery.js to make it work with other libraries, are they using this in 1.1.5a?var $j = jQuery.noConflict();
I'm not seeing the plugin interface in the Admin panel. Where is it?
Also if I want to add a jquery plugin, do I just drop it in the plugin folder? Do I need to do anything else?
Make sure you have Set List installed before you enable jQuery, otherwise the admin options won't show up
Unfortunately the jQuery plugins I've included in this extension are manually added - just dropping them in would be wonderful, but that's way beyond my limited coding skills right now. Of course, should you want to add that functionality, I would gladly add it to the extension! =D
I cant get it to work!
I enabled: attachments - set list - jqery - jqthickbox - inline images.
I have the admin panel and I checked the box at the inline images options. But if I click on a picture i only get a libk to where that picture is!
if i stop scriptaculous.js from being loaded it works just fine!
help!
I'm working on a new version (with jQuery 1.3.2) as well as a minor update to InlineImages to better support the fancy effects on images, so if you can hang tight for a week or two I should have got myself organised to actually get it in a fit state to release.
Try disabling all extensions that use jQuery, make sure notofi is ENabled and the re-ENable all the jQuery extensions, starting with jQuery itself. IIRC (and it's been a while) you need to have jQuery loading AFTER Scriptalicious.
Other than that I'll make sure I grab the latest notifi and test with it before I release the updated jQuery extension.
Please list all your enabled extensions and their versions.
Please past me the contents of your extensions.php from the conf folder (as that will show me exact load orders) - just wrap the pastage in <code></code> tags to make it display well.
Great Extension [-stash-]. Found that you are upgrading it to 1.3.2 version of JQuery. That would be great. I am using Shadowbox to play videos from youtube but shadowbox opens whole youtube. Please upgrade this shadow box also to the newest version which plays just the video without opening the whole site.
Hats off to your hard work.
Been "away" for a while, but a new version is now up! Big new changes are that we're now on jQuery 1.4.1 and I've added CKEditor 3.1! It seems to work for me, but if you get any problems, please shout - also, please check the caveats surrounding CKEditor below...
v17-1.4.1 Released 2010-02-18
+ Updated the JS library to jQuery 1.4.1. + Added "JQuery Plugin" CKEditor 3.1, accessible through the admin interface
You must have HTML Formatter installed and enabled to use CKEditor properly
You must select "HTML" as your comment format when posting/editing
You must change the HTML_CONVERT_NEWLINES option in HTML Formatter to 0 otherwise you will get strange spacing issues.
+ Hid the comment box resizer thanks SubJunk + Added ColorBox 1.3.6. - Removed ThickBox 3.1 - it's very old and is no longer maintained ! Couple of CKEditor CSS tweaks (Vanilla overrides a lot by default with annoying CSS * selectors) ! General code tidy up, can still be better, but...
+ Updated the JS library to jQuery 1.4.2. + Added some more config to CKEditor to force it to display nicer raw HTML + Added "Previous Release" option in the admin settings so people can roll back even minor version updates. ! Reworded some of the admin options to try and make it clearer. ! Bit more general code tidy up.
Comments
jQuery does have the compatibility flag set, so the clashes are a bit puzzling.
-- Jason
Also, in my extension (tested up to 1.1.4) I added the following code at the very end of jquery.js to make it work with other libraries, are they using this in 1.1.5a?
var $j = jQuery.noConflict();
If you are it for your plugin, you can it like that:
(function($j){ $j('div#foo')... })(jQuery);
Antonio, to answer your questions:
- Does anything that relies on scriptaculous work?
- Does anything that relies on jQuery work?
- Which version of Vanilla are you running?
- Please list all your enabled extensions and their versions.
- Please past me the contents of your extensions.php from the conf folder (as that will show me exact load orders) - just wrap the pastage in <code></code> tags to make it display well.
For that last point you may find the Pimped my Vanilla addon (terrible name :P) useful!v17-1.4.1 Released 2010-02-18
+ Updated the JS library to jQuery 1.4.1.
+ Added "JQuery Plugin" CKEditor 3.1, accessible through the admin interface
HTML_CONVERT_NEWLINES
option in HTML Formatter to0
otherwise you will get strange spacing issues.v18-1.4.1 Released 2010-02-19
+ Hid the comment box resizer thanks SubJunk
+ Added ColorBox 1.3.6.
- Removed ThickBox 3.1 - it's very old and is no longer maintained
! Couple of CKEditor CSS tweaks (Vanilla overrides a lot by default with annoying CSS * selectors)
! General code tidy up, can still be better, but...
v19-1.4.2 Released 2010-02-24
+ Updated the JS library to jQuery 1.4.2.
+ Added some more config to CKEditor to force it to display nicer raw HTML
+ Added "Previous Release" option in the admin settings so people can roll back even minor version updates.
! Reworded some of the admin options to try and make it clearer.
! Bit more general code tidy up.