Go To Content
codylindley.com

codylindley.com

ThickBox 1.2 Delayed

The new version of ThickBox slated for release today is going to be delayed so that I can release ThickBox 1.2 with the alpha release of jQuery 1.0. The 1.0 release of jQuery should happen before months end. So, expect to see the new version of ThickBox around the same time, if not on the same day that 1.0 is released.

Here is a sneak peek at some of the changes coming in ThickBox 1.2.

  • Lowercase and uppercase extensions for ThickBox files.
  • Loading animation position fix.
  • Select boxes in IE appear hidden when ThickBox is open.
  • CSS changes.
  • Fixed bug that occurred when no title value is giving.
 
  1.   #1 Comment Posted by AssProphet on Jun 26, 11:39 PM

    Will this version force thickbox above flash content?

  2.   #2 Comment Posted by Dan on Jun 27, 11:59 AM

    Will it allow you to navigate through sets of images?

  3.   #3 Author Comment on Jun 27, 12:02 PM

    @Dan - I am not sure yet, but very possible. Looking to shed a little weight off your half meg site?

  4.   #4 Comment Posted by Dan on Jun 27, 02:16 PM

    But of course. Would a donation help with the effort? :)

  5.   #5 Comment Posted by Jason Levine on Jun 27, 10:07 PM

    Dan,

    Would this work?

    http://www.jasons-toolbox.com/SlightlyThickerBox/

  6.   #6 Author Comment on Jun 28, 09:46 AM

    @Dan – Heck, that might help. I am always taking contributes. Of course you can use the version Jason created too. It’s his code that has motivated me to add this into thickbox. He has done an exceptional job at keeping it simple. However, I am going to add some flexibility into the code so that a person can have multiple galleries on a single page. More like how lightbox does it with the “relâ€? attribute.

  7.   #7 Comment Posted by Murlyn on Jun 29, 03:04 AM

    Dan, will this next version allow you to have a box open and that box open up another box?

  8.   #8 Comment Posted by Murlyn on Jun 29, 03:08 AM

    Doh I meant Cody, not Dan :) While Im at it.. it would be very nice to have an RSS feed so that way we can keep up with your posts! :) Or if you do have one.. where is it? Im waiting with bated breath for the next version and all it brings.. yes I can keep reloading your site, but RSS seems so much prettier ;)

  9.   #9 Comment Posted by Hugh Griffith on Jun 29, 12:16 PM

    Step it up man! I want Dan’s sIFR to work!

    You’re killin’ me Smalls…

  10.   #10 Comment Posted by Jon on Jun 29, 04:11 PM

    Posted this earlier in the first thickbox post. But can this new version support .pdfs which can be viewed in-browser these days anyhow?

  11.   #11 Author Comment on Jun 30, 07:41 AM

    @Murlyn – No, the next version will not allow the ability to open a Thickbox, from a Thickbox.

  12.   #12 Author Comment on Jun 30, 07:49 AM

    @Hugh – Chill. If its that big of a deal try this instead of sifr.

  13.   #13 Author Comment on Jun 30, 07:56 AM

    @AssProphet – Sorry, I have still not done any flash testing or coding for flash specific files either in a ThickBox or on page.

  14.   #14 Comment Posted by Dan Atkinson on Jun 30, 03:02 PM

    Great stuff Cody!

    I’m glad you mentioned your work on multiple image galleries in the same page (which would be useful on regular blog pages (nights out etc)).

    I’ve been working on something similar myself after seeing Jasons code and wanting to use relations for specific sets of images.

    Good luck with that! I’ll release a Wordpress plugin as soon as you release it (pending any unforeseen problems).

  15.   #15 Comment Posted by Brady J. Frey on Jul 1, 12:22 PM

    I’ve been using your thickbox obsessively to make, not only our client login (who’s position I’m still debating, I know), and each case studies portfolio images, and I love it so far, thank you for submitting it into the wild:)

    Will version 1.2 have differing id/class for image display versus html display? I don’t know if that’s even plausible without some rewriting—we’d like our login to have different styles compared to our portfoilo images—but the same class/id leaves us limited on the main div’s control (though the rest is a cake walk)—it’s that main hook I need to be different:)

    ...and I figured I’d ask you before I start drilling my lead javascript expert to do some hackery with me!

  16.   #16 Comment Posted by fortin on Jul 1, 01:59 PM

    I use thickbox for many things on a new website (I’ll send you a link as soon as it is launched). One is with a flash flv player which opens in a thickbox when the users hits “See the video” and it works well but the stupid IE doesn’t stop the flash when the thickbox is closed (Firefox does), that’s quiet annoying, i’m looking for a hack by myself… but if someone has an idea ;)

  17.   #17 Comment Posted by Marc B on Jul 3, 05:06 PM

    moofx… any chance of not breaking it this time pretty please?

  18.   #18 Comment Posted by Eyez on Jul 4, 10:16 PM

    Hi all,
    Thank you for your hard work on this project. :)

  19.   #19 Comment Posted by Jason Levine on Jul 6, 08:33 PM

    Hey Dan,

    I posted this on your blog, but it might have been the wrong place to. (If so, I apologize.)

    Anyway, I just updated my Slightly Thickerbox script to allow for multiple photo galleries using the rel attribute. Feel free to download it from http://www.jasons-toolbox.com/?p=68

  20.   #20 Comment Posted by mapa warszawy on Nov 30, 08:49 AM

    Thx for your hard work! Great stuff!:)

  21.   #21 Comment Posted by Elio on Feb 1, 05:39 PM

    Thanks for ThickBox, it’s amazing. I’ve a question, I’m trying to launch TB from Flash, using fscommand and calling TB_show. After it launches, it tells me: “URL has no properties”, and it doesn’t load the page. It’s the iframe technique. Can you help me? anyone? Thanks

  22.   #22 Comment Posted by AGGrrSSIVE on Mar 31, 02:12 PM

    RE: Launching Thickbox from Flash.

    This worked for me:
    getURL(“javascript:TB_show(’[caption]’, ‘[filepath]/[filename.jpg]’, ‘[group]’)”);
    Replace [caption] with your caption or leave it out altogether.

    Replace with the path to your image (or whatever you’re launching).

    Replace [group] with the image group. More on that below.

    I used this to convert an existing Flash photo gallery from ordinary pop-ups for enlarged images to the Thickbox script.

    Haven’t figured out how to make it recognize a group of images from the Flash gallery yet. I tried adding a hidden div with a group of links matching all the images in my gallery. When you clicked on the TB link from Flash, it would recognize there were more images, but didn’t know where the current image was supposed to fit in the group. Maybe someone else can take this further.