Did anybody succeed to integrate Plogger into Drupal?

stax - August 7, 2006 - 13:11

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

The following

MGr - September 5, 2006 - 14:15

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 ?>

Not an integration

Steel Rat - September 15, 2006 - 20:29

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

 
 

Drupal is a registered trademark of Dries Buytaert.