![]() |
|
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: `
The 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: 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. |