Not signed in (Sign In)

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

    • CommentAuthorAlex
    • CommentTimeOct 15th 2005 edited
     
    I have read this http://www.plogger.org/docs/config/#integration and I have try to make it.

    I dont arrive to integrating the gallery on my design... certainly i have not really understand the notice.

    The result in my website : http://www.moby-fan.com/moby-fan/?p=plogger/test

    Please If you have make it explain to me
    Thanks

    Alex
    • CommentAuthorniceday
    • CommentTimeOct 15th 2005
     
    Do you put the include statement <?php include("gallery.php"); ?> in the first line of your file?
    • CommentAuthorAlex
    • CommentTimeOct 16th 2005
     
    <?php include("gallery.php"); ?> its for the the file index.php ? on the plogger(dir) ??
    • CommentAuthorniceday
    • CommentTimeOct 16th 2005
     
    It does not matter where you want to integrate plogger gallery into. The thing is that you have to include the gallery.php file on the first line of your page (where you want to integrate plogger gallery into).

    Say you put your plogger installation file into /plogger folder and you have your own main.php file to display plogger gallery. The first lines on your main.php file should be:
    <?php
    include("gallery.php");
    ?>
    or if you have your main.php file outside the plogger gallery then the first lines on your main.php file should be:
    <?php
    include("path/to/gallery.php");
    ?>

    Change the path/to with your path to your plogger folder.
    • CommentAuthorAlex
    • CommentTimeOct 17th 2005
     
    I have creat a page on plogger foler

    This is the cade :
    <?php include("gallery.php"); ?>
    <html>
    <head>
    <title>Document sans titre</title>
    <?php the_gallery_head(); ?>
    </head>

    <body>
    <?php the_gallery(); ?>
    </body>
    </html>

    and the result :
    http://www.moby-fan.com/moby-fan/?p=plogger/test
    • CommentAuthorniceday
    • CommentTimeOct 17th 2005
     
    Are you using textpattern for your site?

    I am sure if the page is actually what you have posted above then it should not raise any error.

    The error messages that you got basically tell you that you have output something on the screen on line 7 before you include gallery.php file.
    •  
      CommentAuthorBen
    • CommentTimeOct 17th 2005
     
    your page doesn't like that you are trying to but an html, header, and body page inside a body tag on a different page. as for the season error idk.