Forums

[Plugin: NextGEN Gallery] Upgrading to 1.02...Gallery functions changed? (3 posts)

  1. mattdamon222
    Member
    Posted 3 years ago #

    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?

  2. mattdamon222
    Member
    Posted 3 years ago #

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

  3. Alex Rabe
    Member
    Posted 3 years ago #

    Could you please post a link

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.