14
It harder then it sounds to make a module...I learned like this also, so it must be easy....
The reason it will load faster is like in the XOOPS dev post we made....
Smarty handles the html within PHP faster then PHP...
Xoops its self when told display this page, will be given a page ready to load from an ID...else it has to work out the html first each time by first searching though the php file...
Also all you need to do, to add this page is this in XOOPS version....
$modversion['sub'][1]['name'] = 'Advertising';
$modversion['sub'][1]['url'] = XOOPS_ROOT_PATH.'/advertising/index.php';
Within the /advertising/index.php include the Template file as html in Smarty and thats it done....