Not signed in (Sign In)

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

    • CommentAuthorsakul
    • CommentTimeNov 29th 2011 edited
     
    hi,

    1/ is anyone know how to put the slideshow link above the gallery ?

    2/ is anyone know how to enable the slideshow directly when you enter in an album ?

    thanks
    • CommentAuthorsakul
    • CommentTimeNov 29th 2011 edited
     
    hi again,

    solution for question 1/ in the default theme -->

    1. Open the file /plogger/plog-content/themes/default/footer.php

    2. Copy or cut the line 7 --> <?php echo plogger_slideshow_link(); ?>

    3. Open the file /plogger/plog-content/themes/default/header.php

    4. Paste the code you took in the footer.php and put it at the end of the line 19.
    This line should be like that after you proceed -->
    <td><?php echo generate_breadcrumb(); ?></td><td><?php echo plogger_slideshow_link(); ?></td>

    5. Save your file and upload it at the right place.

    6. Enjoy

    7. Help me for the answer 2/