Title: where&#039;s imagebrowser.php?
Last modified: August 22, 2016

---

# where's imagebrowser.php?

 *  Resolved [jimtron](https://wordpress.org/support/users/jimtron/)
 * (@jimtron)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/wheres-imagebrowserphp/)
 * I just upgraded from a much older version of Nextgen Gallery (new version 2.0.66.37;
   sorry don’t know which version I upgraded from). I had edited the imagebrowser.
   php file so clicking on an image in a gallery would go to the next image in the
   gallery. But now I don’t see that imagebrowser.php file. Any suggestions on how
   to do this? Thanks.
 * This is what I used to do (in imagebrowser.php):
 * find this line: <div class=”pic”><?php echo $image->href_link ?></div>
 * and replace with this:
 * 

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

 *  [ghost-mi](https://wordpress.org/support/users/ghost-mi/)
 * (@ghost-mi)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/wheres-imagebrowserphp/#post-5709898)
 * hello, the template is here …
    nextgen-gallery\products\photocrati_nextgen\modules\
   nextgen_basic_imagebrowser\templates\nextgen_basic_imagebrowser.php
 * costs are editing?
    you can show me? Also I would like to change it to make it
   faster, I would remove the text of the content of the page, you know how you 
   can do?
 *  [ghost-mi](https://wordpress.org/support/users/ghost-mi/)
 * (@ghost-mi)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/wheres-imagebrowserphp/#post-5709899)
 * to go to the next image I have done so:
 *     ```
       <a href='<?php echo esc_attr($storage->get_image_url($image, 'full', TRUE)); ?>'
                  title='<?php echo esc_attr($image->description); ?>'
                  data-src="<?php echo esc_attr($storage->get_image_url($image)); ?>"
                  data-thumbnail="<?php echo esc_attr($storage->get_image_url($image, 'thumb')); ?>"
                  data-image-id="<?php echo esc_attr($image->{$image->id_field}); ?>"
                  data-title="<?php echo esc_attr($image->alttext); ?>"
                  data-description="<?php echo esc_attr(stripslashes($image->description)); ?>"
                  <?php echo $effect_code ?>>
                   <img title='<?php echo esc_attr($image->alttext); ?>'
                        alt='<?php echo esc_attr($image->alttext); ?>'
                        src='<?php echo esc_attr($storage->get_image_url($image, 'full', TRUE)); ?>'/>
               </a>
       ```
   
 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/wheres-imagebrowserphp/#post-5709910)
 * [@jimtron](https://wordpress.org/support/users/jimtron/) – The template you are
   looking for would be found here:
    `../wp-content/plugins/nextgen-gallery/products/
   photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php`
 * … at least if you are wanting to work with NextGEN Legacy template code which
   appears to be the case.
 * [@ghost-mi](https://wordpress.org/support/users/ghost-mi/) – Thanks for sharing
   your ideas.
 * – Cais.

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

The topic ‘where's imagebrowser.php?’ is closed to new replies.

 * ![](https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961)
 * [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery](https://wordpress.org/plugins/nextgen-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextgen-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-gallery/reviews/)

## Tags

 * [imagebrowser](https://wordpress.org/support/topic-tag/imagebrowser/)

 * 3 replies
 * 3 participants
 * Last reply from: [photocrati](https://wordpress.org/support/users/photocrati/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/wheres-imagebrowserphp/#post-5709910)
 * Status: resolved