• HI I have the nextgen gallery working as a header.
    How ever it is showing all pictures from all the galleries when we only want it to show specific images from the header folder in the header placement.

    I hope this makes sense? Can anyone please guide me as to how to make this happen? I can post a link if that would help.

    Thank You
    Da_Moma

Viewing 1 replies (of 1 total)
  • Thread Starter da_moma

    (@da_moma)

    I am sorry I found the answer myself. I feel bad like I wasted your space here and I am sorry.

    Here was what I did to resolve this:

    Code was:

    <?php include(TEMPLATEPATH."/sidebar1.php");?>
        	<div id="slideshow"><?php
    if (function_exists("nggSlideshowWidget"))
    { nggSlideshowWidget($galleryID,$Width=710,$Height=170); }
    ?>

    I changed this by adding =1 where indicated below and that gave me what I was wanting.

    <?php include(TEMPLATEPATH."/sidebar1.php");?>
        	<div id="slideshow"><?php
    if (function_exists("nggSlideshowWidget"))
    { nggSlideshowWidget($galleryID=1,$Width=710,$Height=170); }
    ?>

    Blessings,
    Da_Moma

Viewing 1 replies (of 1 total)
  • The topic ‘NextGEN Gallery ? How to limit which pics are shown’ is closed to new replies.