So I've read the HOW-TO on creating a module with html in it.
I have successfully created one with an Iframe but thats not the way I want to do it.
Per section 21.5 (
http://www.nukecops.com/PHP-Nuke_inc...in-module.html )
1. I created a module using this method and all I got was a blank white page
|
Code:
|
OpenTable();
include("path/to/the/html/file"); // <-- CHANGE THIS!
CloseTable(); |
2. I then created the module using the alternative way, but all I got was the applet showing up (within the table) and there was no header footer or left blocks showing up.
|
Code:
|
OpenTable();
?>
PUT YOUR HTML CODE HERE, WHATEVER COMES BETWEEN THE <html> AND </html>
TAGS OF YOUR HTML FILE
<?php
CloseTable(); |
Note: I didn't include all of the code here because I didnt' want to put too much on this post..
I posted about this
here and what he can see is what I should be seeing, but it sure is complicated...
Any suggestions?
Summary:
1. my home win2k machine can see the applet correctly without the header, footer, and left blocks
2. my home winXP machine see's the applet window but for some reason gets a parse error. I also see no header, footer, and left blocks.
3. my work XP machine see's the same as above, but no applet window.
4. my work 2k machine see's the same as above, but no applet window.
5. All machines see the form buttons just fine.
6. Work computers have limited permisions, ie activeX disabled, etc...
If you would like to see the output, I have linked directly to the module
here