• Using Image Browser I modified it so each page is a “Gallery”

    ?php
    $pixGallery = ‘[gallery=1]’;
    $pixGallery = apply_filters(‘the_content’, $pixGallery );
    echo $pixGallery;
    if ( function_exists(“nggShowImageBrowser”) ) {
    echo nggShowImageBrowser(1); } ?

    This code allowed me to embed the imagebrowser in a page template.

    But now if I click on any of the thumbnails it calls this:

    ?pid=1

    Which goes to a page with just the image browser picture, and no longer shows the thumbnails.

    How do I show the thumbnails AND the picture on every page? It was working fine before…

    Any thoughts?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mattdamon222

    (@mattdamon222)

    I should note that this only happens when I am clicking on the image browser area… Next & Back buttons take me away from the thumbnails.

    Basically I want the thumbnails & Image browser on the same page…

    Could you please post a link

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: NextGEN Gallery] Upgrading to 1.02…Gallery functions changed?’ is closed to new replies.