2
Just make a WFsection folder in your module folder with nothing but an index.html file with nothing in it but:
<script>history.go(-1);script>
Then ignore the "module file not found" errors, or else put a seperate generic xoops_version.php in the folder, too that looks like this:
$modversion['name'] = "WFsection";//name of module
$modversion['version'] = 1.01;
$modversion['description'] = "WFsection";
$modversion['author'] = "";
$modversion['credits'] = "";
$modversion['help'] = "";
$modversion['license'] = "GPL see LICENSE";
$modversion['official'] = 0;
$modversion['image'] = "whatever.gif";
$modversion['dirname'] = "WFsection";//name of directory on server
// Admin things
$modversion['hasAdmin'] = 0;
$modversion['adminpath'] = "";
// Menu/Sub Menu
$modversion['hasMain'] = 0;//make 0 to not have this appear in main menu
?>
Then just never install it and leave it in the available modules area.
If you need a re-direction script that re-directs ONLY to your main page from WFsection, even when visited from other sites, or a search engine, let me know and I'll post a code for that too.
Magick can never be restrained, but when freely given is thrice regained!