Hello!
When I click to any NextGen images on my WP-pages I see description in wrong charset. But when I view this images in Gallery - all fine. And when I check it in Admin panel all works good too.
For example:
First image from post http://catholic-dp.org.ua/2009/02/16/chetvertyi-tyzhden-protestu/
Description: "�в�а�и����. 15.02.2009�."
This image in Gallery - http://catholic-dp.org.ua/nggallery/page-244/album-6/gallery-74/
What is problem?
We have a similar problem.
For some reason the UTF-8 support is missing from the last version.
It shows up fine in admin pages but not when you click on image (single pick)
It used to work fine.
Hi!
Problem is in file singlepic.php (nextgen-gallery/view).
On the line 19 is code
<a href="<?php echo $image->imageURL ?>" title="<?php echo $image->linktitle ?>" <?php echo $image->thumbcode ?> >
linktitle replace description
<a href="<?php echo $image->imageURL ?>" title="<?php echo $image->description ?>" <?php echo $image->thumbcode ?> >
Drson, you're great!
Thanks!