5
Hi There
I have decided to re-create the pagewrap module so i can install from admin.
Adjusting the xoops_version.php dirname and name values as follows seems to be OK as far as installing into XOOPS goes!
$modversion['name'] = "links"; //name of module
$modversion['version'] = 1.01;
$modversion['description'] = "Empty module for wrapping static content, for including extermal content, or for displaying content in center blocks";
$modversion['author'] = "James Morris";
$modversion['credits'] = "Original concept by JackJ of
http://www.macambridge.com/";$modversion['help'] = "https://xoops.org/";
$modversion['license'] = "GPL";
$modversion['official'] = 0;
$modversion['image'] = "admin.png";
$modversion['dirname'] = "links"; //name of directory
Will FYI later in regards to block setup.
Thanks again robin_wangaz