By aaaaaabsssssgu on
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
The following
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:
Not an integration
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
I got it to work... Ya..
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