Not signed in (Sign In)

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

    • CommentAuthoralfonce
    • CommentTimeFeb 15th 2006
     
    Hi I've followed all the instructions and want plogger to appear within a specific table within my web template but it doesnt appear???.

    If you go here

    http://www.ebro-catfishing.com/

    you will see the gallery in rough form.

    If you go here

    http://www.ebro-catfishing.com/pages/gallery.html

    The gallery should be appearing but isnt - Ive added the elements

    First line of HTML file -> <?php require("gallery.php"); ?>
    In HEAD section of HTML -> <?php the_gallery_head(); ?>
    Somewhere in BODY section -> <?php the_gallery(); ?>

    What am I doing wrong?

    Interestingly the text

    Catfishing image gallery. Guided fishing tour on the River Ebro, Spain.

    on the gallery page has become much larger since adding in the php ?

    Help...
    • CommentAuthorrmarton
    • CommentTimeFeb 15th 2006
     
    If you look at the source of the page that gets rendered in your browser for gallery.html you will see the php directives in there, which means php on your server is not parsing that page.

    Either php needs to be configured to parse .html requests on your server or, you need to rename your gallery page gallery.php instead.
    • CommentAuthoralfonce
    • CommentTimeFeb 15th 2006
     
    Hi,

    well I I wasnt using php which was the issue. However I dont want to use index..php as my gallery file and so what do i need to do to change?

    http://www.ebro-catfishing.com/photographs.php

    Kinda works but if you click its still looking for the index.php file I think.

    Eithr way its not working yet.

    Help.
    • CommentAuthorddejong
    • CommentTimeFeb 15th 2006
     
    Plogger Beta 2.1 requires an index.php. The only way you can customize it is to instead put it in a directory, like so:
    www.example.com/photos/index.php

    Beta 3 should be more flexible.

    Cheers,
    Derek