Not signed in (Sign In)

Categories

Welcome, Guest

Want to take part in these discussions? If you have an account, sign in now.

If you don't have an account, apply for one now.

Links

Vanilla 1.0.1 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthoremsone
    • CommentTimeFeb 6th 2009
     
    hi there,

    i downloaded thickbox v3.1 code today and had a problem with image groups. when i clicked on a thumbnail, only the loader was displayed, but no image appeared.

    so i checked the code and found out, that the deprecated jquery notation $('a[@rel='+imageGroup+']') is still used. so the image gallery couldn't work in combination with jquery version >1.2.

    i changed the code segment to $('a[rel='+imageGroup+']') and now everything works fine.

    best regards
    EmsOne
    • CommentAuthorOlegus
    • CommentTimeFeb 7th 2009 edited
     
    emsone

    Thank you!!!
    i had the same problem
    • CommentAuthorbluantinoo
    • CommentTimeFeb 11th 2009
     
    thanks a lot, i had the same problem too.
    it's really annoying, for non-expert users it's not possible to reach a solution, why don't update the files linked in the download block?
    • CommentAuthorGD
    • CommentTimeFeb 11th 2009
     
    Thank You!!1!11!

    I just spent hours trying to figure out what I was doing wrong before I realized it wasn't a bug in my code.
    • CommentAuthorchaven
    • CommentTimeFeb 20th 2009
     
    Thank you! Thank you! Thank you!

    I too spent many hours changing my scripts and code.
    • CommentAuthorxavierl
    • CommentTimeAug 20th 2009
     
    +1 !!!
    • CommentAuthorxavierl
    • CommentTimeAug 20th 2009
     
    just to notice for other people a little stupid like me, that you should also lookup the code with $("a[@rel="+imageGroup+"]"), meaning double quotes instead of single quotes:-)
    • CommentAuthorxavierl
    • CommentTimeAug 20th 2009
     
    and also, as I just noticed, if you use the compressed version, you won't find that code ($('a[@rel='+imageGroup+']'). At least, I dodn't.
    But that's fine as long as you do like I did: global replace of "[@" with "[".

    (hum)

    ok, thats a little "uber-brute" way of working, but, it worked for me (shame on me). I'll leave the project owner the pleasure of updating it's own one :-)
    • CommentAuthoradg
    • CommentTimeAug 24th 2009
     
    Can someone please tell me the file that needs to be edited? I have looked through thickbox.js and jquery.js and cannot find the imageGroup code that needs to be changed. I am currently using jquery 1.3.2.

    Thanks for your help.
    • CommentAuthoradg
    • CommentTimeAug 24th 2009 edited
     
    Never mind. You need to have the full thickbox.js to find that code. The compressed version doesn't have it.
  1.  
    I had the same problem here in Brazil, thanks