Not signed in (Sign In)

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

    • CommentAuthorofi
    • CommentTimeAug 7th 2008 edited
     
    Hi
    Where do i add those line in
    First line of HTML .php file -> <?php require("plogger.php"); ?>
    In HEAD section of HTML -> <?php the_plogger_head(); ?>
    Somewhere in BODY section -> <?php the_plogger_gallery(); ?>


    here is the page i am trying to add the gallery in
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="description" content="Your site description here" />
    <meta name="keywords" content="your, site, keywords, here" />
    <link rel="stylesheet" href="style.css" type="text/css" media="all" />
    <title>
    Velkomin &aacute; almennt.com
    </title>
    </head>


    <body>
    <div id="container">

    <div id="top"></div>

    <h2><img src="images/rubikcube.png" alt="rub" longdesc="images/rubikcube.png" /></h2>
    <div class="navmenu"><a href="index.php">Heim</a></div>
    <div class="navmenu"><a href="eg.php">Um mig</a></div>
    <div class="navmenu"><a href="phpBB3">Spjall</a></div>
    <div class="navmenu"><a href="sam.php">Samband</a></div>
    <div class="navmenu"><a href="#">Myndir</a></div>
    <div class="navmenu"><a href="#">Linkar</a></div>


    <!-- Article Start -->

    <div class="outsidebox">
    <br />

    <div class="insidebox">

    <div class="title"></div>

    <div class="date"><?PHP include "gallery.php";?><br />
    <br />
    </div>
    </div>
    </div>

    <!-- End of article -->



    <!-- Article Start -->
    <!-- End of article -->
    <br />
    <div class="archive"><a href="#">upp</a></div>
    <br /><br /><br /><br />

    <div class="footer">
    &copy;2008 almennt.com <br />
    Hanna&eth; <a href="http://www.almennt.com" target="_blank">OFI</a>
    </div>





    </div>


    </body>


    </html>


    The gallery should go in this line
    <div class="date"><?PHP include "gallery.php";?><br />

    Cam someone please help me with this.
    •  
      CommentAuthorsidtheduck
    • CommentTimeAug 7th 2008
     
    ofi,

    You can check the 'index.php' file that comes with Plogger to see where the other lines should go. I can also help you, but first I need to know where the page is in relation to the Plogger install folder. Is the page you are trying to insert Plogger into in the same folder as the Plogger installation? Is Plogger in a subfolder? Are they in parallel subfolders? If you can provide links, that would be great! :D
    • CommentAuthorofi
    • CommentTimeAug 7th 2008
     
    Hi and thx for reply
    i am building up test site located here http://www.almennt.com/prufusida/test2 and the gallery is located here http://www.almennt.com/prufusida/test2/myndir/ and i am trying integrate to this page
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="description" content="Your site description here" />
    <meta name="keywords" content="your, site, keywords, here" />
    <link rel="stylesheet" href="style.css" type="text/css" media="all" />
    <title>
    Velkomin &aacute; almennt.com
    </title>
    </head>


    <body>
    <div id="container">

    <div id="top"></div>

    <h2><img src="images/rubikcube.png" alt="rub" longdesc="images/rubikcube.png" /></h2>
    <div class="navmenu"><a href="index.php">Heim</a></div>
    <div class="navmenu"><a href="eg.php">Um mig</a></div>
    <div class="navmenu"><a href="phpBB3">Spjall</a></div>
    <div class="navmenu"><a href="sam.php">Samband</a></div>
    <div class="navmenu"><a href="#">Myndir</a></div>
    <div class="navmenu"><a href="#">Linkar</a></div>


    <!-- Article Start -->

    <div class="outsidebox">
    <br />

    <div class="insidebox">

    <div class="title"></div>

    <div class="date"><?PHP include "gallery.php";?><br />
    <br />
    </div>
    </div>
    </div>

    <!-- End of article -->



    <!-- Article Start -->
    <!-- End of article -->
    <br />
    <div class="archive"><a href="#">upp</a></div>
    <br /><br /><br /><br />

    <div class="footer">
    &copy;2008 almennt.com <br />
    Hanna&eth; <a href="http://www.almennt.com" target="_blank">OFI</a>
    </div>





    </div>


    </body>


    </html>
    •  
      CommentAuthorsidtheduck
    • CommentTimeAug 7th 2008
     

    <?php include("myndir/gallery.php") ?>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head>

    <?php the_gallery_head() ?>

    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <link rel="stylesheet" href="style.css" type="text/css" media="all" />
    </head>


    <body>
    <div id="container">

    <div id="top"></div>

    <h2><img src="images/rubikcube.png" alt="rub" longdesc="images/rubikcube.png" /></h2>
    <div class="navmenu"><a href="index.php">Heim</a></div>
    <div class="navmenu"><a href="eg.php">Um mig</a></div>
    <div class="navmenu"><a href="phpBB3">Spjall</a></div>
    <div class="navmenu"><a href="sam.php">Samband</a></div>
    <div class="navmenu"><a href="#">Myndir</a></div>
    <div class="navmenu"><a href="#">Linkar</a></div>


    <!-- Article Start -->

    <div class="outsidebox">
    <br />

    <div class="insidebox">

    <div class="title"></div>

    <div class="date"><?php the_gallery() ?><br />

    <br />
    </div>
    </div>
    </div>

    <!-- End of article -->



    <!-- Article Start -->
    <!-- End of article -->
    <br />
    <div class="archive"><a href="#">upp</a></div>
    <br /><br /><br /><br />

    <div class="footer">
    &copy;2008 almennt.com <br />
    Hanna&eth; <a href="http://www.almennt.com" target="_blank">OFI</a>
    </div>





    </div>


    </body>


    </html>


    That should do it for you. If not, try to change the first line to:
    <?php include(dirname(__FILE__)."myndir/gallery.php") ?>
    • CommentAuthorofi
    • CommentTimeAug 7th 2008
     
    Thx for this http://www.almennt.com/prufusida/test2/myndir.php

    Now i have to edit something in css and get the header image to right place :)