You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
(95) |
Apr
(270) |
May
(111) |
Jun
|
Jul
|
Aug
(64) |
Sep
(130) |
Oct
(319) |
Nov
(17) |
Dec
(191) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(53) |
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(387) |
Jul
(102) |
Aug
(247) |
Sep
(120) |
Oct
(1) |
Nov
(8) |
Dec
(21) |
| 2007 |
Jan
(38) |
Feb
(36) |
Mar
|
Apr
(32) |
May
(135) |
Jun
(523) |
Jul
(192) |
Aug
(103) |
Sep
(533) |
Oct
(77) |
Nov
(23) |
Dec
(203) |
| 2008 |
Jan
(312) |
Feb
(1193) |
Mar
(404) |
Apr
(67) |
May
(62) |
Jun
(497) |
Jul
(297) |
Aug
(110) |
Sep
(335) |
Oct
(256) |
Nov
(50) |
Dec
(118) |
| 2009 |
Jan
(67) |
Feb
(10) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(10) |
Jul
(61) |
Aug
|
Sep
(16) |
Oct
(45) |
Nov
(12) |
Dec
(14) |
| 2010 |
Jan
(30) |
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
(7) |
Aug
(7) |
Sep
(5) |
Oct
(5) |
Nov
|
Dec
|
| 2011 |
Jan
(7) |
Feb
(3) |
Mar
(89) |
Apr
(11) |
May
(5) |
Jun
|
Jul
(8) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(89) |
| 2012 |
Jan
(7) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(3) |
Oct
(42) |
Nov
(1) |
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
(19) |
Apr
(90) |
May
(38) |
Jun
(235) |
Jul
(38) |
Aug
(10) |
Sep
|
Oct
(29) |
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(6) |
May
(52) |
Jun
|
Jul
(7) |
Aug
|
Sep
(17) |
Oct
|
Nov
|
Dec
|
|
From: mhewitson <mhe...@us...> - 2007-01-30 00:12:12
|
Update of /cvsroot/mxbb/mx_phpbb In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv17571/mx_phpbb Added Files: readme.txt Log Message: Readme.txt added with install instructions for module. --- NEW FILE: readme.txt --- /********************************************************************************\ | | subject : mx-portal, CMS & portal, module | name : mx_phpbb | copyright : (C) 2002-2005 MX-System | mxBB project site : www.mx-system.com | | | | description : The "mx_phpbb" block is a block that | will allow 'complete intergration' between your | phpBB install, and mxBB Portal. | It requires a small addition to phpBBB's | common.php, detailed below. | | | | \********************************************************************************/ /********************************************************************************\ | Installation Instructions \********************************************************************************/ Note: In order for this module to install you must have a working phpBB and mxBB installation. phpbbroot refers to where your phpBB2 install is located, e.g in phpBB2/ or forum/ # #-----[ OPEN ]------------------------------------------ # phpbbroot/common.php # #-----[ FIND ]------------------------------------------ # ?> # #-----[ REPLACE WITH ]------------------------------------------ # //+mxbb_portal if( !defined('IN_ADMIN') ) { $mx_root_path = './../'; include_once($mx_root_path.'modules/mx_phpbb/includes/forum_hack.'.$phpEx); } //-mxbb_portal ?> # #-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ # # EoM ** Now, add the newly created mx_phpbb Block to a relevant portal page and remove, the now redundant mx_forum block. /********************************************************************************\ | End Of Document \********************************************************************************/ |
|
From: Jon O. <jon...@us...> - 2007-01-28 21:17:10
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv27839 Modified Files: common.php Log Message: Fix for extra debug options - disabled by default. Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.62 retrieving revision 1.63 diff -C2 -d -r1.62 -r1.63 *** common.php 18 Dec 2006 17:21:47 -0000 1.62 --- common.php 28 Jan 2007 21:17:07 -0000 1.63 *************** *** 23,27 **** // //define( 'DEBUG', 1 ); // [Admin Option] Show Footer debug stats - Actually set in phpBB/includes/constants.php ! define( 'DEBUG_EXTRA', 1 ); // [Admin Option] Show memory usage. Show link to full SQL debug report in footer. Beware, this makes the page slow to load. For debugging only. //error_reporting(E_ALL); error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables --- 23,27 ---- // //define( 'DEBUG', 1 ); // [Admin Option] Show Footer debug stats - Actually set in phpBB/includes/constants.php ! //define( 'DEBUG_EXTRA', 1 ); // [Admin Option] Show memory usage. Show link to full SQL debug report in footer. Beware, this makes the page slow to load. For debugging only. //error_reporting(E_ALL); error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables |
Update of /cvsroot/mxbb/core/install/schemas In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23964/install/schemas Modified Files: mysql_schema_upgrade_to_2.8_a1.sql mysql_schema_upgrade_to_2.8_a2.sql mysql_schema_upgrade_to_2.8_b2.sql mysql_schema_upgrade_to_2.8_b3.sql Log Message: improved upgrade method, solving missing page.page_navigation column Index: mysql_schema_upgrade_to_2.8_a2.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_schema_upgrade_to_2.8_a2.sql,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mysql_schema_upgrade_to_2.8_a2.sql 3 Dec 2006 21:26:17 -0000 1.3 --- mysql_schema_upgrade_to_2.8_a2.sql 28 Jan 2007 19:53:33 -0000 1.4 *************** *** 1,4 **** # ! # mxBB-Portal - MySQL Schema - Upgrade "2.8 - RC7" # # $Id$ --- 1,4 ---- # ! # mxBB-Portal - MySQL Schema - Upgrade "2.8 - a2" # # $Id$ Index: mysql_schema_upgrade_to_2.8_b3.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_schema_upgrade_to_2.8_b3.sql,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mysql_schema_upgrade_to_2.8_b3.sql 16 Sep 2006 17:59:59 -0000 1.3 --- mysql_schema_upgrade_to_2.8_b3.sql 28 Jan 2007 19:53:33 -0000 1.4 *************** *** 1,4 **** # ! # mxBB-Portal - MySQL Schema - Upgrade "2.8.0 - beta3" # # $Id$ --- 1,4 ---- # ! # mxBB-Portal - MySQL Schema - Upgrade "2.8.0 - b3" # # $Id$ *************** *** 90,92 **** --- 90,98 ---- # New Fields in Table `mx_portal` # + ALTER TABLE mx_table_portal ADD navigation_block smallint(5) unsigned NOT NULL default '0'; ALTER TABLE mx_table_portal ADD main_layout varchar(255) default 'mx_main_layout.tpl' AFTER overall_header; + + # ------------------------------------------------------------ + # + # Updated Fields from Table `mx_page` + ALTER TABLE mx_table_page ADD navigation_block smallint(5) unsigned NOT NULL default '0' AFTER page_main_layout; Index: mysql_schema_upgrade_to_2.8_b2.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_schema_upgrade_to_2.8_b2.sql,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mysql_schema_upgrade_to_2.8_b2.sql 16 Sep 2006 17:59:59 -0000 1.3 --- mysql_schema_upgrade_to_2.8_b2.sql 28 Jan 2007 19:53:33 -0000 1.4 *************** *** 1,4 **** # ! # mxBB-Portal - MySQL Schema - Upgrade "2.8 - RC7" # # $Id$ --- 1,4 ---- # ! # mxBB-Portal - MySQL Schema - Upgrade "2.8 - b2" # # $Id$ *************** *** 7,17 **** # ------------------------------------------------------------ # - # Updated Fields from Table `mx_page` - ALTER TABLE mx_table_page ADD navigation_block smallint(5) unsigned NOT NULL default '0' AFTER page_main_layout; - - # ------------------------------------------------------------ - # # New Fields in Table `mx_portal` # ALTER TABLE mx_table_portal ADD overall_header varchar(255) default 'overall_header.tpl'; - ALTER TABLE mx_table_portal ADD navigation_block smallint(5) unsigned NOT NULL default '0'; --- 7,11 ---- Index: mysql_schema_upgrade_to_2.8_a1.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_schema_upgrade_to_2.8_a1.sql,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mysql_schema_upgrade_to_2.8_a1.sql 4 Sep 2006 16:48:43 -0000 1.1 --- mysql_schema_upgrade_to_2.8_a1.sql 28 Jan 2007 19:53:33 -0000 1.2 *************** *** 1,4 **** # ! # mxBB-Portal - MySQL Schema - Upgrade "2.8 - RC4" # # $Id$ --- 1,4 ---- # ! # mxBB-Portal - MySQL Schema - Upgrade "2.8 - a1" # # $Id$ *************** *** 109,113 **** DROP TABLE IF EXISTS mx_table_parameter_option; ! # ------------------------------------------------------------ # --- 109,113 ---- DROP TABLE IF EXISTS mx_table_parameter_option; ! # ------------------------------------------------------------ # *************** *** 180,184 **** function_admin = '' WHERE function_id = '{function.function_id}'; ! # # Updating the TextBlocks --- 180,184 ---- function_admin = '' WHERE function_id = '{function.function_id}'; ! # # Updating the TextBlocks *************** *** 191,195 **** function_admin = '' WHERE function_id = '{function.function_id}'; ! SET function = SELECT * FROM mx_table_function WHERE function_file = 'mx_textblock_html.php'; --- 191,195 ---- function_admin = '' WHERE function_id = '{function.function_id}'; ! SET function = SELECT * FROM mx_table_function WHERE function_file = 'mx_textblock_html.php'; *************** *** 206,211 **** function_desc = 'Textblock, featuring block defined settings', function_admin = '' ! WHERE function_id = '{function.function_id}'; ! # # Finally, all core blocks have been moved to the modules/mx_coreblocks folder --- 206,211 ---- function_desc = 'Textblock, featuring block defined settings', function_admin = '' ! WHERE function_id = '{function.function_id}'; ! # # Finally, all core blocks have been moved to the modules/mx_coreblocks folder *************** *** 218,230 **** module_path = 'modules/mx_coreblocks/', module_include_admin = '0' ! WHERE module_id = '{module.module_id}'; ! # # Minor mistake for the textblocks # ! SET module = SELECT * FROM mx_table_module WHERE module_path = 'modules/mx_textblocks/'; UPDATE mx_table_module SET module_include_admin = '0' ! WHERE module_id = '{module.module_id}'; ! \ No newline at end of file --- 218,229 ---- module_path = 'modules/mx_coreblocks/', module_include_admin = '0' ! WHERE module_id = '{module.module_id}'; ! # # Minor mistake for the textblocks # ! SET module = SELECT * FROM mx_table_module WHERE module_path = 'modules/mx_textblocks/'; UPDATE mx_table_module SET module_include_admin = '0' ! WHERE module_id = '{module.module_id}'; |
|
From: Jon O. <jon...@us...> - 2007-01-26 08:36:57
|
Update of /cvsroot/mxbb/core/templates/subSilver In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv1534/templates/subSilver Modified Files: overall_header.tpl overall_header_navigation.tpl overall_noheader.tpl Log Message: {U_PORTAL_ROOT_PATH} template fix Index: overall_noheader.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/overall_noheader.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** overall_noheader.tpl 5 Apr 2006 20:52:59 -0000 1.5 --- overall_noheader.tpl 25 Jan 2007 21:08:49 -0000 1.6 *************** *** 29,34 **** <!-- END switch_enable_pm_popup --> ! <script language="javascript" type="text/javascript" src="modules/mx_shared/lib/Common.js"></script> ! <script language="javascript" type="text/javascript" src="modules/mx_shared/lib/Toggle.js"></script> </head> --- 29,34 ---- <!-- END switch_enable_pm_popup --> ! <script language="javascript" type="text/javascript" src="{U_PORTAL_ROOT_PATH}modules/mx_shared/lib/Common.js"></script> ! <script language="javascript" type="text/javascript" src="{U_PORTAL_ROOT_PATH}modules/mx_shared/lib/Toggle.js"></script> </head> Index: overall_header_navigation.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/overall_header_navigation.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** overall_header_navigation.tpl 22 Aug 2006 20:21:50 -0000 1.3 --- overall_header_navigation.tpl 25 Jan 2007 21:08:49 -0000 1.4 *************** *** 59,64 **** // --></script> ! <script language="javascript" type="text/javascript" src="modules/mx_shared/lib/Common.js"></script> ! <script language="javascript" type="text/javascript" src="modules/mx_shared/lib/Toggle.js"></script> </head> --- 59,64 ---- // --></script> ! <script language="javascript" type="text/javascript" src="{U_PORTAL_ROOT_PATH}modules/mx_shared/lib/Common.js"></script> ! <script language="javascript" type="text/javascript" src="{U_PORTAL_ROOT_PATH}modules/mx_shared/lib/Toggle.js"></script> </head> Index: overall_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/overall_header.tpl,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** overall_header.tpl 29 May 2006 15:37:04 -0000 1.25 --- overall_header.tpl 25 Jan 2007 21:08:49 -0000 1.26 *************** *** 59,64 **** // --></script> ! <script language="javascript" type="text/javascript" src="modules/mx_shared/lib/Common.js"></script> ! <script language="javascript" type="text/javascript" src="modules/mx_shared/lib/Toggle.js"></script> </head> --- 59,64 ---- // --></script> ! <script language="javascript" type="text/javascript" src="{U_PORTAL_ROOT_PATH}modules/mx_shared/lib/Common.js"></script> ! <script language="javascript" type="text/javascript" src="{U_PORTAL_ROOT_PATH}modules/mx_shared/lib/Toggle.js"></script> </head> |
|
From: Jon O. <jon...@us...> - 2007-01-26 08:36:56
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv28487/includes Modified Files: page_header.php Log Message: mx_online.php fix Index: page_header.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/page_header.php,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** page_header.php 14 Jan 2007 21:10:56 -0000 1.40 --- page_header.php 25 Jan 2007 20:55:52 -0000 1.41 *************** *** 255,258 **** --- 255,259 ---- 'L_WHOSONLINE_ADMIN' => sprintf($lang['Admin_online_color'], '<span style="color:#' . $theme['fontcolor3'] . '">', '</span>'), 'L_WHOSONLINE_MOD' => sprintf($lang['Mod_online_color'], '<span style="color:#' . $theme['fontcolor2'] . '">', '</span>'), + 'L_BACK_TO_TOP' => $lang['Back_to_top'], 'U_SEARCH_UNANSWERED' => append_sid(PHPBB_URL . 'search.'.$phpEx.'?search_id=unanswered'), |
|
From: Jon O. <jon...@us...> - 2007-01-26 08:36:55
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv28487/modules/mx_coreblocks Modified Files: mx_online.php Log Message: mx_online.php fix Index: mx_online.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_online.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** mx_online.php 30 Aug 2006 19:15:43 -0000 1.16 --- mx_online.php 25 Jan 2007 20:55:52 -0000 1.17 *************** *** 250,253 **** --- 250,254 ---- 'L_WHOSONLINE_ADMIN' => sprintf($lang['Admin_online_color'], '<span style="color:#' . $theme['fontcolor3'] . '">', '</span>'), 'L_WHOSONLINE_MOD' => sprintf($lang['Mod_online_color'], '<span style="color:#' . $theme['fontcolor2'] . '">', '</span>'), + 'L_ONLINE_EXPLAIN' => $lang['Online_explain'], 'ONLINE_IMG' => $images['mx_who_is_online'], |
|
From: Jon O. <jon...@us...> - 2006-12-18 17:42:44
|
Update of /cvsroot/mxbb/mx_phpbb/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv17354/modules/mx_phpbb/includes Modified Files: forum_hack.php Log Message: fix for autologin Index: forum_hack.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/includes/forum_hack.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** forum_hack.php 17 Dec 2006 11:38:01 -0000 1.20 --- forum_hack.php 18 Dec 2006 17:42:40 -0000 1.21 *************** *** 619,623 **** case 'index': global $s_last_visit; // declared here: includes/page_header.php ! $script_vars = array( 'LAST_VISIT_DATE' => sprintf( $lang['You_last_visit'], $s_last_visit ), 'CURRENT_TIME' => sprintf( $lang['Current_time'], create_date( $board_config['default_dateformat'], time(), $board_config['board_timezone'] ) ), 'L_SEARCH_NEW' => $lang['Search_new'], --- 619,624 ---- case 'index': global $s_last_visit; // declared here: includes/page_header.php ! $script_vars = array( ! 'LAST_VISIT_DATE' => sprintf( $lang['You_last_visit'], $s_last_visit ), 'CURRENT_TIME' => sprintf( $lang['Current_time'], create_date( $board_config['default_dateformat'], time(), $board_config['board_timezone'] ) ), 'L_SEARCH_NEW' => $lang['Search_new'], *************** *** 627,630 **** --- 628,632 ---- 'U_SEARCH_SELF' => $this->append_sid( 'search.' . $phpEx . '?search_id=egosearch' ), 'U_SEARCH_NEW' => $this->append_sid( 'search.' . $phpEx . '?search_id=newposts' ), + 'L_AUTO_LOGIN' => $lang['Log_me_in'], 'L_LOGIN_LOGOUT' => $lang['Login'], 'S_LOGIN_ACTION' => append_sid('login.'.$phpEx) *************** *** 649,652 **** --- 651,660 ---- $template->assign_vars( $common_vars + $script_vars + ( ( $argarray === false ) ? array() : $argarray ) ); $template->assign_block_vars( 'switch_user_logged_' . ( ( $userdata['session_logged_in'] ) ? 'in' : 'out' ), array() ); + + if (!$userdata['session_logged_in']) + { + $template->assign_block_vars('switch_allow_autologin', array()); + $template->assign_block_vars('switch_user_logged_out.switch_allow_autologin', array()); + } } |
|
From: Jon O. <jon...@us...> - 2006-12-18 17:21:55
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6047 Modified Files: common.php Log Message: Fix for the phpbb cache Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** common.php 17 Dec 2006 18:33:43 -0000 1.61 --- common.php 18 Dec 2006 17:21:47 -0000 1.62 *************** *** 23,27 **** // //define( 'DEBUG', 1 ); // [Admin Option] Show Footer debug stats - Actually set in phpBB/includes/constants.php ! //define( 'DEBUG_EXTRA', 1 ); // [Admin Option] Show memory usage. Show link to full SQL debug report in footer. Beware, this makes the page slow to load. For debugging only. //error_reporting(E_ALL); error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables --- 23,27 ---- // //define( 'DEBUG', 1 ); // [Admin Option] Show Footer debug stats - Actually set in phpBB/includes/constants.php ! define( 'DEBUG_EXTRA', 1 ); // [Admin Option] Show memory usage. Show link to full SQL debug report in footer. Beware, this makes the page slow to load. For debugging only. //error_reporting(E_ALL); error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables *************** *** 286,290 **** // // Grab phpBB global variables, re-cache if necessary ! // - optional parameter to enable/disable cache for config data // - true: enable cache, false: disable cache $board_config = $mx_cache->obtain_phpbb_config(false); --- 286,290 ---- // // Grab phpBB global variables, re-cache if necessary ! // - optional parameter to enable/disable cache for config data. If enabled, remember to refresh the mxBB cache whenever updating phpBB config settings // - true: enable cache, false: disable cache $board_config = $mx_cache->obtain_phpbb_config(false); |
|
From: Jon O. <jon...@us...> - 2006-12-18 17:21:54
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6047/includes Modified Files: mx_functions_core.php Log Message: Fix for the phpbb cache Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** mx_functions_core.php 17 Dec 2006 18:33:44 -0000 1.38 --- mx_functions_core.php 18 Dec 2006 17:21:48 -0000 1.39 *************** *** 74,78 **** FROM " . CONFIG_TABLE; ! if( !($result = $db->sql_query($sql, 120)) ) { mx_message_die(CRITICAL_ERROR, "Could not query config information", "", __LINE__, __FILE__, $sql); --- 74,78 ---- FROM " . CONFIG_TABLE; ! if( !($result = $db->sql_query($sql)) ) { mx_message_die(CRITICAL_ERROR, "Could not query config information", "", __LINE__, __FILE__, $sql); |
|
From: Jon O. <jon...@us...> - 2006-12-17 18:33:51
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv8218 Modified Files: common.php Log Message: phpBB Config cache - more flexible. Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** common.php 17 Sep 2006 11:08:16 -0000 1.60 --- common.php 17 Dec 2006 18:33:43 -0000 1.61 *************** *** 286,291 **** // // Grab phpBB global variables, re-cache if necessary ! // ! $board_config = $mx_cache->obtain_phpbb_config(); } --- 286,292 ---- // // Grab phpBB global variables, re-cache if necessary ! // - optional parameter to enable/disable cache for config data ! // - true: enable cache, false: disable cache ! $board_config = $mx_cache->obtain_phpbb_config(false); } |
|
From: Jon O. <jon...@us...> - 2006-12-17 18:33:51
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv8218/includes Modified Files: mx_functions_core.php Log Message: phpBB Config cache - more flexible. Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** mx_functions_core.php 10 Dec 2006 15:40:18 -0000 1.37 --- mx_functions_core.php 17 Dec 2006 18:33:44 -0000 1.38 *************** *** 55,68 **** { /** ! * Get phpbb config data * * @access public * @return unknown */ ! function obtain_phpbb_config() { global $db; ! if ($config = $this->get('phpbb_config')) { return $config; --- 55,69 ---- { /** ! * Enter description here... * * @access public + * @param boolean $use_cache * @return unknown */ ! function obtain_phpbb_config($use_cache = true) { global $db; ! if (($config = $this->get('phpbb_config')) && $use_cache) { return $config; *************** *** 73,77 **** FROM " . CONFIG_TABLE; ! if( !($result = $db->sql_query($sql)) ) { mx_message_die(CRITICAL_ERROR, "Could not query config information", "", __LINE__, __FILE__, $sql); --- 74,78 ---- FROM " . CONFIG_TABLE; ! if( !($result = $db->sql_query($sql, 120)) ) { mx_message_die(CRITICAL_ERROR, "Could not query config information", "", __LINE__, __FILE__, $sql); *************** *** 83,87 **** } $db->sql_freeresult($result); ! $this->put('phpbb_config', $config); return ( $config ); --- 84,92 ---- } $db->sql_freeresult($result); ! ! if ($use_cache) ! { ! $this->put('phpbb_config', $config); ! } return ( $config ); |
|
From: Jon O. <jon...@us...> - 2006-12-17 11:38:10
|
Update of /cvsroot/mxbb/mx_phpbb/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4646/modules/mx_phpbb/includes Modified Files: forum_hack.php Log Message: fix for using avatars Index: forum_hack.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/includes/forum_hack.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** forum_hack.php 16 Dec 2006 18:07:24 -0000 1.19 --- forum_hack.php 17 Dec 2006 11:38:01 -0000 1.20 *************** *** 276,279 **** --- 276,282 ---- } + // + // We have a problem here, when p denotes a pm_id, and not a post_id!!!!!!!!!!!!!!!!!!! + // if ( $sql ) { *************** *** 308,312 **** 'viewforum' => $this->phpbb_config['index'], 'viewtopic' => $this->phpbb_config['index'], - 'faq' => $this->phpbb_config['faq'], 'groupcp' => $this->phpbb_config['groupcp'], --- 311,314 ---- *************** *** 347,351 **** ); } - } --- 349,352 ---- *************** *** 353,365 **** // Tricky but useful method to retrieve Portal Table names from phpBB scope... // -------------------------------------------------------------------------------- - /* - function _get_mx_table_name( $table_suffix ) - { - global $mx_root_path, $phpEx; - include( $mx_root_path . 'config.' . $phpEx ); - return $mx_table_prefix . $table_suffix; - } - */ - function _get_mx_table_name( $table_suffix ) { --- 354,357 ---- *************** *** 670,673 **** --- 662,715 ---- } + /* + // -------------------------------------------------------------------------------- + // Hook into some phpBB functions to append phpBB path to URLs... + // -------------------------------------------------------------------------------- + function phpbb_realpath( $url ) + { + global $phpbb_root_path; + // + // Replaces same function in sessions.php + // + return str_replace('./', '', $phpbb_root_path . $url); + } + + // -------------------------------------------------------------------------------- + // Hook into some phpBB functions to append phpBB path to URLs... + // -------------------------------------------------------------------------------- + function opendir( $url ) + { + global $phpbb_root_path; + // + // Replaces same function in sessions.php + // + return @opendir(str_replace('./', '', $phpbb_root_path . $url)); + } + + // -------------------------------------------------------------------------------- + // Hook into some phpBB functions to append phpBB path to URLs... + // -------------------------------------------------------------------------------- + function is_file( $url ) + { + global $phpbb_root_path; + // + // Replaces same function in sessions.php + // + return is_file(str_replace('./', '', $phpbb_root_path . $url)); + } + + // -------------------------------------------------------------------------------- + // Hook into some phpBB functions to append phpBB path to URLs... + // -------------------------------------------------------------------------------- + function is_link( $url ) + { + global $phpbb_root_path; + // + // Replaces same function in sessions.php + // + return is_link(str_replace('./', '', $phpbb_root_path . $url)); + } + */ + // -------------------------------------------------------------------------------- // *************** *** 756,761 **** generate_smilies( $mode, $page_id ); $board_config['smilies_path'] = $smilies_path; ! $template->assign_vars( array( 'U_MORE_SMILIES' => $this->append_sid( "posting.$phpEx?mode=smilies" ) ) ! ); } --- 798,802 ---- generate_smilies( $mode, $page_id ); $board_config['smilies_path'] = $smilies_path; ! $template->assign_vars( array( 'U_MORE_SMILIES' => $this->append_sid( "posting.$phpEx?mode=smilies" ) ) ); } *************** *** 1232,1236 **** function read_file( $phpbb_file, $sub_call = false ) { ! global $phpbb_root_path, $mx_root_path, $phpEx, $template, $HTTP_POST_VARS, $HTTP_COOKIE_VARS, $HTTP_GET_VARS, $db, $userdata, $mode, $theme, $lang, $table_prefix, $mx_table_prefix, $board_config, $portal_config; global $html_entities_match, $html_entities_replace, $unhtml_specialchars_match, $unhtml_specialchars_replace; global $mx_forum; --- 1273,1277 ---- function read_file( $phpbb_file, $sub_call = false ) { ! global $phpbb_root_path, $mx_root_path, $phpEx, $template, $HTTP_POST_VARS, $HTTP_POST_FILES, $HTTP_COOKIE_VARS, $HTTP_GET_VARS, $db, $userdata, $mode, $theme, $lang, $table_prefix, $mx_table_prefix, $board_config, $portal_config; global $html_entities_match, $html_entities_replace, $unhtml_specialchars_match, $unhtml_specialchars_replace; global $mx_forum; *************** *** 1279,1282 **** --- 1320,1327 ---- // $code = str_replace('append_sid(', '$mx_forum->append_sid(', $code); + //$code = str_replace('@phpbb_realpath(', '$mx_forum->phpbb_realpath(', $code); + //$code = str_replace('@opendir(', '$mx_forum->opendir(', $code); + //$code = str_replace('is_file(', '$mx_forum->is_file(', $code); + //$code = str_replace('is_link(', '$mx_forum->is_link(', $code); $code = str_replace('redirect(', '$mx_forum->redirect(', $code); $code = str_replace('make_jumpbox(', '$mx_forum->make_jumpbox(', $code); *************** *** 1343,1352 **** break; - // - // Sub Calls Fix - // case 'profile': $code = str_replace('exit;', 'return;', $code); break; } --- 1388,1419 ---- break; case 'profile': + // + // Sub Calls Fix + // $code = str_replace('exit;', 'return;', $code); break; + + case 'includes/usercp_register': + // + // Avatars and ranks + // + $code = str_replace('\'./\' . $board_config[\'avatar_gallery_path\']', '$board_config[\'avatar_gallery_path\']', $code); + $code = str_replace('\'./\' . $board_config[\'avatar_path\']', '$board_config[\'avatar_path\']', $code); + + $code = str_replace('$board_config[\'avatar_gallery_path\']', '\''.$phpbb_root_path.'\' . $board_config[\'avatar_gallery_path\']', $code); + $code = str_replace('$board_config[\'avatar_path\']', '\''.$phpbb_root_path.'\' . $board_config[\'avatar_path\']', $code); + break; + + case 'includes/usercp_avatar': + // + // Avatars and ranks + // + $code = str_replace('\'./\' . $board_config[\'avatar_gallery_path\']', '$board_config[\'avatar_gallery_path\']', $code); + $code = str_replace('\'./\' . $board_config[\'avatar_path\']', '$board_config[\'avatar_path\']', $code); + + $code = str_replace('$board_config[\'avatar_gallery_path\']', '\''.$phpbb_root_path.'\' . $board_config[\'avatar_gallery_path\']', $code); + $code = str_replace('$board_config[\'avatar_path\']', '\''.$phpbb_root_path.'\' . $board_config[\'avatar_path\']', $code); + break; } *************** *** 1434,1437 **** --- 1501,1505 ---- session_start(); $_SESSION['mxbb_post_vars'] = $_POST; + $_SESSION['mxbb_post_files'] = $_FILES; // |
|
From: Jon O. <jon...@us...> - 2006-12-17 11:38:09
|
Update of /cvsroot/mxbb/mx_phpbb In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4646/modules/mx_phpbb Modified Files: mx_phpbb.php Log Message: fix for using avatars Index: mx_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/mx_phpbb.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** mx_phpbb.php 14 Sep 2006 09:34:33 -0000 1.11 --- mx_phpbb.php 17 Dec 2006 11:38:05 -0000 1.12 *************** *** 28,31 **** --- 28,32 ---- // $HTTP_POST_VARS = $_SESSION['mxbb_post_vars']; + $HTTP_POST_FILES = $_SESSION['mxbb_post_files']; // |
|
From: Jon O. <jon...@us...> - 2006-12-16 18:07:28
|
Update of /cvsroot/mxbb/mx_phpbb/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv1137/modules/mx_phpbb/includes Modified Files: forum_hack.php Log Message: - online info (pages) in the adminCP - new pm popup - the phpbb login box Index: forum_hack.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/includes/forum_hack.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** forum_hack.php 10 Dec 2006 20:40:35 -0000 1.18 --- forum_hack.php 16 Dec 2006 18:07:24 -0000 1.19 *************** *** 14,18 **** } ! if ($_GET['mode'] == 'topicreview' || $_GET['mode'] == 'smilies') { return; --- 14,18 ---- } ! if ($_GET['mode'] == 'topicreview' || $_GET['mode'] == 'smilies' || $_GET['mode'] == 'newpm') { return; *************** *** 634,638 **** 'U_SEARCH_UNANSWERED' => $this->append_sid( 'search.' . $phpEx . '?search_id=unanswered' ), 'U_SEARCH_SELF' => $this->append_sid( 'search.' . $phpEx . '?search_id=egosearch' ), ! 'U_SEARCH_NEW' => $this->append_sid( 'search.' . $phpEx . '?search_id=newposts' ) ); // --- 634,640 ---- 'U_SEARCH_UNANSWERED' => $this->append_sid( 'search.' . $phpEx . '?search_id=unanswered' ), 'U_SEARCH_SELF' => $this->append_sid( 'search.' . $phpEx . '?search_id=egosearch' ), ! 'U_SEARCH_NEW' => $this->append_sid( 'search.' . $phpEx . '?search_id=newposts' ), ! 'L_LOGIN_LOGOUT' => $lang['Login'], ! 'S_LOGIN_ACTION' => append_sid('login.'.$phpEx) ); // *************** *** 643,653 **** break; case 'search': ! $script_vars = array( 'L_SEARCH' => $lang['Search'] ! ); break; case 'viewforum': global $online_userlist; // declared here: includes/page_header.php ! $script_vars = array( 'LOGGED_IN_USER_LIST' => $online_userlist ! ); break; default: --- 645,653 ---- break; case 'search': ! $script_vars = array( 'L_SEARCH' => $lang['Search'] ); break; case 'viewforum': global $online_userlist; // declared here: includes/page_header.php ! $script_vars = array( 'LOGGED_IN_USER_LIST' => $online_userlist ); break; default: |
|
From: Jon O. <jon...@us...> - 2006-12-16 16:37:28
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv28428/admin Modified Files: index.php Log Message: viewonline bug in adminCP solved Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** index.php 4 Sep 2006 17:59:02 -0000 1.30 --- index.php 16 Dec 2006 16:37:23 -0000 1.31 *************** *** 32,35 **** --- 32,43 ---- // Begin functions // + + /** + * Enter description here... + * + * @param unknown_type $needle + * @param unknown_type $haystack + * @return unknown + */ function inarray($needle, $haystack) { *************** *** 43,46 **** --- 51,61 ---- return false; } + + /** + * Enter description here... + * + * @param unknown_type $dir_module + * @return unknown + */ function read_admin($dir_module) { *************** *** 640,643 **** --- 655,666 ---- else { + //+MOD: ViewOnline extension for mxBB Portal Pages + $mx_viewonline_info = mx_get_viewonline_info($onlinerow_reg[$i]['user_session_page']); + if( $mx_viewonline_info !== false ) + { + list($location, $location_url) = $mx_viewonline_info; + break; + } + //-MOD: ViewOnline extension for mxBB Portal Pages $location_url = append_sid(PHPBB_URL . "admin_forums.$phpEx?mode=editforum&" . POST_FORUM_URL . "=" . $onlinerow_reg[$i]['user_session_page']); $location = $forum_data[$onlinerow_reg[$i]['user_session_page']]; |
|
From: Jon O. <jon...@us...> - 2006-12-16 16:37:28
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv28428 Modified Files: index.php Log Message: viewonline bug in adminCP solved Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/index.php,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** index.php 10 Dec 2006 15:40:19 -0000 1.63 --- index.php 16 Dec 2006 16:37:23 -0000 1.64 *************** *** 27,31 **** // - populate $userdata, $lang, $theme, $images and initiate $template. // ! $mx_user->init($user_ip, - ( 1000 + $page_id )); // --- 27,31 ---- // - populate $userdata, $lang, $theme, $images and initiate $template. // ! $mx_user->init($user_ip, $page_id); // |
|
From: Jon O. <jon...@us...> - 2006-12-16 16:37:28
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv28428/includes Modified Files: mx_constants.php mx_functions_phpbb.php mx_functions_style.php Log Message: viewonline bug in adminCP solved Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** mx_functions_style.php 22 Aug 2006 20:21:50 -0000 1.8 --- mx_functions_style.php 16 Dec 2006 16:37:23 -0000 1.9 *************** *** 246,250 **** { global $userdata; ! $userdata = session_pagestart($user_ip, - ( 1000 + $page_id )); // Use native phpBB 2.0.x session handling $this->is_admin = $userdata['user_level'] == ADMIN && $userdata['session_logged_in']; } --- 246,250 ---- { global $userdata; ! $userdata = session_pagestart($user_ip, - ( MX_PORTAL_PAGES_OFFSET + $page_id )); // Use native phpBB 2.0.x session handling $this->is_admin = $userdata['user_level'] == ADMIN && $userdata['session_logged_in']; } Index: mx_functions_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_phpbb.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** mx_functions_phpbb.php 28 Aug 2006 21:10:52 -0000 1.27 --- mx_functions_phpbb.php 16 Dec 2006 16:37:23 -0000 1.28 *************** *** 481,485 **** // Compute Page Identifier // ! $page_id = MX_PORTAL_PAGES_OFFSET - $session_page; // --- 481,485 ---- // Compute Page Identifier // ! $page_id = - $session_page - MX_PORTAL_PAGES_OFFSET; // *************** *** 493,497 **** { return array( ! $lang['Page'] . ': ' . $mx_pages_data[$i]['page_name'], PORTAL_URL . "index.$phpEx?page=" . $mx_pages_data[$i]['page_id'] ); --- 493,497 ---- { return array( ! $mx_pages_data[$i]['page_name'], PORTAL_URL . "index.$phpEx?page=" . $mx_pages_data[$i]['page_id'] ); Index: mx_constants.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_constants.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** mx_constants.php 26 Jun 2006 21:32:22 -0000 1.22 --- mx_constants.php 16 Dec 2006 16:37:23 -0000 1.23 *************** *** 24,28 **** * @access private */ ! define('MX_PORTAL_PAGES_OFFSET', -1000); /** --- 24,28 ---- * @access private */ ! define('MX_PORTAL_PAGES_OFFSET', 1000); /** |
|
From: Jon O. <jon...@us...> - 2006-12-12 17:19:43
|
Update of /cvsroot/mxbb/core/install/schemas In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv16601/install/schemas Modified Files: mysql_schema_install.sql Log Message: Selvens fix: - updated sql schema for new navigation menu options Index: mysql_schema_install.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_schema_install.sql,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** mysql_schema_install.sql 10 Dec 2006 19:56:03 -0000 1.31 --- mysql_schema_install.sql 12 Dec 2006 17:19:36 -0000 1.32 *************** *** 524,528 **** INSERT INTO mx_table_parameter VALUES("66", "51", "Nav menu", "nav_menu", "", "", "0", "10"); ! INSERT INTO mx_table_parameter VALUES("93", "51", "menu_display_style", "Radio_single_select", "Classic", "a:5:{i:0;s:8:\"Classic\";i:1;s:6:\"Advanced\";i:2;s:8:\"Simple_CSS_menu\";i:3;s:12:\"Advanced_CSS_menu\";i:4;s:18:\"Overall_navigation\";}", "0", "20"); INSERT INTO mx_table_parameter VALUES("63", "51", "menu_display_mode", "Radio_single_select", "vertical", "a:2:{i:0;s:8:\"vertical\";i:1;s:10:\"horizontal\";}", "0", "30"); INSERT INTO mx_table_parameter VALUES("64", "51", "menu_page_sync", "Boolean", "0", "", "0", "40"); --- 524,528 ---- INSERT INTO mx_table_parameter VALUES("66", "51", "Nav menu", "nav_menu", "", "", "0", "10"); ! INSERT INTO mx_table_parameter VALUES("93", "51", "menu_display_style", "Radio_single_select", "Classic", "a:5:{i:0;s:7:\"Classic\";i:1;s:8:\"Advanced\";i:2;s:15:\"Simple_CSS_menu\";i:3;s:17:\"Advanced_CSS_menu\";i:4;s:18:\"Overall_navigation\";}", "0", "20"); INSERT INTO mx_table_parameter VALUES("63", "51", "menu_display_mode", "Radio_single_select", "vertical", "a:2:{i:0;s:8:\"vertical\";i:1;s:10:\"horizontal\";}", "0", "30"); INSERT INTO mx_table_parameter VALUES("64", "51", "menu_page_sync", "Boolean", "0", "", "0", "40"); |
|
From: Jon O. <jon...@us...> - 2006-12-10 20:40:39
|
Update of /cvsroot/mxbb/mx_phpbb/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25547/modules/mx_phpbb/includes Modified Files: forum_hack.php Log Message: "more smilies" issue in popup windows Index: forum_hack.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/includes/forum_hack.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** forum_hack.php 10 Dec 2006 20:35:18 -0000 1.17 --- forum_hack.php 10 Dec 2006 20:40:35 -0000 1.18 *************** *** 14,18 **** } ! if ($_GET['mode'] == 'topicreview') { return; --- 14,18 ---- } ! if ($_GET['mode'] == 'topicreview' || $_GET['mode'] == 'smilies') { return; |
|
From: Jon O. <jon...@us...> - 2006-12-10 20:35:23
|
Update of /cvsroot/mxbb/mx_phpbb/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23503/modules/mx_phpbb/includes Modified Files: forum_hack.php Log Message: solved issue with missing "username" lang key Index: forum_hack.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/includes/forum_hack.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** forum_hack.php 30 Aug 2006 19:21:24 -0000 1.16 --- forum_hack.php 10 Dec 2006 20:35:18 -0000 1.17 *************** *** 615,622 **** $l_timezone = ( count( $l_timezone ) > 1 && $l_timezone[count( $l_timezone )-1] != 0 ) ? $lang[sprintf( '%.1f', $board_config['board_timezone'] )] : $lang[number_format( $board_config['board_timezone'] )]; } ! $common_vars = array( 'U_PHPBB_ROOT_PATH' => $this->phpbb_url, 'L_INDEX' => sprintf( $lang['Forum_Index'], $board_config['sitename'] ), 'U_INDEX' => $this->append_sid( "index.$phpEx" ), ! 'S_TIMEZONE' => sprintf( $lang['All_times'], $l_timezone ) ); --- 615,624 ---- $l_timezone = ( count( $l_timezone ) > 1 && $l_timezone[count( $l_timezone )-1] != 0 ) ? $lang[sprintf( '%.1f', $board_config['board_timezone'] )] : $lang[number_format( $board_config['board_timezone'] )]; } ! $common_vars = array( ! 'U_PHPBB_ROOT_PATH' => $this->phpbb_url, 'L_INDEX' => sprintf( $lang['Forum_Index'], $board_config['sitename'] ), 'U_INDEX' => $this->append_sid( "index.$phpEx" ), ! 'S_TIMEZONE' => sprintf( $lang['All_times'], $l_timezone ), ! 'L_USERNAME' => $lang['Username'] ); |
|
From: Jon O. <jon...@us...> - 2006-12-10 19:56:08
|
Update of /cvsroot/mxbb/core/install/schemas In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6921/install/schemas Modified Files: mysql_schema_install.sql Log Message: updating again Index: mysql_schema_install.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_schema_install.sql,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** mysql_schema_install.sql 10 Dec 2006 19:48:15 -0000 1.30 --- mysql_schema_install.sql 10 Dec 2006 19:56:03 -0000 1.31 *************** *** 99,102 **** --- 99,107 ---- INSERT INTO mx_table_block_system_parameter VALUES("8", "64", "TRUE", "", "0"); + INSERT INTO mx_table_block_system_parameter VALUES("25", "66", "", "", "0"); + INSERT INTO mx_table_block_system_parameter VALUES("25", "93", "Classic", "", "0"); + INSERT INTO mx_table_block_system_parameter VALUES("25", "63", "horizontal", "", "0"); + INSERT INTO mx_table_block_system_parameter VALUES("25", "64", "TRUE", "", "0"); + INSERT INTO mx_table_block_system_parameter VALUES("9", "50", "This is basically a [i:021a122fa6]standard[/i:021a122fa6] TextBlock, but you may configure settings for bbcodes, html and smilies for [i:021a122fa6]this[/i:021a122fa6] block.\r\n\r\nTry it out! \r\n(to edit use the top right edit button)", "021a122fa6", "0"); INSERT INTO mx_table_block_system_parameter VALUES("9", "51", "none", "", "0"); *************** *** 134,142 **** INSERT INTO mx_table_block_system_parameter VALUES("18", "11", "", "", "0"); - INSERT INTO mx_table_block_system_parameter VALUES("25", "66", "", "", "0"); - INSERT INTO mx_table_block_system_parameter VALUES("25", "93", "Classic", "", "0"); - INSERT INTO mx_table_block_system_parameter VALUES("25", "63", "horizontal", "", "0"); - INSERT INTO mx_table_block_system_parameter VALUES("25", "64", "TRUE", "", "0"); - INSERT INTO mx_table_block_system_parameter VALUES("27", "70", "x_iframe", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("27", "71", "/docs", "", "0"); --- 139,142 ---- |
|
From: Jon O. <jon...@us...> - 2006-12-10 19:48:19
|
Update of /cvsroot/mxbb/core/install/schemas In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4061/install/schemas Modified Files: mysql_schema_install.sql Log Message: fix for navigation menu Index: mysql_schema_install.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_schema_install.sql,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** mysql_schema_install.sql 10 Dec 2006 18:49:09 -0000 1.29 --- mysql_schema_install.sql 10 Dec 2006 19:48:15 -0000 1.30 *************** *** 94,101 **** INSERT INTO mx_table_block_system_parameter VALUES("6", "13", "0", NULL, "0"); INSERT INTO mx_table_block_system_parameter VALUES("8", "63", "vertical", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("8", "64", "TRUE", "", "0"); - INSERT INTO mx_table_block_system_parameter VALUES("8", "66", "", "", "0"); - INSERT INTO mx_table_block_system_parameter VALUES("8", "93", "Classic", NULL, "0"); INSERT INTO mx_table_block_system_parameter VALUES("9", "50", "This is basically a [i:021a122fa6]standard[/i:021a122fa6] TextBlock, but you may configure settings for bbcodes, html and smilies for [i:021a122fa6]this[/i:021a122fa6] block.\r\n\r\nTry it out! \r\n(to edit use the top right edit button)", "021a122fa6", "0"); --- 94,101 ---- INSERT INTO mx_table_block_system_parameter VALUES("6", "13", "0", NULL, "0"); + INSERT INTO mx_table_block_system_parameter VALUES("8", "66", "", "", "0"); + INSERT INTO mx_table_block_system_parameter VALUES("8", "93", "Classic", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("8", "63", "vertical", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("8", "64", "TRUE", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("9", "50", "This is basically a [i:021a122fa6]standard[/i:021a122fa6] TextBlock, but you may configure settings for bbcodes, html and smilies for [i:021a122fa6]this[/i:021a122fa6] block.\r\n\r\nTry it out! \r\n(to edit use the top right edit button)", "021a122fa6", "0"); *************** *** 134,141 **** INSERT INTO mx_table_block_system_parameter VALUES("18", "11", "", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("25", "63", "horizontal", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("25", "64", "TRUE", "", "0"); - INSERT INTO mx_table_block_system_parameter VALUES("25", "66", "", "", "0"); - INSERT INTO mx_table_block_system_parameter VALUES("25", "93", "Classic", NULL, "0"); INSERT INTO mx_table_block_system_parameter VALUES("27", "70", "x_iframe", "", "0"); --- 134,141 ---- INSERT INTO mx_table_block_system_parameter VALUES("18", "11", "", "", "0"); + INSERT INTO mx_table_block_system_parameter VALUES("25", "66", "", "", "0"); + INSERT INTO mx_table_block_system_parameter VALUES("25", "93", "Classic", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("25", "63", "horizontal", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("25", "64", "TRUE", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("27", "70", "x_iframe", "", "0"); *************** *** 486,493 **** --- 486,497 ---- INSERT INTO mx_table_parameter VALUES("10", "2", "announce_img_global", "Text", "thumb_globe.gif", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("11", "2", "announce_forum", "Function", "", "get_list_multiple(\"{parameter_id}[]\", FORUMS_TABLE, \'forum_id\', \'forum_name\', \"{parameter_value}\", TRUE)", "0", "0"); + INSERT INTO mx_table_parameter VALUES("13", "14", "Poll_Display", "Function", "0", "poll_select( {parameter_value}, \"{parameter_id}\" )", "0", "0"); INSERT INTO mx_table_parameter VALUES("36", "14", "poll_forum", "Function", "", "get_list_multiple(\"{parameter_id}[]\", FORUMS_TABLE, \'forum_id\', \'forum_name\', \"{parameter_value}\", TRUE)", "0", "0"); + INSERT INTO mx_table_parameter VALUES("15", "24", "Text", "phpBBTextBlock", "Insert your text here", "", "0", "0"); + INSERT INTO mx_table_parameter VALUES("16", "23", "Html", "WysiwygTextBlock", "Entre your Html code here", "", "0", "0"); + INSERT INTO mx_table_parameter VALUES("17", "31", "Last_Msg_Number_Title", "Number", "15", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("18", "31", "Last_Msg_Display_Date", "Boolean", "TRUE", "", "0", "0"); *************** *** 500,525 **** INSERT INTO mx_table_parameter VALUES("39", "31", "Last_Msg_Display_Author", "Boolean", "FALSE", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("40", "31", "Last_Msg_Display_Icon_View", "Boolean", "TRUE", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("50", "22", "Text", "CustomizedTextBlock", "Enter your block text here", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("51", "22", "text_style", "Text", "none", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("52", "22", "block_style", "Boolean", "TRUE", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("53", "22", "title_style", "Boolean", "TRUE", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("91", "10", "log_filter_date", "Menu_single_select", "1 month", "a:12:{i:0;s:8:\"no limit\";i:1;s:5:\"1 day\";i:2;s:6:\"2 days\";i:3;s:6:\"3 days\";i:4;s:6:\"1 week\";i:5;s:7:\"2 weeks\";i:6;s:7:\"3 weeks\";i:7;s:7:\"1 month\";i:8;s:8:\"2 months\";i:9;s:8:\"3 months\";i:10;s:8:\"6 months\";i:11;s:6:\"1 year\";}", "0", "0"); INSERT INTO mx_table_parameter VALUES("60", "11", "block_ids", "Function", "1,2,3", "get_list_multiple( \"{parameter_id}[]\", BLOCK_TABLE, \'block_id\', \'block_title\', \"{parameter_value}\", TRUE, \'block_desc\')", "0", "0"); INSERT INTO mx_table_parameter VALUES("61", "11", "block_sizes", "Text", "20%,30%,*", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("62", "11", "space_between", "Number", "4", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("80", "3", "default_block_id", "Function", "0", "get_list_formatted(\"block_list\",\"{parameter_value}\",\"{parameter_id}[]\")", "0", "0"); INSERT INTO mx_table_parameter VALUES("70", "5", "x_mode", "Menu_single_select", "x_iframe", "a:6:{i:0;s:8:\"x_listen\";i:1;s:8:\"x_iframe\";i:2;s:10:\"x_textfile\";i:3;s:12:\"x_multimedia\";i:4;s:5:\"x_pic\";i:5;s:8:\"x_format\";}", "0", "0"); INSERT INTO mx_table_parameter VALUES("71", "5", "x_1", "Text", "/docs", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("72", "5", "x_2", "Text", "325", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("73", "5", "x_3", "Text", "", "", "0", "0"); ! INSERT INTO mx_table_parameter VALUES("63", "51", "menu_display_mode", "Radio_single_select", "vertical", "a:2:{i:0;s:8:\"vertical\";i:1;s:10:\"horizontal\";}", "0", "20"); ! INSERT INTO mx_table_parameter VALUES("64", "51", "menu_page_sync", "Boolean", "0", "", "0", "30"); INSERT INTO mx_table_parameter VALUES("92", "10", "numOfEvents", "Number", "5", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("57", "22", "allow_smilies", "Boolean", "TRUE", "", "1", "0"); INSERT INTO mx_table_parameter VALUES("54", "22", "allow_html", "Boolean", "TRUE", "", "1", "0"); INSERT INTO mx_table_parameter VALUES("56", "22", "allow_bbcode", "Boolean", "TRUE", "", "1", "0"); INSERT INTO mx_table_parameter VALUES("55", "22", "html_tags", "Text", "b,i,u", "", "1", "0"); ! INSERT INTO mx_table_parameter VALUES("66", "51", "Nav menu", "nav_menu", "", "", "0", "10"); ! INSERT INTO mx_table_parameter VALUES("93", "51", "menu_display_style", "Radio_single_select", "Classic", "a:5:{i:0;s:8:\"Classic\";i:1;s:6:\"Advanced\";i:2;s:8:\"Simple_CSS_menu\";i:3;s:12:\"Advanced_CSS_menu\";i:4;s:18:\"Overall_navigation\";}", "0", "0"); INSERT INTO mx_table_parameter VALUES("95", "31", "msg_filter_date", "Function", "5", "get_list_static(\"{parameter_id}[]\",array(\"no limit\", \"1 day\", \"2 days\", \"3 days\", \"1 week\", \"2 weeks\", \"3 weeks\", \"1 month\", \"2 months\", \"3 months\", \"6 months\", \"1 year\"),\"{parameter_value}\")", "0", "0"); --- 504,539 ---- INSERT INTO mx_table_parameter VALUES("39", "31", "Last_Msg_Display_Author", "Boolean", "FALSE", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("40", "31", "Last_Msg_Display_Icon_View", "Boolean", "TRUE", "", "0", "0"); + INSERT INTO mx_table_parameter VALUES("50", "22", "Text", "CustomizedTextBlock", "Enter your block text here", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("51", "22", "text_style", "Text", "none", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("52", "22", "block_style", "Boolean", "TRUE", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("53", "22", "title_style", "Boolean", "TRUE", "", "0", "0"); + INSERT INTO mx_table_parameter VALUES("91", "10", "log_filter_date", "Menu_single_select", "1 month", "a:12:{i:0;s:8:\"no limit\";i:1;s:5:\"1 day\";i:2;s:6:\"2 days\";i:3;s:6:\"3 days\";i:4;s:6:\"1 week\";i:5;s:7:\"2 weeks\";i:6;s:7:\"3 weeks\";i:7;s:7:\"1 month\";i:8;s:8:\"2 months\";i:9;s:8:\"3 months\";i:10;s:8:\"6 months\";i:11;s:6:\"1 year\";}", "0", "0"); + INSERT INTO mx_table_parameter VALUES("60", "11", "block_ids", "Function", "1,2,3", "get_list_multiple( \"{parameter_id}[]\", BLOCK_TABLE, \'block_id\', \'block_title\', \"{parameter_value}\", TRUE, \'block_desc\')", "0", "0"); INSERT INTO mx_table_parameter VALUES("61", "11", "block_sizes", "Text", "20%,30%,*", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("62", "11", "space_between", "Number", "4", "", "0", "0"); + INSERT INTO mx_table_parameter VALUES("80", "3", "default_block_id", "Function", "0", "get_list_formatted(\"block_list\",\"{parameter_value}\",\"{parameter_id}[]\")", "0", "0"); + INSERT INTO mx_table_parameter VALUES("70", "5", "x_mode", "Menu_single_select", "x_iframe", "a:6:{i:0;s:8:\"x_listen\";i:1;s:8:\"x_iframe\";i:2;s:10:\"x_textfile\";i:3;s:12:\"x_multimedia\";i:4;s:5:\"x_pic\";i:5;s:8:\"x_format\";}", "0", "0"); INSERT INTO mx_table_parameter VALUES("71", "5", "x_1", "Text", "/docs", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("72", "5", "x_2", "Text", "325", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("73", "5", "x_3", "Text", "", "", "0", "0"); ! ! INSERT INTO mx_table_parameter VALUES("66", "51", "Nav menu", "nav_menu", "", "", "0", "10"); ! INSERT INTO mx_table_parameter VALUES("93", "51", "menu_display_style", "Radio_single_select", "Classic", "a:5:{i:0;s:8:\"Classic\";i:1;s:6:\"Advanced\";i:2;s:8:\"Simple_CSS_menu\";i:3;s:12:\"Advanced_CSS_menu\";i:4;s:18:\"Overall_navigation\";}", "0", "20"); ! INSERT INTO mx_table_parameter VALUES("63", "51", "menu_display_mode", "Radio_single_select", "vertical", "a:2:{i:0;s:8:\"vertical\";i:1;s:10:\"horizontal\";}", "0", "30"); ! INSERT INTO mx_table_parameter VALUES("64", "51", "menu_page_sync", "Boolean", "0", "", "0", "40"); ! INSERT INTO mx_table_parameter VALUES("92", "10", "numOfEvents", "Number", "5", "", "0", "0"); + INSERT INTO mx_table_parameter VALUES("57", "22", "allow_smilies", "Boolean", "TRUE", "", "1", "0"); INSERT INTO mx_table_parameter VALUES("54", "22", "allow_html", "Boolean", "TRUE", "", "1", "0"); INSERT INTO mx_table_parameter VALUES("56", "22", "allow_bbcode", "Boolean", "TRUE", "", "1", "0"); INSERT INTO mx_table_parameter VALUES("55", "22", "html_tags", "Text", "b,i,u", "", "1", "0"); ! ! INSERT INTO mx_table_parameter VALUES("95", "31", "msg_filter_date", "Function", "5", "get_list_static(\"{parameter_id}[]\",array(\"no limit\", \"1 day\", \"2 days\", \"3 days\", \"1 week\", \"2 weeks\", \"3 weeks\", \"1 month\", \"2 months\", \"3 months\", \"6 months\", \"1 year\"),\"{parameter_value}\")", "0", "0"); |
Update of /cvsroot/mxbb/core/modules/mx_navmenu/templates/subSilver In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv12432/modules/mx_navmenu/templates/subSilver Added Files: mx_menu_advanced_CSS_hor.tpl mx_menu_advanced_CSS_ver.tpl mx_menu_classic_hor.tpl mx_menu_classic_ver.tpl mx_menu_simple_CSS_hor.tpl mx_menu_simple_CSS_ver.tpl Removed Files: mx_menu_advanced_app_hor.tpl mx_menu_advanced_app_ver.tpl mx_menu_simple_hor.tpl mx_menu_simple_ver.tpl mx_menu_standard_hor.tpl mx_menu_standard_ver.tpl Log Message: Navigation menu option names are updated --- mx_menu_advanced_app_hor.tpl DELETED --- --- mx_menu_simple_ver.tpl DELETED --- --- mx_menu_advanced_app_ver.tpl DELETED --- --- mx_menu_standard_ver.tpl DELETED --- --- mx_menu_simple_hor.tpl DELETED --- --- NEW FILE: mx_menu_simple_CSS_hor.tpl --- <style type="text/css"> <!-- .ddm1 { font: 11px {T_FONTFACE1}; } .ddm1 .item1, .ddm1 .item1:hover, .ddm1 .item1-active, .ddm1 .item1-active:hover { padding: 3px 8px 4px 8px; text-decoration: none; display: block; position: relative; } .ddm1 .item1 { color: {T_BODY_LINK}; border: 1px {T_TR_COLOR2}; } .ddm1 .item1:hover, .ddm1 .item1-active, .ddm1 .item1-active:hover { background: {T_TR_COLOR2}; color: {T_BODY_VLINK}; border: 1px {T_TH_COLOR1}; border-style: solid solid solid solid; } .ddm1 .item2, .ddm1 .item2:hover { padding: 3px 8px 4px 8px; text-decoration: none; display: block; white-space: nowrap; } .ddm1 .item2 { color: {T_BODY_LINK}; } .ddm1 .item2:hover { background: {T_TR_COLOR2}; color: {T_BODY_VLINK}; } .ddm1 .section { background: {T_TR_COLOR1}; border: 1px {T_TH_COLOR1}; border-style: solid solid solid solid; position: absolute; visibility: hidden; z-index: -1; white-space: nowrap; } .ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; } .ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; } * html .ddm1 td { position: relative; } /* ie 5.0 fix */ --> </style> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/mygosumenu/ie5.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/mygosumenu/1.0/DropDownMenu1.js"></script> <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> <td align="left"> <table cellspacing="0" cellpadding="0" id="menu{MENU_ID}" class="ddm1"> <tr> <!-- BEGIN catrow --> <td> <a class="item1" href="{catrow.CATEGORY_URL}">{catrow.CATEGORY_NAME}</a> <div class="section"> <!-- BEGIN modulerow --> {catrow.modulerow.U_MENU_ICON}<a class="item2" href="{catrow.modulerow.U_MENU_MODULE}" target="{catrow.modulerow.U_LINK_TARGET}">{catrow.modulerow.MENU_NAME}</a> <!-- END modulerow --> </div> </td> <!-- END catrow --> </tr> </table> </td> </tr> </table> <!-- /* Type of the menu: "horizontal" or "vertical" */ this.type = "horizontal"; /* Delay (in miliseconds >= 0): show-hide menu */ this.delay = { "show": 0, "hide": 300 } /* Change the default position of sub-menu by Y pixels from top and X pixels from left * Negative values are allowed */ this.position = { "top": 0, "left": 0 } /* Z-index property for .section */ this.zIndex = { "visible": 1, "hidden": -1 }; // Browser detection this.browser = { "ie": Boolean(document.body.currentStyle), "ie5": (navigator.appVersion.indexOf("MSIE 5.5") != -1 || navigator.appVersion.indexOf("MSIE 5.0") != -1) }; if (!this.browser.ie) { this.browser.ie5 = false; } --> <script type="text/javascript"> <!-- var ddm1 = new DropDownMenu1('menu' + '{MENU_ID}'); ddm1.type = "horizontal"; ddm1.delay.show = 0; ddm1.delay.hide = 100; ddm1.position.top = 1; ddm1.position.left = 0; ddm1.init(); //--> </script> --- NEW FILE: mx_menu_classic_hor.tpl --- <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> <!-- BEGIN catrow --> <td class="row1" align="left" width="{CAT_WIDTH}" valign="top"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td class="row2"> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="cat" width="10" align="center" valign="middle" style="border:none;"> <span class="mx_rollup_button" onClick="mx_toggle(this, 'mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}', '{catrow.U_CAT_NAV_EXPAND}', '{catrow.U_CAT_NAV_CONTRACT}');"><img src="{catrow.U_CAT_NAV_DYNAMIC}" border="0" /></span> </td> <td class="cat" align="left" width="100%" style="border:none;"> <span class="nav"><b> {catrow.CATEGORY}</b></span> </td> </tr> <tr> <td class="row1" align="left" colspan="2"><span class="genmed">{catrow.DESCRIPTION}</span></td> </tr> </table> </td> </tr> <tbody id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: {catrow.CAT_SHOW};"> <tr> <td class="row1" style="border:none;"> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <!-- BEGIN modulerow --> <tr> <td style="border:none;" class="row1" valign="middle" colspan="2" onmouseout="this.className='row1';" onmouseover="this.className='row2';">{catrow.modulerow.U_MENU_ICON}<span class="{catrow.modulerow.MENU_STYLE}"><a href="{catrow.modulerow.U_MENU_MODULE}" target="{catrow.modulerow.U_LINK_TARGET}" class="genmed" title="{catrow.modulerow.MENU_DESC}">{catrow.modulerow.MENU_NAME}</a></span></td> </tr> <!-- END modulerow --> </table> </td> </tr> </tbody> </table> </td> <!-- END catrow --> </tr> </table> --- NEW FILE: mx_menu_simple_CSS_ver.tpl --- <style type="text/css"> <!-- .ddm1 { font: 11px {T_FONTFACE1}; } .ddm1 .item1, .ddm1 .item1:hover, .ddm1 .item1-active, .ddm1 .item1-active:hover { padding: 3px 8px 4px 8px; text-decoration: none; display: block; position: relative; white-space: nowrap; } .ddm1 .item1 { color: {T_BODY_LINK}; border: 1px {T_TR_COLOR2}; } .ddm1 .item1:hover, .ddm1 .item1-active, .ddm1 .item1-active:hover { background: {T_TR_COLOR2}; color: {T_BODY_VLINK}; border: 1px {T_TH_COLOR1}; border-style: solid solid solid solid; } .ddm1 .item1 img, .ddm1 .item1-active img{ position: absolute; top: 4px; right: 1px; border: 0; } .ddm1 .item2, .ddm1 .item2:hover { padding: 3px 8px 4px 8px; text-decoration: none; display: block; white-space: nowrap; border: 1px {T_TR_COLOR2}; } .ddm1 .item2 { color: {T_BODY_LINK}; } .ddm1 .item2:hover { background: {T_TR_COLOR2}; color: {T_BODY_VLINK}; border: 1px {T_TH_COLOR1}; border-style: solid solid solid solid; } .ddm1 .section { background: {T_TR_COLOR1}; border: 1px {T_TH_COLOR1}; border-style: solid solid solid solid; position: absolute; visibility: hidden; z-index: -1; white-space: nowrap; } .ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; } .ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; } * html .ddm1 td { position: relative; } /* ie 5.0 fix */ --> </style> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/mygosumenu/ie5.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/mygosumenu/1.0/DropDownMenu1.js"></script> <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> <td align="center"> <table width="100%" cellspacing="0" cellpadding="0" id="menu{MENU_ID}" class="ddm1"> <!-- BEGIN catrow --> <tr> <td> <a class="item1" href="{catrow.CATEGORY_URL}">{catrow.CATEGORY_NAME}<img src="{MX_ROOT_PATH}modules/mx_navmenu/templates/subSilver/images/arrow_right.gif" width="10" height="12" alt="" /></a> <div class="section"> <!-- BEGIN modulerow --> <a class="item2" href="{catrow.modulerow.U_MENU_MODULE}" target="{catrow.modulerow.U_LINK_TARGET}">{catrow.modulerow.U_MENU_ICON}{catrow.modulerow.MENU_NAME}</a> <!-- END modulerow --> </div> </td> </tr> <!-- END catrow --> </table> </td> </tr> </table> <!-- /* Type of the menu: "horizontal" or "vertical" */ this.type = "horizontal"; /* Delay (in miliseconds >= 0): show-hide menu */ this.delay = { "show": 0, "hide": 300 } /* Change the default position of sub-menu by Y pixels from top and X pixels from left * Negative values are allowed */ this.position = { "top": 0, "left": 0 } /* Z-index property for .section */ this.zIndex = { "visible": 1, "hidden": -1 }; // Browser detection this.browser = { "ie": Boolean(document.body.currentStyle), "ie5": (navigator.appVersion.indexOf("MSIE 5.5") != -1 || navigator.appVersion.indexOf("MSIE 5.0") != -1) }; if (!this.browser.ie) { this.browser.ie5 = false; } --> <script type="text/javascript"> <!-- var ddm1 = new DropDownMenu1('menu' + '{MENU_ID}'); ddm1.type = "vertical"; ddm1.delay.show = 0; ddm1.delay.hide = 100; ddm1.position.top = 0; ddm1.position.left = 5; ddm1.init(); //--> </script> --- NEW FILE: mx_menu_advanced_CSS_ver.tpl --- <style type="text/css"> <!-- .XulMenu { font-family: {T_FONTFACE1}; font-size: 11px; -moz-user-select: none; } .XulMenu .button, .XulMenu .button:hover, .XulMenu .button-active, .XulMenu .button-active:hover { line-height: normal; padding: 5px 6px 4px 6px; border: 1px solid #ECE9D8; color: {T_FONTFACE1}; text-decoration: none; cursor: default; white-space: nowrap; display: block; position: relative; } .XulMenu .button:hover { border-color: #ffffff #ACA899 #ACA899 #ffffff; } .XulMenu .button-active, .XulMenu .button-active:hover { border-color: #ACA899 #ffffff #ffffff #ACA899; } .XulMenu .button img, .XulMenu .button-active img{ position: absolute; top: 4px; right: 1px; border: 0; } .XulMenu .item, .XulMenu .item:hover, .XulMenu .item-active, .XulMenu .item-active:hover { background: {T_TR_COLOR1}; line-height: normal; padding: 3px 20px 3px 20px; color: #000000; text-decoration: none; cursor: default; white-space: nowrap; display: block; position: relative; } .XulMenu .item:hover, .XulMenu .item-active, .XulMenu .item-active:hover { background: {T_TR_COLOR2}; color: {T_FONTFACE1}; } .XulMenu .section { background: {T_TR_COLOR1}; border: 1px solid; border-color: #F1EFE2 #716F64 #716F64 #F1EFE2; padding: 2px 1px 1px 2px; position: absolute; visibility: hidden; z-index: -1; } .XulMenu .arrow { position: absolute; top: 7px; right: 8px; border: 0; } * html .XulMenu td { position: relative; } /* ie 5.0 fix */ --> </style> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/mygosumenu/ie5.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/mygosumenu/1.4/XulMenu.js"></script> <div id="bar"> <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> <td align="center"> <table width="100%" cellspacing="0" cellpadding="0" id="menu{MENU_ID}" class="XulMenu"> <!-- BEGIN catrow --> <tr> <td> <a class="button" href="javascript:void(0)">{catrow.CATEGORY_NAME}<img src="{MX_ROOT_PATH}modules/mx_navmenu/templates/subSilver/images/arrow_right.gif" width="10" height="12" alt="" /></a> <div class="section"> <!-- BEGIN modulerow --> <a class="item" href="{catrow.modulerow.U_MENU_MODULE}" target="{catrow.modulerow.U_LINK_TARGET}">{catrow.modulerow.U_MENU_ICON}{catrow.modulerow.MENU_NAME}</a> <!-- END modulerow --> </div> </td> </tr> <!-- END catrow --> </table> </td> </tr> </table> </div> <!-- Example of initializing: var menu = new XulMenu("id_of_the_menu"); menu.init(); Example of initializing and setting additional stuff: var menu1 = new XulMenu("menu1"); menu1.type = "horizontal"; menu1.position.level1.top = 0; menu1.position.level1.left = 0; menu1.position.levelX.top = 0; menu1.position.levelX.left = 0; menu1.arrow1 = "images/arrow.gif"; menu1.arrow2 = "images/arrow-active.gif"; Note: arrow1 & arrow2 set only when you want the arrow image to change when element is active. If you don't want the arrow to change keep both variables empty. ---------------- API ---------------- Controlling the menu: show(id) hide(id) hideAll() hideHigherOrEqualLevels(n) id = id of the element n = level examples: 1) menu1.show("menu1-1"); 2) menu1.show("menu1-1"); menu1.show("menu1-1-2"); menu1.show("menu1-1-2-0"); menu1.hideHigherOrEqualLevels(2); Both examples show the same. --> <script type="text/javascript"> var menu1 = new XulMenu('menu' + '{MENU_ID}'); menu1.type = "vertical"; menu1.arrow1 = "images/arrow1.gif"; menu1.arrow2 = "images/arrow2.gif"; menu1.position.level1.top = 0; menu1.position.level1.left = 0; menu1.init(); </script> --- NEW FILE: mx_menu_classic_ver.tpl --- <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <!-- BEGIN catrow --> <tr> <td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td class="row2" align="left"> <table width="100%" cellpadding="2" cellspacing="0" border="0" > <tr> <td class="cat" align="center" width="10" style="border:none;"> <span class="mx_rollup_button" onClick="mx_toggle(this, 'mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}', '{catrow.U_CAT_NAV_EXPAND}', '{catrow.U_CAT_NAV_CONTRACT}');"><img src="{catrow.U_CAT_NAV_DYNAMIC}" border="0" alt=""/></span> </td> <td class="cat" align="left" width="100%" style="border:none;"> <span class="nav"> {catrow.CATEGORY}</span> <!-- BEGIN switch_cat_desc --> <br> <span class="gensmall"> {catrow.switch_cat_desc.CAT_DESC}</span> <!-- END switch_cat_desc --> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tbody id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: {catrow.CAT_SHOW};"> <tr> <td class="row1"> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <!-- BEGIN modulerow --> <tr> <td style="border:none;" class="row1" valign="middle" height="10" align="left" colspan="2" onmouseout="this.className='row1';" onmouseover="this.className='row2';">{catrow.modulerow.U_MENU_ICON}<span class="{catrow.modulerow.MENU_STYLE}"> <a href="{catrow.modulerow.U_MENU_MODULE}" target="{catrow.modulerow.U_LINK_TARGET}" class="genmed" title="{catrow.modulerow.MENU_DESC}">{catrow.modulerow.MENU_NAME}</a></span></td> </tr> <!-- END modulerow --> </table> </td> </tr> </tbody> <!-- END catrow --> </table> --- NEW FILE: mx_menu_advanced_CSS_hor.tpl --- <style type="text/css"> <!-- .XulMenu { font-family: {T_FONTFACE1}; font-size: 11px; -moz-user-select: none; } .XulMenu .button, .XulMenu .button:hover, .XulMenu .button-active, .XulMenu .button-active:hover { line-height: normal; padding: 5px 6px 4px 6px; border: 1px solid #ECE9D8; color: {T_FONTFACE1}; text-decoration: none; cursor: default; white-space: nowrap; display: block; position: relative; } .XulMenu .button:hover { border-color: #ffffff #ACA899 #ACA899 #ffffff; } .XulMenu .button-active, .XulMenu .button-active:hover { border-color: #ACA899 #ffffff #ffffff #ACA899; } .XulMenu .item, .XulMenu .item:hover, .XulMenu .item-active, .XulMenu .item-active:hover { background: {T_TR_COLOR1}; line-height: normal; padding: 3px 30px 3px 20px; color: #000000; text-decoration: none; cursor: default; white-space: nowrap; display: block; position: relative; } .XulMenu .item:hover, .XulMenu .item-active, .XulMenu .item-active:hover { background: {T_TR_COLOR2}; color: {T_FONTFACE1}; } .XulMenu .section { background: {T_TR_COLOR1}; border: 1px solid; border-color: #F1EFE2 #716F64 #716F64 #F1EFE2; padding: 2px 1px 1px 2px; position: absolute; visibility: hidden; z-index: -1; } .XulMenu .arrow { position: absolute; top: 7px; right: 8px; border: 0; } * html .XulMenu td { position: relative; } /* ie 5.0 fix */ --> </style> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/mygosumenu/ie5.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/mygosumenu/1.4/XulMenu.js"></script> <div id="bar"> <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> <td align="left"> <table cellspacing="0" cellpadding="0" id="menu{MENU_ID}" class="XulMenu"> <tr> <!-- BEGIN catrow --> <td> <a class="button" href="javascript:void(0)">{catrow.CATEGORY_NAME}</a> <div class="section"> <!-- BEGIN modulerow --> <a class="item" href="{catrow.modulerow.U_MENU_MODULE}" target="{catrow.modulerow.U_LINK_TARGET}">{catrow.modulerow.MENU_NAME}</a> <!-- END modulerow --> </div> </td> <!-- END catrow --> </tr> </table> </td> </tr> </table> </div> <!-- Example of initializing: var menu = new XulMenu("id_of_the_menu"); menu.init(); Example of initializing and setting additional stuff: var menu1 = new XulMenu("menu1"); menu1.type = "horizontal"; menu1.position.level1.top = 0; menu1.position.level1.left = 0; menu1.position.levelX.top = 0; menu1.position.levelX.left = 0; menu1.arrow1 = "images/arrow.gif"; menu1.arrow2 = "images/arrow-active.gif"; Note: arrow1 & arrow2 set only when you want the arrow image to change when element is active. If you don't want the arrow to change keep both variables empty. ---------------- API ---------------- Controlling the menu: show(id) hide(id) hideAll() hideHigherOrEqualLevels(n) id = id of the element n = level examples: 1) menu1.show("menu1-1"); 2) menu1.show("menu1-1"); menu1.show("menu1-1-2"); menu1.show("menu1-1-2-0"); menu1.hideHigherOrEqualLevels(2); Both examples show the same. --> <script type="text/javascript"> var menu1 = new XulMenu('menu' + '{MENU_ID}'); menu1.type = "horizontal"; menu1.arrow1 = "images/arrow1.gif"; menu1.arrow2 = "images/arrow2.gif"; menu1.init(); </script> --- mx_menu_standard_hor.tpl DELETED --- |
|
From: Jon O. <jon...@us...> - 2006-12-10 18:50:06
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv12432/modules/mx_navmenu Modified Files: NavigationMenu.pak mx_menu_nav.php Log Message: Navigation menu option names are updated Index: mx_menu_nav.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/mx_menu_nav.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** mx_menu_nav.php 22 Aug 2006 20:21:50 -0000 1.17 --- mx_menu_nav.php 10 Dec 2006 18:50:01 -0000 1.18 *************** *** 64,87 **** switch( $menu_display_style ) { ! case 'Standard': ! $template_tmp = $menu_display_mode == 'horizontal' ? array('body' => 'mx_menu_standard_hor.tpl') : array('body' => 'mx_menu_standard_ver.tpl'); ! break; ! case 'Simple': ! $template_tmp = $menu_display_mode == 'horizontal' ? array('body' => 'mx_menu_simple_hor.tpl') : array('body' => 'mx_menu_simple_ver.tpl'); ! break; ! case 'Simple_x': ! $template_tmp = $menu_display_mode == 'horizontal' ? array('body' => 'mx_menu_simple_x_hor.tpl') : array('body' => 'mx_menu_simple_x_ver.tpl'); break; case 'Advanced': $template_tmp = $menu_display_mode == 'horizontal' ? array('body' => 'mx_menu_advanced_hor.tpl') : array('body' => 'mx_menu_advanced_ver.tpl'); break; ! case 'Advanced_app': ! $template_tmp = $menu_display_mode == 'horizontal' ? array('body' => 'mx_menu_advanced_app_hor.tpl') : array('body' => 'mx_menu_advanced_app_ver.tpl'); break; case 'Overall_navigation': $template_tmp = array('body' => 'mx_menu_overall_standard.tpl'); break; default: ! $template_tmp = array('body' => 'mx_menu_standard_ver.tpl'); break; } --- 64,92 ---- switch( $menu_display_style ) { ! case 'Classic': ! $template_tmp = $menu_display_mode == 'horizontal' ? array('body' => 'mx_menu_classic_hor.tpl') : array('body' => 'mx_menu_classic_ver.tpl'); break; case 'Advanced': $template_tmp = $menu_display_mode == 'horizontal' ? array('body' => 'mx_menu_advanced_hor.tpl') : array('body' => 'mx_menu_advanced_ver.tpl'); break; ! ! case 'Simple_CSS_menu': ! $template_tmp = $menu_display_mode == 'horizontal' ? array('body' => 'mx_menu_simple_CSS_hor.tpl') : array('body' => 'mx_menu_simple_CSS_ver.tpl'); ! break; ! case 'Advanced_CSS_menu': ! $template_tmp = $menu_display_mode == 'horizontal' ? array('body' => 'mx_menu_advanced_CSS_hor.tpl') : array('body' => 'mx_menu_advanced_CSS_ver.tpl'); break; + + //????? + case 'Simple_x': + $template_tmp = $menu_display_mode == 'horizontal' ? array('body' => 'mx_menu_simple_x_hor.tpl') : array('body' => 'mx_menu_simple_x_ver.tpl'); + break; + case 'Overall_navigation': $template_tmp = array('body' => 'mx_menu_overall_standard.tpl'); break; + default: ! $template_tmp = $menu_display_mode == 'horizontal' ? array('body' => 'mx_menu_classic_hor.tpl') : array('body' => 'mx_menu_classic_ver.tpl'); break; } Index: NavigationMenu.pak =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/NavigationMenu.pak,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** NavigationMenu.pak 14 Sep 2006 20:08:16 -0000 1.11 --- NavigationMenu.pak 10 Dec 2006 18:50:01 -0000 1.12 *************** *** 2,8 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:56=+:11=+:Navigation Menu=+:Site Navigation Menu Blocks=+:mx_menu_nav.php=+: ! parameter=+:11=+:378=+:menu_display_style=+:Radio_single_select=+:Standard=+:a:5:{i:0;s:8:"Standard";i:1;s:6:"Simple";i:2;s:8:"Advanced";i:3;s:12:"Advanced_app";i:4;s:18:"Overall_navigation";}=+:0=+:0 parameter=+:11=+:334=+:Nav menu=+:nav_menu=+:=+:=+:0=+:10 ! parameter=+:11=+:63=+:menu_display_mode=+:Radio_single_select=+:vertical=+:a:2:{i:0;s:8:"vertical";i:1;s:10:"horizontal";}=+:0=+:20 parameter=+:11=+:64=+:menu_page_sync=+:Boolean=+:0=+:=+:0=+:30 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 --- 2,8 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:56=+:11=+:Navigation Menu=+:Site Navigation Menu Blocks=+:mx_menu_nav.php=+: ! parameter=+:11=+:378=+:menu_display_style=+:Radio_single_select=+:Classic=+:a:5:{i:0;s:7:"Classic";i:1;s:8:"Advanced";i:2;s:15:"Simple_CSS_menu";i:3;s:17:"Advanced_CSS_menu";i:4;s:18:"Overall_navigation";}=+:0=+:0 parameter=+:11=+:334=+:Nav menu=+:nav_menu=+:=+:=+:0=+:10 ! parameter=+:11=+:63=+:menu_display_mode=+:Radio_single_select=+:Vertical=+:a:2:{i:0;s:8:"vertical";i:1;s:10:"horizontal";}=+:0=+:20 parameter=+:11=+:64=+:menu_page_sync=+:Boolean=+:0=+:=+:0=+:30 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 |
|
From: Jon O. <jon...@us...> - 2006-12-10 18:49:13
|
Update of /cvsroot/mxbb/core/install/schemas In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv12305/install/schemas Modified Files: mysql_schema_install.sql Log Message: updated schemas for the navigation menu Index: mysql_schema_install.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_schema_install.sql,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** mysql_schema_install.sql 3 Dec 2006 21:26:17 -0000 1.28 --- mysql_schema_install.sql 10 Dec 2006 18:49:09 -0000 1.29 *************** *** 97,101 **** INSERT INTO mx_table_block_system_parameter VALUES("8", "64", "TRUE", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("8", "66", "", "", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("8", "93", "Standard", NULL, "0"); INSERT INTO mx_table_block_system_parameter VALUES("9", "50", "This is basically a [i:021a122fa6]standard[/i:021a122fa6] TextBlock, but you may configure settings for bbcodes, html and smilies for [i:021a122fa6]this[/i:021a122fa6] block.\r\n\r\nTry it out! \r\n(to edit use the top right edit button)", "021a122fa6", "0"); --- 97,101 ---- INSERT INTO mx_table_block_system_parameter VALUES("8", "64", "TRUE", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("8", "66", "", "", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("8", "93", "Classic", NULL, "0"); INSERT INTO mx_table_block_system_parameter VALUES("9", "50", "This is basically a [i:021a122fa6]standard[/i:021a122fa6] TextBlock, but you may configure settings for bbcodes, html and smilies for [i:021a122fa6]this[/i:021a122fa6] block.\r\n\r\nTry it out! \r\n(to edit use the top right edit button)", "021a122fa6", "0"); *************** *** 136,142 **** INSERT INTO mx_table_block_system_parameter VALUES("25", "63", "horizontal", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("25", "64", "TRUE", "", "0"); - INSERT INTO mx_table_block_system_parameter VALUES("25", "93", "Standard", "", "0"); - INSERT INTO mx_table_block_system_parameter VALUES("25", "94", "block", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("25", "66", "", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("27", "70", "x_iframe", "", "0"); --- 136,141 ---- INSERT INTO mx_table_block_system_parameter VALUES("25", "63", "horizontal", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("25", "64", "TRUE", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("25", "66", "", "", "0"); + INSERT INTO mx_table_block_system_parameter VALUES("25", "93", "Classic", NULL, "0"); INSERT INTO mx_table_block_system_parameter VALUES("27", "70", "x_iframe", "", "0"); *************** *** 522,527 **** INSERT INTO mx_table_parameter VALUES("55", "22", "html_tags", "Text", "b,i,u", "", "1", "0"); INSERT INTO mx_table_parameter VALUES("66", "51", "Nav menu", "nav_menu", "", "", "0", "10"); ! INSERT INTO mx_table_parameter VALUES("93", "51", "menu_display_style", "Radio_single_select", "Standard", "a:5:{i:0;s:8:\"Standard\";i:1;s:6:\"Simple\";i:2;s:8:\"Advanced\";i:3;s:12:\"Advanced_app\";i:4;s:18:\"Overall_navigation\";}", "0", "0"); ! INSERT INTO mx_table_parameter VALUES("94", "51", "menu_mode", "Menu_single_select", "block", "a:2:{i:0;s:5:\"block\";i:1;s:14:\"overall_header\";}", "0", "0"); INSERT INTO mx_table_parameter VALUES("95", "31", "msg_filter_date", "Function", "5", "get_list_static(\"{parameter_id}[]\",array(\"no limit\", \"1 day\", \"2 days\", \"3 days\", \"1 week\", \"2 weeks\", \"3 weeks\", \"1 month\", \"2 months\", \"3 months\", \"6 months\", \"1 year\"),\"{parameter_value}\")", "0", "0"); --- 521,525 ---- INSERT INTO mx_table_parameter VALUES("55", "22", "html_tags", "Text", "b,i,u", "", "1", "0"); INSERT INTO mx_table_parameter VALUES("66", "51", "Nav menu", "nav_menu", "", "", "0", "10"); ! INSERT INTO mx_table_parameter VALUES("93", "51", "menu_display_style", "Radio_single_select", "Classic", "a:5:{i:0;s:8:\"Classic\";i:1;s:6:\"Advanced\";i:2;s:8:\"Simple_CSS_menu\";i:3;s:12:\"Advanced_CSS_menu\";i:4;s:18:\"Overall_navigation\";}", "0", "0"); INSERT INTO mx_table_parameter VALUES("95", "31", "msg_filter_date", "Function", "5", "get_list_static(\"{parameter_id}[]\",array(\"no limit\", \"1 day\", \"2 days\", \"3 days\", \"1 week\", \"2 weeks\", \"3 weeks\", \"1 month\", \"2 months\", \"3 months\", \"6 months\", \"1 year\"),\"{parameter_value}\")", "0", "0"); |