Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorcdickson
    • CommentTimeOct 10th 2006
     
    I did this by adding the following PHP code in the second line of the page (above the DOCTYPE) that I wanted the slide show to appear in:

    <?php if(count($_GET) == 0)
    header('Location: index.php?level=slideshow&mode=album&id=1');
    ?>

    (First line is <?php require("gallery.php"); ?>)

    If you want to show multiple albums this may get tricky, but you could create separate pages and change the album ID # accordingly.