Not signed in (Sign In)

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

    • CommentAuthorSquillace
    • CommentTimeApr 25th 2007
     
    I everybody,

    I know that this question has already been asked here but I didn't found a solution. I'm trying to integrate Plogger on my Drupal website (5.1), but it is not working very well. The Plogger's Docs says to insert:
    <?php include("gallery.php"); ?>
    ...in the first line of my template page.

    <?phpthe_gallery_head(); ?>
    ... between opening and closing HEAD tags.

    And...
    <?php the_gallery(); ?>
    ...anywhere in my page.

    But it doesn't work. I mean, it works, my gallery appears. But, first of all, every links are redirected to my frontpage because the default home of the gallery is "index.php". Second point, the gallery takes the default Drupal CSS styles, and I don't want to.

    So, someone can help me to integrate this script?
    Thanks!


    PS: the integration instructions that I found in the Doc doesn't help me. ;(