From: <be...@us...> - 2011-12-27 18:20:54
|
Revision: 8596 http://xoops.svn.sourceforge.net/xoops/?rev=8596&view=rev Author: beckmi Date: 2011-12-27 18:20:47 +0000 (Tue, 27 Dec 2011) Log Message: ----------- Final adjustments Modified Paths: -------------- XoopsModules/xsitemap/branches/mamba/xsitemap/admin/about.php XoopsModules/xsitemap/branches/mamba/xsitemap/admin/admin_footer.php XoopsModules/xsitemap/branches/mamba/xsitemap/admin/admin_header.php XoopsModules/xsitemap/branches/mamba/xsitemap/admin/index.php XoopsModules/xsitemap/branches/mamba/xsitemap/admin/menu.php XoopsModules/xsitemap/branches/mamba/xsitemap/admin/plugin.php XoopsModules/xsitemap/branches/mamba/xsitemap/admin/xml.php XoopsModules/xsitemap/branches/mamba/xsitemap/css/admin.css XoopsModules/xsitemap/branches/mamba/xsitemap/docs/changelog.txt XoopsModules/xsitemap/branches/mamba/xsitemap/docs/lang_diff.txt XoopsModules/xsitemap/branches/mamba/xsitemap/include/functions.php XoopsModules/xsitemap/branches/mamba/xsitemap/language/english/admin.php XoopsModules/xsitemap/branches/mamba/xsitemap/language/english/modinfo.php XoopsModules/xsitemap/branches/mamba/xsitemap/language/italian/admin.php XoopsModules/xsitemap/branches/mamba/xsitemap/language/italian/modinfo.php XoopsModules/xsitemap/branches/mamba/xsitemap/language/portuguesebr/admin.php XoopsModules/xsitemap/branches/mamba/xsitemap/language/portuguesebr/modinfo.php XoopsModules/xsitemap/branches/mamba/xsitemap/xoops_version.php Modified: XoopsModules/xsitemap/branches/mamba/xsitemap/admin/about.php =================================================================== --- XoopsModules/xsitemap/branches/mamba/xsitemap/admin/about.php 2011-12-27 18:05:52 UTC (rev 8595) +++ XoopsModules/xsitemap/branches/mamba/xsitemap/admin/about.php 2011-12-27 18:20:47 UTC (rev 8596) @@ -10,25 +10,22 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/ - * @license http://www.fsf.org/copyleft/gpl.html GNU public license + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License * @copyright The XOOPS Project (http://www.xoops.org) - * @license GNU GPL (http://www.gnu.org/licenses/gpl-2.0.html/) + * @license {@link http://www.gnu.org/licenses/gpl-2.0.html GNU Public License} * @package xSiteMap * @since 2.5.0 * @author Mage, Mamba * @version $Id $ **/ -include '../../../include/cp_header.php'; -include '../../../class/xoopsformloader.php'; -include 'admin_header.php'; +include_once dirname(__FILE__) . '/admin_header.php'; -$module_info =& $module_handler->get($xoopsModule->getVar("mid")); +xoops_cp_header(); -if (checkModuleAdmin()){ $aboutAdmin = new ModuleAdmin(); echo $aboutAdmin->addNavigation('about.php'); echo $aboutAdmin->renderabout('6KJ7RW5DR3VTJ', false); -} + include 'admin_footer.php'; \ No newline at end of file Modified: XoopsModules/xsitemap/branches/mamba/xsitemap/admin/admin_footer.php =================================================================== --- XoopsModules/xsitemap/branches/mamba/xsitemap/admin/admin_footer.php 2011-12-27 18:05:52 UTC (rev 8595) +++ XoopsModules/xsitemap/branches/mamba/xsitemap/admin/admin_footer.php 2011-12-27 18:20:47 UTC (rev 8596) @@ -10,13 +10,17 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/ - * @license http://www.fsf.org/copyleft/gpl.html GNU public license + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License * @package xSitemMap * @since 2.5.0 * @author XOOPS Module Team * @version $Id $ **/ -echo "<div align=\"center\"><a href=\"http://www.xoops.org\" target=\"_blank\"><img src=" . XOOPS_URL ."/". $moduleInfo->getInfo("icons32")."/xoopsmicrobutton.gif"." alt=\"XOOPS\" title=\"XOOPS\"></a></div>"; -echo "<div class='center smallsmall italic pad5'><strong>" . $xoopsModule->getVar("name") . "</strong> is maintained by the <a class='tooltip' rel='external' href='http://www.xoops.org/' title='Visit XOOPS Community'>XOOPS Community</a></div>"; +echo "<div class='adminfooter'>\n" + ." <div style='text-align: center;'>\n" + ." <a href='http://www.xoops.org' target='_blank'><img src='{$pathIcon32}/xoopsmicrobutton.gif' alt='XOOPS' title='XOOPS'></a>\n" + ." </div>\n" + ." " . _AM_XSITEMAP_FOOTER . "\n" + ."</div>"; xoops_cp_footer(); \ No newline at end of file Modified: XoopsModules/xsitemap/branches/mamba/xsitemap/admin/admin_header.php =================================================================== --- XoopsModules/xsitemap/branches/mamba/xsitemap/admin/admin_header.php 2011-12-27 18:05:52 UTC (rev 8595) +++ XoopsModules/xsitemap/branches/mamba/xsitemap/admin/admin_header.php 2011-12-27 18:20:47 UTC (rev 8596) @@ -10,7 +10,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * @copyright:: The XOOPS Project http://sourceforge.net/projects/xoops/ - * @license:: http://www.fsf.org/copyleft/gpl.html GNU public license + * @license:: {@link http://www.gnu.org/licenses/gpl-2.0.html GNU Public License} * @package:: xSiteMap * @subpackage:: admin * @since:: 2.5.0 @@ -18,57 +18,37 @@ * @version:: $Id $ **/ -include XOOPS_ROOT_PATH . '/mainfile.php'; -include_once XOOPS_ROOT_PATH . '/include/cp_functions.php'; -include_once("../../../include/cp_header.php"); -include_once XOOPS_ROOT_PATH . "/modules/" . $xoopsModule->getVar("dirname") . "/include/functions.php"; -//include_once("../include/functions.php"); -if ( file_exists($GLOBALS['xoops']->path('/Frameworks/moduleclasses/moduleadmin/moduleadmin.php'))){ - include_once $GLOBALS['xoops']->path('/Frameworks/moduleclasses/moduleadmin/moduleadmin.php'); - //return true; - }else{ - redirect_header("../../../admin.php", 5, _AM_MODULEADMIN_MISSING, false); - //return false; - } +$path = dirname(dirname(dirname(dirname(__FILE__)))); +include_once $path . '/mainfile.php'; +include_once $path . '/include/cp_functions.php'; +require_once $path . '/include/cp_header.php'; -$index_admin = new ModuleAdmin(); +global $xoopsModule; +$thisModuleDir = $GLOBALS['xoopsModule']->getVar('dirname'); -$moduleInfo =& $module_handler->get($xoopsModule->getVar('mid')); -$pathImageIcon = XOOPS_URL .'/'. $moduleInfo->getInfo('icons16'); -$pathImageAdmin = XOOPS_URL .'/'. $moduleInfo->getInfo('icons32'); +//if functions.php file exist +require_once dirname(dirname(__FILE__)) . '/include/functions.php'; +include_once dirname(dirname(__FILE__)) . '/class/plugin.php'; -$myts =& MyTextSanitizer::getInstance(); -include_once XOOPS_ROOT_PATH."/modules/xsitemap/class/plugin.php"; +// Load language files +xoops_loadLanguage('admin', $thisModuleDir); +xoops_loadLanguage('modinfo', $thisModuleDir); +xoops_loadLanguage('main', $thisModuleDir); -if ($xoopsUser) { - $moduleperm_handler =& xoops_gethandler('groupperm'); - if (!$moduleperm_handler->checkRight('module_admin', $xoopsModule->getVar( 'mid' ), $xoopsUser->getGroups())) { - redirect_header(XOOPS_URL, 1, _NOPERM); - exit(); +$pathIcon16 = '../'.$xoopsModule->getInfo('icons16'); +$pathIcon32 = '../'.$xoopsModule->getInfo('icons32'); +$pathModuleAdmin = $xoopsModule->getInfo('dirmoduleadmin'); + +if ( file_exists($GLOBALS['xoops']->path($pathModuleAdmin.'/moduleadmin.php'))){ + include_once $GLOBALS['xoops']->path($pathModuleAdmin.'/moduleadmin.php'); + }else{ + redirect_header("../../../admin.php", 5, _AM_MODULEADMIN_MISSING, false); } -} else { - redirect_header(XOOPS_URL . "/user.php", 1, _NOPERM); - exit(); -} -if (!isset($xoopsTpl) || !is_object($xoopsTpl)) { - include_once(XOOPS_ROOT_PATH."/class/template.php"); - $xoopsTpl = new XoopsTpl(); -} -xoops_cp_header(); - -// Define Stylesheet and JScript -$xoTheme->addStylesheet( XOOPS_URL . "/modules/" . $xoopsModule->getVar("dirname") . "/css/admin.css" ); - -//Load languages -xoops_loadLanguage('admin', $xoopsModule->getVar("dirname")); -xoops_loadLanguage('modinfo', $xoopsModule->getVar("dirname")); -xoops_loadLanguage('main', $xoopsModule->getVar("dirname")); - function xsitemap_adminmenu ($currentoption = 0, $breadcrumb = "") { global $xoopsModule, $xoopsConfig; Modified: XoopsModules/xsitemap/branches/mamba/xsitemap/admin/index.php =================================================================== --- XoopsModules/xsitemap/branches/mamba/xsitemap/admin/index.php 2011-12-27 18:05:52 UTC (rev 8595) +++ XoopsModules/xsitemap/branches/mamba/xsitemap/admin/index.php 2011-12-27 18:20:47 UTC (rev 8596) @@ -24,7 +24,7 @@ include '../../../include/cp_header.php'; include_once("./admin_header.php"); //$moduleInfo =& $module_handler->get( $xoopsModule->getVar("mid") ); -//xoops_cp_header(); +xoops_cp_header(); $index_admin = new ModuleAdmin(); Modified: XoopsModules/xsitemap/branches/mamba/xsitemap/admin/menu.php =================================================================== --- XoopsModules/xsitemap/branches/mamba/xsitemap/admin/menu.php 2011-12-27 18:05:52 UTC (rev 8595) +++ XoopsModules/xsitemap/branches/mamba/xsitemap/admin/menu.php 2011-12-27 18:20:47 UTC (rev 8596) @@ -21,6 +21,14 @@ * Version : 1.00: * **************************************************************************** */ +defined("XOOPS_ROOT_PATH") or die("XOOPS root path not defined"); + +$dirname = basename(dirname(dirname(__FILE__))); +$module_handler = xoops_gethandler('module'); +$module = $module_handler->getByDirname($dirname); +$pathIcon32 = $module->getInfo('icons32'); + +xoops_loadLanguage('admin', $dirname); $adminmenu = array(); $i = 1; Modified: XoopsModules/xsitemap/branches/mamba/xsitemap/admin/plugin.php =================================================================== --- XoopsModules/xsitemap/branches/mamba/xsitemap/admin/plugin.php 2011-12-27 18:05:52 UTC (rev 8595) +++ XoopsModules/xsitemap/branches/mamba/xsitemap/admin/plugin.php 2011-12-27 18:20:47 UTC (rev 8596) @@ -24,6 +24,8 @@ include '../../../include/cp_header.php'; include 'admin_header.php'; + +xoops_cp_header(); $index_admin = new ModuleAdmin(); Modified: XoopsModules/xsitemap/branches/mamba/xsitemap/admin/xml.php =================================================================== --- XoopsModules/xsitemap/branches/mamba/xsitemap/admin/xml.php 2011-12-27 18:05:52 UTC (rev 8595) +++ XoopsModules/xsitemap/branches/mamba/xsitemap/admin/xml.php 2011-12-27 18:20:47 UTC (rev 8596) @@ -26,6 +26,7 @@ //xoops_cp_header(); include 'admin_header.php'; +xoops_cp_header(); $index_admin = new ModuleAdmin(); Modified: XoopsModules/xsitemap/branches/mamba/xsitemap/css/admin.css =================================================================== --- XoopsModules/xsitemap/branches/mamba/xsitemap/css/admin.css 2011-12-27 18:05:52 UTC (rev 8595) +++ XoopsModules/xsitemap/branches/mamba/xsitemap/css/admin.css 2011-12-27 18:20:47 UTC (rev 8596) @@ -10,7 +10,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * @copyright:: The XOOPS Project http://sourceforge.net/projects/xoops/ - * @license:: http://www.fsf.org/copyleft/gpl.html GNU public license + * @license:: {@link http://www.gnu.org/licenses/gpl-2.0.html GNU Public License} * @package:: mylinks * @since:: 2.5.0 * @author: kris <http://www.xoofoo.org> Modified: XoopsModules/xsitemap/branches/mamba/xsitemap/docs/changelog.txt =================================================================== --- XoopsModules/xsitemap/branches/mamba/xsitemap/docs/changelog.txt 2011-12-27 18:05:52 UTC (rev 8595) +++ XoopsModules/xsitemap/branches/mamba/xsitemap/docs/changelog.txt 2011-12-27 18:20:47 UTC (rev 8596) @@ -1,4 +1,4 @@ -1.52 RC 1 2011/04/17 (Mamba) +1.52 RC 2 2011/12/12 (Mamba) ============================ - changed GUI to standard XOOPS Module GUI - included ModuleAdmin class from Mage Modified: XoopsModules/xsitemap/branches/mamba/xsitemap/docs/lang_diff.txt =================================================================== --- XoopsModules/xsitemap/branches/mamba/xsitemap/docs/lang_diff.txt 2011-12-27 18:05:52 UTC (rev 8595) +++ XoopsModules/xsitemap/branches/mamba/xsitemap/docs/lang_diff.txt 2011-12-27 18:20:47 UTC (rev 8596) @@ -15,11 +15,6 @@ define("_AM_XSITEMAP_ABOUT_DESCRIPTION", "Description: "); define("_AM_XSITEMAP_ADMIN_ABOUT", "About"); -// Configuration -define("_AM_XSITEMAP_CONFIG_CHECK","Configuration Check"); -define("_AM_XSITEMAP_CONFIG_PHP","Minimum PHP required: %s (your version is %s)"); -define("_AM_XSITEMAP_CONFIG_XOOPS","Minimum XOOPS required: %s (your version is %s)"); - modinfo.php ------------- // index.php Modified: XoopsModules/xsitemap/branches/mamba/xsitemap/include/functions.php =================================================================== --- XoopsModules/xsitemap/branches/mamba/xsitemap/include/functions.php 2011-12-27 18:05:52 UTC (rev 8595) +++ XoopsModules/xsitemap/branches/mamba/xsitemap/include/functions.php 2011-12-27 18:20:47 UTC (rev 8596) @@ -101,7 +101,7 @@ global $xoopsModuleConfig; - $xoopsDB =& Database::getInstance(); + $xoopsDB =& XoopsDatabaseFactory::getDatabaseConnection(); $xsitemap = array(); $myts =& MyTextSanitizer::getInstance(); Modified: XoopsModules/xsitemap/branches/mamba/xsitemap/language/english/admin.php =================================================================== --- XoopsModules/xsitemap/branches/mamba/xsitemap/language/english/admin.php 2011-12-27 18:05:52 UTC (rev 8595) +++ XoopsModules/xsitemap/branches/mamba/xsitemap/language/english/admin.php 2011-12-27 18:20:47 UTC (rev 8596) @@ -121,11 +121,9 @@ define("_AM_XSITEMAP_ABOUT_DESCRIPTION", "Description: "); define("_AM_XSITEMAP_ADMIN_ABOUT", "About"); -////admin/index.php -// Configuration -define("_AM_XSITEMAP_CONFIG_CHECK","Configuration Check"); -define("_AM_XSITEMAP_CONFIG_PHP","Minimum PHP required: %s (your version is %s)"); -define("_AM_XSITEMAP_CONFIG_XOOPS","Minimum XOOPS required: %s (your version is %s)"); +//ModuleAdmin +define('_AM_MODULEADMIN_MISSING','Error: The ModuleAdmin class is missing. Please install the ModuleAdmin Class into /Frameworks (see /docs/readme.txt)'); +define("_AM_MARQUEE_BGCOLOR_SHORT","Background color"); - -?> \ No newline at end of file +// Text for Admin footer +define("_AM_XSITEMAP_FOOTER", "<div class='center smallsmall italic pad5'>xSiteMap is maintained by the <a class='tooltip' rel='external' href='http://xoops.org/' title='Visit XOOPS Community'>XOOPS Community</a></div>"); \ No newline at end of file Modified: XoopsModules/xsitemap/branches/mamba/xsitemap/language/english/modinfo.php =================================================================== --- XoopsModules/xsitemap/branches/mamba/xsitemap/language/english/modinfo.php 2011-12-27 18:05:52 UTC (rev 8595) +++ XoopsModules/xsitemap/branches/mamba/xsitemap/language/english/modinfo.php 2011-12-27 18:20:47 UTC (rev 8596) @@ -55,6 +55,4 @@ define("_MI_XSITEMAP_MANAGER_XML","Manage XML"); //1.52 -define("_MI_XSITEMAP_DESC","Module to visualize Sitemap in a XOOPS Website"); - -?> \ No newline at end of file +define("_MI_XSITEMAP_DESC","Module to visualize Sitemap in a XOOPS Website"); \ No newline at end of file Modified: XoopsModules/xsitemap/branches/mamba/xsitemap/language/italian/admin.php =================================================================== --- XoopsModules/xsitemap/branches/mamba/xsitemap/language/italian/admin.php 2011-12-27 18:05:52 UTC (rev 8595) +++ XoopsModules/xsitemap/branches/mamba/xsitemap/language/italian/admin.php 2011-12-27 18:20:47 UTC (rev 8596) @@ -114,4 +114,17 @@ define("_AM_XSITEMAP_XML_ERROR_UPDATE","Errore durante l'aggiornamento del file XML"); define("_AM_XSITEMAP_XML_VIEW_XML","Guarda il file XML"); -?> \ No newline at end of file + +//1.52 + +// About.php +define("_AM_XSITEMAP_ABOUT_UPDATEDATE", "Updated: "); +define("_AM_XSITEMAP_ABOUT_DESCRIPTION", "Description: "); +define("_AM_XSITEMAP_ADMIN_ABOUT", "About"); + +//ModuleAdmin +define('_AM_MODULEADMIN_MISSING','Error: The ModuleAdmin class is missing. Please install the ModuleAdmin Class into /Frameworks (see /docs/readme.txt)'); +define("_AM_MARQUEE_BGCOLOR_SHORT","Background color"); + +// Text for Admin footer +define("_AM_XSITEMAP_FOOTER", "<div class='center smallsmall italic pad5'>xSiteMap is maintained by the <a class='tooltip' rel='external' href='http://xoops.org/' title='Visit XOOPS Community'>XOOPS Community</a></div>"); \ No newline at end of file Modified: XoopsModules/xsitemap/branches/mamba/xsitemap/language/italian/modinfo.php =================================================================== --- XoopsModules/xsitemap/branches/mamba/xsitemap/language/italian/modinfo.php 2011-12-27 18:05:52 UTC (rev 8595) +++ XoopsModules/xsitemap/branches/mamba/xsitemap/language/italian/modinfo.php 2011-12-27 18:20:47 UTC (rev 8596) @@ -50,4 +50,5 @@ //1.52 define("_MI_XSITEMAP_DESC","Modulo per la visualizzazione della sitemap in xoops."); -?> \ No newline at end of file +//1.52 +define("_MI_XSITEMAP_DESC","Module to visualize Sitemap in a XOOPS Website"); \ No newline at end of file Modified: XoopsModules/xsitemap/branches/mamba/xsitemap/language/portuguesebr/admin.php =================================================================== --- XoopsModules/xsitemap/branches/mamba/xsitemap/language/portuguesebr/admin.php 2011-12-27 18:05:52 UTC (rev 8595) +++ XoopsModules/xsitemap/branches/mamba/xsitemap/language/portuguesebr/admin.php 2011-12-27 18:20:47 UTC (rev 8596) @@ -100,7 +100,32 @@ define("_AM_XSITEMAP_ABOUT_DISCLAIMER_TEXT","Licen\xE7a GPL - Sem garantia"); define("_AM_XSITEMAP_ABOUT_BY","Realizado por <a href ='http://www.takeaweb.it'>TAKEAWEB</a>"); + //add by urbanspaceman 22/08/2009 -define("_AM_XSITEMAP_ABOUT_TRANSLATION","Traduzioni"); -define("_AM_XSITEMAP_ABOUT_TRANSLATION_TEXT","<ul><li>Italiano : Urbanspaceman</li><li>Portoghese : Artsgeral</li><li>English : dbman</li></ul>"); -?> +define("_AM_XSITEMAP_ABOUT_TRANSLATION","Translation"); +define("_AM_XSITEMAP_ABOUT_TRANSLATION_TEXT","<ul><li>Italiano : Urbanspaceman</li><li>PortgueseBr : Artsgeral</li><li>English : dbman</li></ul>"); + +//add by urbanspaceman 26/08/2009 +//xml.php +define("_AM_XSITEMAP_XML","XML"); +define("_AM_XSITEMAP_MANAGER_XML","Manage XML"); +define("_AM_XSITEMAP_XML_LASTUPD","Last update of file xsitemap.xml"); +define("_AM_XSITEMAP_UPDATE_XML","Update XML file"); +define("_AM_XSITEMAP_XML_UPDATE","XML file update with success"); +define("_AM_XSITEMAP_XML_ERROR_UPDATE","Error during the update of XML file"); +define("_AM_XSITEMAP_XML_VIEW_XML","View XML file"); + + +//1.52 + +// About.php +define("_AM_XSITEMAP_ABOUT_UPDATEDATE", "Updated: "); +define("_AM_XSITEMAP_ABOUT_DESCRIPTION", "Description: "); +define("_AM_XSITEMAP_ADMIN_ABOUT", "About"); + +//ModuleAdmin +define('_AM_MODULEADMIN_MISSING','Error: The ModuleAdmin class is missing. Please install the ModuleAdmin Class into /Frameworks (see /docs/readme.txt)'); +define("_AM_MARQUEE_BGCOLOR_SHORT","Background color"); + +// Text for Admin footer +define("_AM_XSITEMAP_FOOTER", "<div class='center smallsmall italic pad5'>xSiteMap is maintained by the <a class='tooltip' rel='external' href='http://xoops.org/' title='Visit XOOPS Community'>XOOPS Community</a></div>"); \ No newline at end of file Modified: XoopsModules/xsitemap/branches/mamba/xsitemap/language/portuguesebr/modinfo.php =================================================================== --- XoopsModules/xsitemap/branches/mamba/xsitemap/language/portuguesebr/modinfo.php 2011-12-27 18:05:52 UTC (rev 8595) +++ XoopsModules/xsitemap/branches/mamba/xsitemap/language/portuguesebr/modinfo.php 2011-12-27 18:20:47 UTC (rev 8596) @@ -49,4 +49,6 @@ define("_MI_XSITEMAP_REGISTER","Registrar"); define("_MI_XSITEMAP_LOGIN","Login"); define("_MI_XSITEMAP_SITEMAP","Sitemap"); -?> + +//1.52 +define("_MI_XSITEMAP_DESC","Module to visualize Sitemap in a XOOPS Website"); Modified: XoopsModules/xsitemap/branches/mamba/xsitemap/xoops_version.php =================================================================== --- XoopsModules/xsitemap/branches/mamba/xsitemap/xoops_version.php 2011-12-27 18:05:52 UTC (rev 8595) +++ XoopsModules/xsitemap/branches/mamba/xsitemap/xoops_version.php 2011-12-27 18:20:47 UTC (rev 8596) @@ -17,8 +17,7 @@ * @license GPL * @package xsitemap * @author Urbanspaceman (http://www.takeaweb.it) - * - * Version : 1.00: + * @version $Id $ * **************************************************************************** */ @@ -39,19 +38,21 @@ $modversion["manual_file"] = ""; $modversion["image"] = "images/logo.png"; $modversion["dirname"] = "xsitemap"; - $modversion['dirmoduleadmin'] = 'Frameworks/moduleclasses'; - $modversion['icons16'] = 'Frameworks/moduleclasses/icons/16'; - $modversion['icons32'] = 'Frameworks/moduleclasses/icons/32'; + $modversion['dirmoduleadmin'] = '/Frameworks/moduleclasses/moduleadmin'; + $modversion['icons16'] = '../../Frameworks/moduleclasses/icons/16'; + $modversion['icons32'] = '../../Frameworks/moduleclasses/icons/32'; $modversion['min_php']='5.2'; - $modversion['min_xoops']="2.5.0"; + $modversion['min_xoops']="2.5.0"; + $modversion['min_admin']='1.1'; + $modversion['min_db']= array('mysql'=>'5.0.7', 'mysqli'=>'5.0.7'); //about $modversion["demo_site_url"] = "http://www.takeaweb.it"; $modversion["demo_site_name"] = "Takeaweb "; $modversion["module_website_url"] = "http://xoops.org"; $modversion["module_website_name"] = "XOOPS"; - $modversion["release_date"] = "2011/4/17"; - $modversion["module_status"] = "RC 1"; + $modversion["release_date"] = "2011/12/12"; + $modversion["module_status"] = "RC 2"; // Admin things $modversion["hasAdmin"] = 1; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |