Not signed in (Sign In)

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

    • CommentAuthor6667
    • CommentTimeJun 19th 2008
     
    hi all and thanx for that great open-source-gallery !

    I´m strugglin with 2 problems and hope that someone is able to helb me out:

    - I include plogger (index.php) into my website-template which works fine,
    but what should I change to start displaying my albums first and not the "collection-level" ... ?


    - has anyone seen a feature to recommend the actual displayed picture?
    I`ve tried to build in a formmailer with something like this:

    <textarea name="comment" id="comment" style="width:300px; height:100px;" >
    check this picture out:
    <?php
    echo $_SERVER['HTTP_REFERER'];
    ?>
    </textarea>

    but unfortunately it doesn`t work out well ...

    thanx in advance for your help.
    chris
    • CommentAuthor6667
    • CommentTimeJun 19th 2008
     
    with some help I worked something out :

    echo getenv("SERVER_NAME")."".$_SERVER["PHP_SELF"]."?level=picture&id=".$_GET['id'];