1
I'm trying to install a custom module but it's not showing up in the module install page.
Here's my xoops_version.php file
global $xoopsDB;
$modversion['name'] = "Team Taught Pizza";
$modversion['version'] = "0.6";
$modversion['description'] = "Team Taught Pizza";
$modversion['credits'] = "National AJET";
$modversion['author'] = "David Thomas";
$modversion['license'] = "GPL LICENSE";
$modversion['official'] = 0;
$modversion['image'] = "ttp.png";
$modversion['dirname'] = "ttp";
$modversion['help'] = "";
// Admin things
$modversion['hasAdmin'] = 0;
// Menu
$modversion['hasMain'] = 1;
//config
$modversion['hasconfig'] = 0;
//search
$modversion['hasSearch'] = 0;
?>
Am I missing something?
Please help!
regards,
David.
みんなちがってみんないい。
XOOPS 2.0.13.2