Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter ame235

    (@ame235)

    BUMP! !!
    please any help??

    Thread Starter ame235

    (@ame235)

    BUMP, Again.
    still searching still not finding.

    Change this in file nextgen-gallery/view/gallery.php line 83

    This line:
    <a href="<?php echo $image->imageURL ?>" title="<?php echo $image->description ?>" <?php echo $image->thumbcode ?> >
    To this:
    <a href="<?php echo $image->imageURL ?>" title="<?php echo $image->alttext ?>" <?php echo $image->thumbcode ?> >

    Now you see titles! Cheers!

    Excellent… worked perfect. Is this the only way to do this or is there a way inside of NextGen itself (some checkbox or whatever)?

    Thanks!

    NextGen automatically takes the description of the image and uses that in the Lightbox (that’s also what you can see in the code that drinkits placed).

    So, an easier way would be to just copy the title into the Description fields (depends on how many pictures you have to call this an ‘easier way’).

    If you have a lot of pictures changing the file drinkits mentioned is the quickest, but if you don’t want to change that on every update of NextGen, you can do it in the way I described above.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: NextGEN Gallery] Picture title in gallery mode??’ is closed to new replies.