ZenphotoCMS Forum
Image Description Disappears - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Image Description Disappears (/thread-444.html)



Image Description Disappears - RogerUsh - 2006-04-17

I implemented a bit of custom code in the image.php file and now the description does not show. Here is the current code:

`

      [list]




          [*]

            " title="">









        ;


      [/list]










      ">














    `

The is there to loop through all the images in the album and create a thumbnail list of all the images. When I comment it out along with the the description appears but the thumbnail list no longer works.

Anyone know how to get both working simultaneously?

Thanks!




Image Description Disappears - trisweb - 2006-04-18

Interesting bug... so it works when there's no thumbnail list, but not when it's there...

You know, saving the _current_image isn't necessary (not since version 0.9 anyway), because that's already done in the loop.

Here's something to try... add this line after the image loop...

``

If it says true, then it should work. I have a feeling it'll say false, and that's a bug I have to look at...




Image Description Disappears - RogerUsh - 2006-04-19

Thanks for replying! You are like the man of tech support!

Your "feeling" was right, it didn't work:
Still in the image context? 0

Good that you mention the version, this is actually a 0.8 version. Do you think we can find a work around without having to upgrade?

Or the other question is, do you think upgrading will fix it?




Image Description Disappears - trisweb - 2006-04-20

0.8 has context bugs, so bad in fact that placing other thumbnails on an image page won't even work. ;-)

Yes, upgrading should fix the problem. As a general rule-of-thumb, always upgrade before asking for help Thanks.




Image Description Disappears - RogerUsh - 2006-04-20

Right, I'll try that upgrade right away.