I made a Drupal page with php as input format using the following php code:

    <?php require("plogger/gallery.php"); ?>

    <?php the_gallery_head(); ?>

    <?php the_gallery(); ?>

It does not really work as can be seen here. I would like to integrate this album within my Drupal page. Needless to say my web development skills are very poor.

Regards
stax

Comments

MGr’s picture

The following 'quick-and-dirty' solution using IFRAME worked just fine for me:

Create a page, set input format to 'PHP code' and enter the following code in the page's content area:

<?php ?>
<div>
  <iframe src="http://MySite/Plogger/index.php"
    width="760"
    height="600"
    frameborder="0"
    scrolling="no">
  </iframe>
</div>
<?php ?>
Steel Rat’s picture

This isnt' an integration, it's just displaying an external page inside a node, that's all. Is there an actual integration for Plogger? I currently have Gallery2 integrated, but it lacks MANY features I wish it had and which aren't likely to be implemented.

Steel Rat
Drupal Site: RPGMapShare.com

2faroffroad’s picture

I have managed to embed Plogger into my Drupal site.
and it WORKS... Ya.

Here's a write up on it.
http://2faroffroad.com/content/how-to-embed-plogger-into-drupal-6x

http://2faroffroad.com