• Anonymous User 1789484

    (@anonymized-1789484)


    Hi there,

    I have a gallery setup and am only showing the images at their original size – no effects added. I would like it so the image isn’t clickable. I achieved this for thumbnails by removing the ‘a’ tags from the related php code in view/gallery.php but all i can see for the imagebrowser.php is:

    <div class="pic"><?php echo $image->href_link ?></div>

    I am thinking I need to change the href_link part but don’t know to what. Any help would be great.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Did you find a solution for this?

    I would like to do the same.

    Hey, I had the same problem, and have just solved it!

    Orig:
    <div class="pic"><?php echo $image->href_link ?></div>

    Replace with:
    <div class="pic"><img src="<?php echo $image->imageURL ?>" /></div>

    That’s cool!! It works………… Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: NextGEN Gallery] Remove link from gallery images’ is closed to new replies.