2
Under System Admin > Block you can create custom blocks with HTML, php, and Javascript. I've inserted code before that was several hundred lines long with no ill effect.
Alternately, you could use the one page module "Mypage" by JackJ. I've found this to be a very flexible approach.
Link:
http://macambridge.com/mypage.zipJust replace the text marked in bold red bellow with your code, upload the module and install as usuall. The source code is extremely simple and well documented, so you shouldn't have too much trouble figuring out how to have multiple instances of "Mypage".
Quote:
include("mainfile.php");
include("header.php");
$xoopsOption['show_rblock'] = 1; //0 for no right block
?>
Your HTML Code here (Note: Do not include head and body tags)
include("footer.php");
?>
Hope this helps.
JMorris