Firefox Compatibility in Thumbnails for Album module
Posted: Thu Jan 04, 2007 8:43 pm
Hi guys,
I am new to the forums. I have been using your excellent CMS and the album module on my website www.alpacino.in
I recently moved hosts to dreamhost and now, the thumbnails are showing randomly on firefox though they show on IE properly. To see this happening, go to my site and access the photo galleries in both browsers. You will know what i am saying.
The changes that I have made to my config file is like this : ( I used the server function in php )
$config['image_uploads_path'] = $_SERVER['DOCUMENT_ROOT'].'/uploads/images';
$config['image_uploads_url'] = 'http://www.alpacino.in/uploads/images';
you think it has something to do with the way the above settings are ?? or something else ?
I am new to the forums. I have been using your excellent CMS and the album module on my website www.alpacino.in
I recently moved hosts to dreamhost and now, the thumbnails are showing randomly on firefox though they show on IE properly. To see this happening, go to my site and access the photo galleries in both browsers. You will know what i am saying.
The changes that I have made to my config file is like this : ( I used the server function in php )
$config['image_uploads_path'] = $_SERVER['DOCUMENT_ROOT'].'/uploads/images';
$config['image_uploads_url'] = 'http://www.alpacino.in/uploads/images';
you think it has something to do with the way the above settings are ?? or something else ?