PDA

View Full Version : EE 1.3 RC Images don't appear in Thumbs View


Ian S
2nd of February 2003 (Sun), 02:35
Is this a bug?

See http://www.mekongpicture.com/gallery/list.php

Choose category "war" or "women".

Choose listing type "thumbnails". The number of thumbs shown is less than the number of images in the category. In listing type "detail" they are all there. The thumbs are in the right directory and do show up in the photo edit view.

Cheers

Pekka
2nd of February 2003 (Sun), 05:26
It's a problem related to html title tags. The double quotes in the photo tooltip confuse browser and it can't interprete the whole image command. I'll have to make it so that tooltip double quotes are converted to single quotes automatically.

Meanwhile, if you change those photo headers with double quotes to use single quotes it will work.

Change

Land mine victims learn new skills at "Rehab Craft Cambodia"

to

Land mine victims learn new skills at 'Rehab Craft Cambodia'

or you can use even two single quotes (') acting as double quotes:

Land mine victims learn new skills at ''Rehab Craft Cambodia''

Ian S
2nd of February 2003 (Sun), 10:03
Thanks, that has fixed it. I just changed all the double quotes to single quotes and everything is fine.