6
No problem.
- yes, just reference the front page of your program.
step1: Install the email program on your server and get it working the way you want as a stand alone program.
Step2: go to
http://xoops.mattregister.com to the downloads section and download the module.
Step3: modify the folder name of the module to whatever you want (email or webmail or whatever)
Step4: inside the module directory there is a file called xoops_version.php. Open it and edit where it calls for the directory name. It has to match the name you gave the directory.
Step5: Edit the index.php file to include your iframe.Include your iframe after the
include("../../mainfile.php");
include(XOOPS_ROOT_PATH."/header.php");
$xoopsOption['show_rblock'] = 1;
?>
and before the
include(XOOPS_ROOT_PATH."/footer.php");
?>
in the index.php file.
Step6: upload the new mofule to your server and install like a normal module.
**NOTE** this module has no admin section and you will not see it in the left hand side of the admin section, but if you go to
http://yoursite.com/modules/yourmodulename you will see what you want.
Let me know if you have problems with this.
-Matt