Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
JQThickBox
This discussion has been closed.
Comments
v10-3.1 Released 2007-09-19 + Updated to ThickBox 3.1 + Changed the default JS file to the minified version instead of packer. Please change line 37 if you would rathe use the packed version. Gzipped versions are also included for use if your host supports them.
Fatal error: Call to undefined function: includejquery() in /home/content/S/c/o/Scorpious/html/forum/extensions/JQThickBox/default.php on line 35
Any ideas?
Right now all I'm getting is the loading animation, regardless of whether that CSS file is added back in or not... so right now I'm completely lost anyway.
Sorry, been a bloody long week
v11-3.1 Released 2007-09-21 + added minified, packed, gzipped versions of Thickbox 2.1.1 in the /old/directory for use if people would rather use this instead of 3.1 - you never know. Simply uncomment a line in default.php and comment another. It's marked up in the code. + Should have mentioned this in v10-3.1, but this now requires the Vanilla JQuery extension v13-1.2.1 or higher due to the way it now calls JQuery.
Please update your JQuery extension to the latest version. This should solve any problems you are having with JQThickBox.
I'll try that then.
I don't know how much this helps, but it's the same error on every thread that has an image attachment.
Sorry that's link's not working...had DNSissues this end, better now... have requested auth on MSN.P.S. stating the bleeding obvious, but have you cleared your browser cache?
Well, I've found a solution to this (not sure what else this breaks, asking on the TB forums) which is to change line 76 of thickbox-3.1.js from:
var urlString = /\.jpg$|\.jpeg$|\.png$|\.gif$|\.bmp$/;
to this:
var urlString = /\.jpg|\.jpeg|\.png|\.gif|\.bmp/g;
I will release an updated extension as soon as I have time. In the mean time, this hotfix will mean that you can't use the minified, packed or gzipped versions with InlineImages for the time being unless you recreate them yourselves.