ok. thats probably wired. I'm using thickbox with imagecache and views. On the views is ajax enabled, means, when I navigate to the next side in the pager the page load is done using ajax. Whenever I do that Thickbox stops working. The images are loaded normal...

Comments

CCM_SNIPER’s picture

Agree. thickbox dont work

frjo’s picture

Are you using the image module for images?

If yes then this problem doesn’t surprise me. Thickbox support for the image module is based on a JavaScript that adds the "thickbox" class on page load.

I don't use the image module my self so I rely on user contributed patches for all functions related to it.

sovietfunk’s picture

I have roughly the same configuration as you, Views-6.x-2.2 / Image-6.x-1.x-dev / Thickbox-6.x-1.1. But thickbox works just fine on my ajax views. You should look at your browsers script error console, and also try disabling other jquery-dependent modules. I've had problems like yours before and quite often the culprit has been benchmarking or theming functions in Devel-module. I have also been able to work around by inserting a TB_init at the end of the culprit script.

nchase’s picture

thank you. In the latest dev everythings fine!

frjo’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.