This may not be possible but i'm hoping one of you guys knows the answer.
I have Gallery installed as a nuke module and have managed to hack a script i found to enable the last uploaded pic to be displayed. I then turned it into a block which works fine (see bottom middle of http://www.ukvsaus.com)
What i want to do is combine each of these files into one block to make the space usage more efficient.
Have tried the following
<?php
if (eregi("block-allgalleryupdates.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
include 'block-latestupdates.php';
include 'block-lasteurope.php';
include 'block-lastitaly.php';
include 'block-lastgermany.php';
include 'block-lastaustria.php';
include 'block-lastswiss.php';
include 'block-lastfrance.php';
include 'block-lastspain.php';
include 'block-lastfunny.php';
include 'block-lastzoomovies.php';
include 'block-lastzoopics.php';
include 'block-lastarty.php';
include 'block-lastplaces.php';
include 'block-lastpeople.php';
include 'block-lastlondon.php';
include 'block-lastfarewell.php';
?>
Have looked through all of the block on the site listed but no luck. Found a few combination blocks but they are simply rewrites of other blocks inserted into one.
Perhaps another way to explain it would be to insert php output into a table cell (ie each cell with a separate php file).
If you happen to remember where the block is a URL would be great, alternatively what about the above?
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum