4
Thanks Dave but no go. I thought that was it when I first read your post. Really strange how the right blocks won't go in. I didn't think this would be all that difficult as it is just a static page with HTML content. Using what I read from the FAQ here and as well as other searches and my own knowledge, to create one with XOOPS context on BOTH sides didn't appear all that difficult.
Basically you insert the includes and it gives you the header and left side blocks..the HTML you put in ends up in the center, but nothing in the right column. Testing again I put it just the code from the FAQ and Hello as HTML and my page looked exactly like my home page but just the word hello in the top of the center block. Simple code
//
include("../Xoops/mainfile.php");
$xoopsOption['show_rblock'] = 1;
include(XOOPS_ROOT_PATH."/header.php");
?>
//
//
//
//
include(XOOPS_ROOT_PATH."/footer.php");
?>
//
Regardless of where the "$xoopsOption['show_rblock'] = 1;" is, or if it is taken out, it appears the same. It's driving me loony already...lol. But thanks again.