3
I have to agree with snow77. You can also generate ordinary html pages and then create a module to do a wrap around. There are modules that do this, but I have found it better to do on my own. To create a module to do a wrap around, copy the files xoops_version.php, index.php, and header. php to another folder aptly named (say if you have a page on flash design call the folder flash_design. Using a php editor or notebook open xoops_version.php. Change the name to Flash Design, do the same with description, and then enter flash_design in the dirname spot. Save that file. Then open index.php. Here you want to edit fopen (right near the top of the file), put the URL pointing to your html page. You can then put in the following:
print '';
Do nothing to header.php.
Upload the files, and install like any other module.
This will place your page on the Main Menu, and folks can open it from there.
I would also recommend MYMenu. My Main Menu was growing quite large so I download the module MyMenu to augment it on the other side of my front page. It did wonders for my site. Other handy modules are Cjay Content 3, C-HTML 1.01, and Content. All these allow you to use static html pages, or for that matter any sort of web media.
Swain