From: <be...@us...> - 2012-09-24 22:31:15
|
Revision: 10189 http://xoops.svn.sourceforge.net/xoops/?rev=10189&view=rev Author: beckmi Date: 2012-09-24 22:31:08 +0000 (Mon, 24 Sep 2012) Log Message: ----------- small bug fixes Modified Paths: -------------- XoopsModules/TDMCreate/branches/mamba/TDMCreate/admin/building.php XoopsModules/TDMCreate/branches/mamba/TDMCreate/class/tdmcreate_modules.php XoopsModules/TDMCreate/branches/mamba/TDMCreate/const/const_include_configs.php XoopsModules/TDMCreate/branches/mamba/TDMCreate/xoops_version.php Modified: XoopsModules/TDMCreate/branches/mamba/TDMCreate/admin/building.php =================================================================== --- XoopsModules/TDMCreate/branches/mamba/TDMCreate/admin/building.php 2012-09-24 21:19:29 UTC (rev 10188) +++ XoopsModules/TDMCreate/branches/mamba/TDMCreate/admin/building.php 2012-09-24 22:31:08 UTC (rev 10189) @@ -93,7 +93,7 @@ const_class($modules, $modules_name, $tables_module_table, $tables_name, $tables_fields, $tables_parameters); if ( $tables_category == 1) { //|| $tables_module_table != null - const_admin_permissions($modules, $modules_name, $tables_name, $category); + const_admin_permissions($modules, $modules_name, $tables_name, $tables_category); } //Creation of pages admin Modified: XoopsModules/TDMCreate/branches/mamba/TDMCreate/class/tdmcreate_modules.php =================================================================== --- XoopsModules/TDMCreate/branches/mamba/TDMCreate/class/tdmcreate_modules.php 2012-09-24 21:19:29 UTC (rev 10188) +++ XoopsModules/TDMCreate/branches/mamba/TDMCreate/class/tdmcreate_modules.php 2012-09-24 22:31:08 UTC (rev 10189) @@ -43,7 +43,7 @@ $this->initVar("modules_author",XOBJ_DTYPE_TXTBOX, $xoopsModuleConfig["module_author"], false); $this->initVar("modules_author_mail",XOBJ_DTYPE_TXTBOX, $xoopsModuleConfig["module_author_email"],false); $this->initVar("modules_author_website_url",XOBJ_DTYPE_TXTBOX, $xoopsModuleConfig["module_author_website_url"],false); - $this->initVar("modules_author_website_name",XOBJ_DTYPE_TXTBOX, $xoopsModuleConfig["module_author_website_name"],false); + $this->initVar("modules_author_website_name",XOBJ_DTYPE_TXTBOX, $xoopsModuleConfig["module_author_website"],false); $this->initVar("modules_credits",XOBJ_DTYPE_TXTBOX, $xoopsModuleConfig["module_credits"], false); $this->initVar("modules_license",XOBJ_DTYPE_TXTBOX, $xoopsModuleConfig["module_license"], false); $this->initVar("modules_release_info",XOBJ_DTYPE_TXTBOX, $xoopsModuleConfig["module_release_info"], false); Modified: XoopsModules/TDMCreate/branches/mamba/TDMCreate/const/const_include_configs.php =================================================================== --- XoopsModules/TDMCreate/branches/mamba/TDMCreate/const/const_include_configs.php 2012-09-24 21:19:29 UTC (rev 10188) +++ XoopsModules/TDMCreate/branches/mamba/TDMCreate/const/const_include_configs.php 2012-09-24 22:31:08 UTC (rev 10189) @@ -34,7 +34,7 @@ define("'.$stu_mn.'_AUTHOR_LOGOIMG", '.$stu_mn.'_URL . "/images/'.str_replace(" ", "", strtolower($mods_a_w_name)).'_logo.png"); } // module information -$mod_copyright = "<a href=\''.$$mods_a_w_url.'\' title=\''.$$mods_a_w_name.'\' target=\'_blank\'> +$mod_copyright = "<a href=\''.$mods_a_w_url.'\' title=\''.$mods_a_w_name.'\' target=\'_blank\'> <img src=\'".'.$stu_mn.'_AUTHOR_LOGOIMG."\' alt=\''.$mods_a_w_name.'\' /></a>"; ?>'; createFile($path_file, $text, Modified: XoopsModules/TDMCreate/branches/mamba/TDMCreate/xoops_version.php =================================================================== --- XoopsModules/TDMCreate/branches/mamba/TDMCreate/xoops_version.php 2012-09-24 21:19:29 UTC (rev 10188) +++ XoopsModules/TDMCreate/branches/mamba/TDMCreate/xoops_version.php 2012-09-24 22:31:08 UTC (rev 10189) @@ -125,7 +125,7 @@ $modversion['config'][$i]['valuetype'] = "text"; $modversion['config'][$i]['default'] = 'http://xoops.org'; $i++; -$modversion['config'][$i]['name'] = "module_author_website_name"; +$modversion['config'][$i]['name'] = "module_author_website"; $modversion['config'][$i]['title'] = "_MI_TDMCREATE_AUTHOR_WEBSITE_NAME"; $modversion['config'][$i]['description'] = ""; $modversion['config'][$i]['formtype'] = "textbox"; @@ -276,21 +276,6 @@ $modversion['config'][$i]['valuetype'] = "text"; $modversion['config'][$i]['default'] = 'This module is for doing following...'; - - - - - - - - - - - - - - - $i++; //Uploads : imagemaxsize of category_img $modversion['config'][$i]['name'] = "imagemaxsize"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |