• Hi, i’m trying to create a new template for NextGEN Gallery and use it with Ajax Navigation. But when i use the pagination, moving to the next image or moving back to the previous, my template is replaced by the normal template. What can i do to solve this problem?

    Thank you,
    Henrique.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am having the same problem…I am using a template in a page displaying 6 images.. when I go to the second page it takes the default template

    any help?

    Any progress on this? It still doesn’t work in the latest 1.9.0 release… I encountered the problem with ImageBrowser + AJAX navigation, but the problem is essentially the same with gallery page navigation.

    I took a look at the code and the problem lies in xml/ajax.php, on the line(s):

    echo nggShowGallery( intval($_GET['galleryid']) );

    and

    echo nggShowImageBrowser( intval($_GET['galleryid']) );

    The second parameter ‘template’ is omitted, so after the first refresh via AJAX it starts to use the default gallery.php/imagebrowser.php again, not the ones under your theme. Should be fairly easy to fix by keeping book of the template variable somewhere ($_GET params?)…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘NextGEN Gallery – Ajax image browser and custom template’ is closed to new replies.