Iframes are not allowed for security reasons. You can either disable the code checking in mainfile.php, or just create a block-*.php file with the revelant code.
I am going to make a block, but what is the code I put in it?
I have the sample block to use as a template ( see below ) , and I want the block to show the info from this URL.
/************************************************************************/
/* PHP-NUKE: Web Portal System */
/* =========================== */
/* */
/* Copyright (c) 2002 by Francisco Burzi */
/* http://phpnuke.org */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
if (eregi("block-Sample_Block.php",$_SERVER['PHP_SELF'])) {
Header("Location: index.php");
die();
}
$content = "Here goes the content you want in your new block";
I really appreciate the help, Chatserv! I have it now displaying in a wider spot in the center block, however, I still need to adjust the font, as it is much to large.
Eventually I will get it!
You cannot post new topics in this forum You cannot 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