Hi Jackwan,
No, that isn´t to XOOPS but he can make a questions in forum about XOOPS o e_xoops version.
http://www.jonroig.com/freecode/phpBB/?POSTNUKESID=cf40e8986b376b9a7627578d277f75bd I have a version to e_xoops (from
http://www.liquidgfx.com ). I installed it in localhost as normal module without problems, but after that the site have is online to finish the installation and my site isn´t online yet.
Here the xoops_version.php (like this way not e_xoops_version.php) is:
$modversion['name'] = 'Real Estate Listings Engine 2.1 w/Virtual Tour';
$modversion['version'] = 2.1;
$modversion['description'] = 'Complete Real Estate Listings Engine with Virtual Tours. Read the Read me for more information.';
$modversion['credits'] = 'E-xoops Conversion: DJ Downey
(Original version: Jon Roig & Ryan Bonham)';
$modversion['author'] = 'DJ Downey
http://www.liquidgfx.com Jon Roig
http://www.jonroig.comRyan Bonham
http://www.open-reality.com';$modversion['license'] = 'GNU GENERAL PUBLIC LICENSE';
$modversion['official'] = 'yes';
$modversion['image'] = 'images/realty.gif';
$modversion['dirname'] ='realty';
// All tables should not have any prefix!
$modversion['sqlfile']['mysql'] = 'sql/mysql.sql';
$modversion['tables'][0] = 'default_activitylog';
$modversion['tables'][1] = 'default_agentformelements';
$modversion['tables'][2] = 'default_listingsdb';
$modversion['tables'][3] = 'default_listingsdbelements';
$modversion['tables'][4] = 'default_listingsformelements';
$modversion['tables'][5] = 'default_listingsimages';
$modversion['tables'][6] = 'default_memberformelements';
$modversion['tables'][7] = 'default_temp';
$modversion['tables'][8] = 'default_userdb';
$modversion['tables'][9] = 'default_userdbelements';
$modversion['tables'][10] = 'default_userfavoritelistings';
$modversion['tables'][11] = 'default_userformelements';
$modversion['tables'][12] = 'default_userimages';
$modversion['tables'][13] = 'default_usersavedsearches';
$modversion['tables'][14] = 'default_vtourimages';
// Menu - does it have an entry in the Main Menu? 1=yes, 0=no
$modversion['hasMain'] = 1;
$modversion['sub'][1]['name'] = 'Home';
$modversion['sub'][1]['url'] = 'index.php';
$modversion['sub'][2]['name'] = 'Listings Search';
$modversion['sub'][2]['url'] = 'listingsearch.php';
$modversion['sub'][3]['name'] = 'Rental Search';
$modversion['sub'][3]['url'] = 'rentalsearch.php';
$modversion['sub'][4]['name'] = 'Lots';
$modversion['sub'][4]['url'] = 'listing_browse.php?type%5B%5D=Land';
$modversion['sub'][5]['name'] = 'Residental';
$modversion['sub'][5]['url'] = 'listing_browse.php?type%5B%5D=Home';
$modversion['sub'][6]['name'] = 'Farms';
$modversion['sub'][6]['url'] = 'listing_browse.php?type%5B%5D=Farms';
$modversion['sub'][7]['name'] = 'Commercial Property';
$modversion['sub'][7]['url'] = 'listing_browse.php?type%5B%5D=Commercial';
$modversion['sub'][8]['name'] = 'Users';
$modversion['sub'][8]['url'] = 'view_users.php';
$modversion['sub'][9]['name'] = 'About';
$modversion['sub'][9]['url'] = 'aboutus.php';
$modversion['sub'][10]['name'] = 'Contact';
$modversion['sub'][10]['url'] = 'contactus.php';
$modversion['sub'][11]['name'] = 'Favorites';
$modversion['sub'][11]['url'] = '/members/listfavorites.php';
$modversion['sub'][12]['name'] = 'Legal Information';
$modversion['sub'][12]['url'] = 'legal.php';
// Admin things - does the Admin menu need a link to the administration page? And where is the page?
$modversion['hasAdmin'] = 1;
$modversion['adminindex'] = 'admin/index.php';
?>
If you want I can send you the zip file and test it.