Viewing 3 replies - 1 through 3 (of 3 total)
  • ajg

    (@ajg)

    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.

    drson

    (@drson)

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

    Thread Starter didaio

    (@didaio)

    Drson, you’re great!
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: NextGEN Gallery] Unrecognizable characters in description’ is closed to new replies.