I was sucessful with the integration of gallery2 into phpnuke 7.8. Everything more or less works except the block is blank. Hmm, what gives?
----
Give us your Gallery/webserver information to get a faster answer.
http://cov.inspiredhax.com/
Get this information from the PHP diagnostic (in the configuration wizard).
Quote: › Gallery URL (optional but very useful):
Gallery version:
Apache version:
PHP version (don't just say PHP 4, please):
Graphics Toolkit:
Operating system:
Web browser/version (if applicable):
http://cov.inspiredhax.com/modules.php?name=gallery2
Gallery version = 2.0.2 core 1.0.0.2
PHP version = 4.3.11 cgi-fcgi
Webserver = Apache
Database = mysql 4.0.24-max-log
Toolkits = Exif, ImageMagick, Gd
Operating system = Linux linhost135.prod.mesa1.secureserver.net 2.4.21-27.ELsmp #1 SMP Wed Dec 1 21:59:02 EST 2004 i686
Browser = Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.
Gecko/20051111 Firefox/1.5
Quote: › The CONFIG lines from the top of your block file(s):
Code: › /****************************************************************************/
/* This is your configuration section of your Gallery 2 image block. */
/* */
/* 1. Select which block you want to show from the list below: */
/* */
/* randomImage : A random image is shown */
/* recentImage : The most recent image is shown */
/* viewedImage : The most popular image is shown */
/* randomAlbum : The highlight from a random album is shown */
/* recentAlbum : The highlight from the most recent album is shown */
/* viewedAlbum : The highlight from the most popular album is shown */
/* dailyImage : A new image each day */
/* weeklyImage : A new image each week */
/* monthlyImage : A new image each month */
/* dailyAlbum : A new album highlight each day */
/* weeklyAlbum : A new album highlight each week */
/* monthlyAlbum : A new album highlight each month */
/* */
$blockType = "randomImage";
/* 2. Select what album/image properties you want displayed, you can */
/* display more than one, but separate them by | (the pipe symbol) */
/* */
/* title : Show the title */
/* views : Show how many views the item has */
/* date : Show the capture/upload date */
/* owner : Show the item owner */
/* heading : Show the item heading ("Random Image","Daily Image", etc) */
/* fullSize: Show the full sized item (not a thumbnail) */
/* none : Don't show anything, just the thumbnail */
/* */
$display = "title|heading";
/* 3. What size image do you want displayed? If you want the default */
/* thumbnail, leave this empty, otherwise, enter the max pixel size. */
/* IF YOU SPECIFY A SIZE LARGER THAN THE DEFAULT THUMBNAIL SIZE, YOU */
/* MUST ALSO ADD "fullSize" TO THE $display VARIABLE ABOVE. */
$maxSize='';
/* */
/****************************************************************************/