Page 1 of 1
IE6 does not display thumbnails
Posted: 23 Feb 2009, 16:44
by Leo Bulero
http://english.lem.pl/index.php/gallery/covers
The Phoca Gallery Plugin does not work either. This problem appears only in Internet Explorer 6.
Any help appreciated.
Re: IE6 does not display thumbnails
Posted: 25 Feb 2009, 06:51
by Leo Bulero
I have managed to solve this problem through some minor URL changes in helpers/phocagallery.php:
Code: Select all
$path['orig_rel_ds'] = "/phocagallery/"; // './'
$path['admin_image'] = "administrator/components/com_phocagallery/assets/images/";// './'
$path['front_image'] = "components/com_phocagallery/assets/images/";// './'
However I am not sure if it is the right way?
Re: IE6 does not display thumbnails
Posted: 27 Feb 2009, 21:28
by Jan
Hi, if it works for you, then it is right... there is a solution which work on most servers and most browser but as you now know, it can be not 100%
Jan