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!
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...
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?