Update of /cvsroot/mxbb/core/templates/mxSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18622/templates/mxSilver Modified Files: overall_footer.tpl mxSilver.cfg overall_header_navigation_phpbb.tpl mxSilver.css overall_header.tpl overall_header_navigation.tpl Log Message: One of many commits with changes of old references from mxBB to MX-Publisher, including url's, strings etc. but not code statements. Index: mxSilver.cfg =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxSilver/mxSilver.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mxSilver.cfg 9 Sep 2007 16:50:46 -0000 1.1 --- mxSilver.cfg 4 Feb 2008 16:00:30 -0000 1.2 *************** *** 2,15 **** /** * ! * @package mxBB Portal Core * @version $Id$ ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ ! /** Default standalone mxBB style, by: * ! * The mxBB Development Team * Version: 1.0 * Requirements: mxBB Core 2.8.x --- 2,15 ---- /** * ! * @package MX-Publisher Core * @version $Id$ ! * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ ! /** Default standalone MX-Publisher style, by: * ! * The MX-Publisher Development Team * Version: 1.0 * Requirements: mxBB Core 2.8.x *************** *** 40,44 **** // // Credits, copyrights etc ! $mx_template_settings['template_copy'] = 'Original subSilver theme for phpBB by <a href="http://www.subSky.com/phpBB2/">subBlue design</a> :: Adapted for mxBB by <a href="http://www.mxbb.net">The mxBB Development Team</a>'; // --- 40,44 ---- // // Credits, copyrights etc ! $mx_template_settings['template_copy'] = 'Original subSilver theme for phpBB by <a href="http://www.subSky.com/phpBB2/">subBlue design</a> :: Adapted for MX-Publisher by <a href="http://www.mx-publisher.com">The MX-Publisher Development Team</a>'; // *************** *** 58,62 **** /********************************************************************************\ | Define what graphics bundles to use ! | - these are very handy paths to ALL kind of phpBB/mxBB graphics \********************************************************************************/ $mx_images['mx_graphics']['general'] = file_exists( $mx_root_path . $current_template_path . "/images/logo.gif" ) ? $current_template_path . "/images" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/logo.gif" ) ? $cloned_template_path . "/images" : $default_template_path . "/images" ); --- 58,62 ---- /********************************************************************************\ | Define what graphics bundles to use ! | - these are very handy paths to ALL kind of phpBB/MX-Publisher graphics \********************************************************************************/ $mx_images['mx_graphics']['general'] = file_exists( $mx_root_path . $current_template_path . "/images/logo.gif" ) ? $current_template_path . "/images" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/logo.gif" ) ? $cloned_template_path . "/images" : $default_template_path . "/images" ); *************** *** 67,71 **** // ! // Standalone mxBB installation? Where are the phpbb images? // //$mx_images['mx_graphics']['phpbb_icons'] = file_exists( $phpbb_root_path . $current_template_path . "/images" ) ? $current_template_path . "/images" : ( file_exists( $phpbb_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path . "/images" : $default_template_path . "/images"); --- 67,71 ---- // ! // Standalone MX-Publisher installation? Where are the phpbb images? // //$mx_images['mx_graphics']['phpbb_icons'] = file_exists( $phpbb_root_path . $current_template_path . "/images" ) ? $current_template_path . "/images" : ( file_exists( $phpbb_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path . "/images" : $default_template_path . "/images"); *************** *** 79,86 **** $current_template_block_images = PORTAL_URL . $mx_images['mx_graphics']['block_icons']; // Used by userCP block buttons $current_template_menu_images = PORTAL_URL . $mx_images['mx_graphics']['menu_icons']; // Used by adminCP - Navigation Menu ! $current_template_admin_images = PORTAL_URL . $mx_images['mx_graphics']['admin_icons']; // Internal graphics for the mxBB adminCP // ! // Standalone mxBB installation? Where are the phpbb images? // //$current_template_phpbb_images = PHPBB_URL . $mx_images['mx_graphics']['phpbb_icons']; // phpBB graphics template --- 79,86 ---- $current_template_block_images = PORTAL_URL . $mx_images['mx_graphics']['block_icons']; // Used by userCP block buttons $current_template_menu_images = PORTAL_URL . $mx_images['mx_graphics']['menu_icons']; // Used by adminCP - Navigation Menu ! $current_template_admin_images = PORTAL_URL . $mx_images['mx_graphics']['admin_icons']; // Internal graphics for the MX-Publisher adminCP // ! // Standalone MX-Publisher installation? Where are the phpbb images? // //$current_template_phpbb_images = PHPBB_URL . $mx_images['mx_graphics']['phpbb_icons']; // phpBB graphics template *************** *** 112,116 **** \********************************************************************************/ // ! // Use mxBB graphics - normally the menu_icons bundle // $mx_images['mx_nav_home'] = "$current_template_menu_images/icon_home.gif"; // {NAV_IMAGES_HOME} --- 112,116 ---- \********************************************************************************/ // ! // Use MX-Publisher graphics - normally the menu_icons bundle // $mx_images['mx_nav_home'] = "$current_template_menu_images/icon_home.gif"; // {NAV_IMAGES_HOME} *************** *** 159,163 **** // ! // phpBB Graphics - for standalone mxBB installation // $images['icon_quote'] = "$current_template_phpbb_images/{LANG}/icon_quote.gif"; --- 159,163 ---- // ! // phpBB Graphics - for standalone MX-Publisher installation // $images['icon_quote'] = "$current_template_phpbb_images/{LANG}/icon_quote.gif"; *************** *** 228,232 **** // ! // Populate the $theme colors - for standalone mxBB // $template_config_row['body_background'] = ""; --- 228,232 ---- // ! // Populate the $theme colors - for standalone MX-Publisher // $template_config_row['body_background'] = ""; Index: overall_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxSilver/overall_header.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** overall_header.tpl 9 Sep 2007 16:50:46 -0000 1.1 --- overall_header.tpl 4 Feb 2008 16:00:30 -0000 1.2 *************** *** 12,16 **** <!-- First load standard template *.css definition, located in the the phpbb template folder --> <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_PHPBB_STYLESHEET}" type="text/css" > ! <!-- Then load mxBB template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > <!-- Optionally, redefine some defintions for gecko browsers --> --- 12,16 ---- <!-- First load standard template *.css definition, located in the the phpbb template folder --> <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_PHPBB_STYLESHEET}" type="text/css" > ! <!-- Then load MX-Publisher template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > <!-- Optionally, redefine some defintions for gecko browsers --> Index: overall_footer.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxSilver/overall_footer.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** overall_footer.tpl 30 Jan 2008 09:11:01 -0000 1.2 --- overall_footer.tpl 4 Feb 2008 16:00:30 -0000 1.3 *************** *** 17,23 **** to include even this then support on our forums may be affected. ! The phpBB Group : 2002 & mxBB Team : 2002 // --> ! {POWERED_BY} <a href="http://www.mxbb.net/" target="_mx-system" class="copyright">mxBB Portal</a> {MX_VERSION} © 2001-2007 & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group | <a href="{MXBB_EXTRA_URL}" target="_phpbb" class="copyright">{MXBB_EXTRA}</a> </div> </td> --- 17,23 ---- to include even this then support on our forums may be affected. ! The phpBB Group : 2002 & MX-Publisher Team : 2002 // --> ! {POWERED_BY} <a href="http://www.mx-publisher.com/" target="_mx-publisher" class="copyright">MX-Publisher</a> {MX_VERSION} © 2001-2007 & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group | <a href="{MXBB_EXTRA_URL}" target="_phpbb" class="copyright">{MXBB_EXTRA}</a> </div> </td> Index: overall_header_navigation.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxSilver/overall_header_navigation.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** overall_header_navigation.tpl 9 Sep 2007 16:50:46 -0000 1.1 --- overall_header_navigation.tpl 4 Feb 2008 16:00:31 -0000 1.2 *************** *** 12,16 **** <!-- First load standard template *.css definition, located in the the phpbb template folder --> <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_PHPBB_STYLESHEET}" type="text/css" > ! <!-- Then load mxBB template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > <!-- Optionally, redefine some defintions for gecko browsers --> --- 12,16 ---- <!-- First load standard template *.css definition, located in the the phpbb template folder --> <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_PHPBB_STYLESHEET}" type="text/css" > ! <!-- Then load MX-Publisher template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > <!-- Optionally, redefine some defintions for gecko browsers --> Index: overall_header_navigation_phpbb.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxSilver/overall_header_navigation_phpbb.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** overall_header_navigation_phpbb.tpl 9 Sep 2007 16:50:46 -0000 1.1 --- overall_header_navigation_phpbb.tpl 4 Feb 2008 16:00:30 -0000 1.2 *************** *** 156,160 **** </form> --> ! <a href="http://www.mx-system.com/page144" class="gen"><span class="gen"><b>[{L_SEARCH}]</b></span></a> </td> <td valign="top" align="left" width="5" height="5" > </td> --- 156,160 ---- </form> --> ! <a href="http://www.mx-publisher.com/page144" class="gen"><span class="gen"><b>[{L_SEARCH}]</b></span></a> </td> <td valign="top" align="left" width="5" height="5" > </td> Index: mxSilver.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxSilver/mxSilver.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mxSilver.css 12 Sep 2007 19:28:26 -0000 1.2 --- mxSilver.css 4 Feb 2008 16:00:30 -0000 1.3 *************** *** 231,235 **** /************************************************************\ ! | Addon or redefined CSS definitions for mxBB-Portal \************************************************************/ p, td { font-size: 11px; color: #000000; } --- 231,235 ---- /************************************************************\ ! | Addon or redefined CSS definitions for MX-Publisher \************************************************************/ p, td { font-size: 11px; color: #000000; } |