We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 37054
    • 93 Posts
    Calling GalleryAlbums snippet as follows:

    if(!empty($_POST['start'])){
    $start = $_POST['start'];
    }
    $limit = $_POST['limit'];
    $params = array(
    'showAll' => 1,
    'thumbProperties' => '{"f":"jpg","q":"90%"}',
    'rowTpl' => 'new.tpl.Activ.imgs',
    'start' => $start,
    'limit' => $limit
    );
    $o = $modx->runSnippet('GalleryAlbums',$params);
    


    Galleries has a test nested gallery set up but it is not displayed with this call - all others are. Tried dragging the nested gallery out into the root of the gallery list and it displays fine, dragged it back under the appropriate parent gallery and it disappears.

    Anyone else seeing this?

    MODX Revolution 2.2.0-pl2 (traditional)

    Gallery 1.5.2
    [ed. note: freelancewebdev last edited this post 11 years, 9 months ago.]