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: Jon O. <jon...@us...> - 2006-09-05 18:08:31
|
Update of /cvsroot/mxbb/core/contrib In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22115/contrib Modified Files: readme.txt Log Message: added info Index: readme.txt =================================================================== RCS file: /cvsroot/mxbb/core/contrib/readme.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** readme.txt 18 Dec 2005 16:26:16 -0000 1.4 --- readme.txt 5 Sep 2006 18:08:27 -0000 1.5 *************** *** 1,7 **** ! You will find two different subfolders in this contrib/ directory: replace_phpbb_admin , and sync_overall_header . ! replace_phpbb_admin is meant to offer a way for users to access the mxBB AdminCP from phpBB side of things, replacing the phpBB AdminCP link in the footer. ! sync_overall_header is a simple way of synchronizing the headers in both your portal and forum. And updated document related to installing themes for mxBB is located here: http://www.mx-system.com/forum/viewtopic.php?t=4741 . Note that you will not find specific support for these methods at our support forums. These things are at-your-own-risk. --- 1,12 ---- ! You will find several different subfolders in this contrib/ directory. ! replace_phpbb_admin, ! is meant to offer a way for users to access the mxBB AdminCP from phpBB side of things, replacing the phpBB AdminCP link in the footer. ! sync_overall_header, ! is a simple way of synchronizing the headers in both your portal and forum. And updated document related to installing themes for mxBB is located here: http://www.mx-system.com/forum/viewtopic.php?t=4741 . ! ! custom_overall_header, ! a few custom overall_header template examples Note that you will not find specific support for these methods at our support forums. These things are at-your-own-risk. |
|
From: Jon O. <jon...@us...> - 2006-09-05 17:58:06
|
Update of /cvsroot/mxbb/core/templates/subSilver/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv17633/templates/subSilver/admin Modified Files: mx_blockcp_admin_body.tpl Log Message: added space around blockCP Index: mx_blockcp_admin_body.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/admin/mx_blockcp_admin_body.tpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** mx_blockcp_admin_body.tpl 22 Aug 2006 20:39:41 -0000 1.7 --- mx_blockcp_admin_body.tpl 5 Sep 2006 17:57:58 -0000 1.8 *************** *** 181,184 **** --- 181,190 ---- <!-- dynamic_select --> + <!-- BEGIN mx_blockcp --> + <table border="0" cellspacing="10" cellpadding="0" width="100%" class="mx_body_table"> + <tr valign="top"> + <td> + <!-- END mx_blockcp --> + <h1>{L_TITLE}</h1> *************** *** 524,525 **** --- 530,536 ---- </div> + <!-- BEGIN mx_blockcp --> + </td> + </tr> + </table> + <!-- END mx_blockcp --> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2006-09-05 17:58:03
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv17633/includes Modified Files: mx_functions_blockcp.php Log Message: added space around blockCP Index: mx_functions_blockcp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_blockcp.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** mx_functions_blockcp.php 24 Aug 2006 21:12:52 -0000 1.15 --- mx_functions_blockcp.php 5 Sep 2006 17:57:58 -0000 1.16 *************** *** 546,549 **** --- 546,554 ---- } + if ($this->blockcp_mode == 'mx_blockcp') + { + $blockcptemplate->assign_block_vars('mx_blockcp', array()); + } + return $template; } |
|
From: Jon O. <jon...@us...> - 2006-09-05 17:04:23
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv27153/modules/mx_navmenu Modified Files: NavigationMenu.pak Log Message: - Fix for includeX and Navigation menu (pak) - Moved some overall_header files to the contrib folder Index: NavigationMenu.pak =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/NavigationMenu.pak,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** NavigationMenu.pak 14 Aug 2006 10:42:13 -0000 1.8 --- NavigationMenu.pak 5 Sep 2006 17:03:46 -0000 1.9 *************** *** 4,8 **** parameter=+:51=+:93=+: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=+:51=+:66=+:Nav menu=+:nav_menu=+:=+:=+:0=+:10 ! parameter=+:51=+:63=+:menu_display_mode=+:Radio_single_select=+:Vertical=+:a:2:{i:0;s:8:"vertical";i:1;s:10:"horizontal";}=+:0=+:20 parameter=+:51=+:64=+:menu_page_sync=+:Boolean=+:0=+:=+:0=+:30 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 --- 4,8 ---- parameter=+:51=+:93=+: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=+:51=+:66=+:Nav menu=+:nav_menu=+:=+:=+:0=+:10 ! parameter=+:51=+:63=+:menu_display_mode=+:Radio_single_select=+:vertical=+:a:2:{i:0;s:8:"vertical";i:1;s:10:"horizontal";}=+:0=+:20 parameter=+:51=+:64=+:menu_page_sync=+:Boolean=+:0=+:=+:0=+:30 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 |
|
From: Jon O. <jon...@us...> - 2006-09-05 17:03:58
|
Update of /cvsroot/mxbb/core/contrib/custom_overall_header In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv27153/contrib/custom_overall_header Added Files: overall_header2.tpl overall_header_phpBB.tpl Log Message: - Fix for includeX and Navigation menu (pak) - Moved some overall_header files to the contrib folder --- NEW FILE: overall_header_phpBB.tpl --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html dir="{S_CONTENT_DIRECTION}"> <head> <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> <meta http-equiv="Content-Style-Type" content="text/css"> <!-- BEGIN switch_set_base --> <base href="{U_PORTAL_ROOT_PATH}" > <!-- END switch_set_base --> {META} {NAV_LINKS} <title>{SITENAME} :: {PAGE_TITLE}</title> <!-- 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 --> <!-- BEGIN switch_gecko --><link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_GECKO_STYLESHEET}" type="text/css" ><!-- END switch_gecko --> {MX_ADDITIONAL_CSS} {MX_ICON_CSS} <!-- BEGIN switch_enable_pm_popup --> <script language="javascript" type="text/javascript"><!-- if( {PRIVATE_MESSAGE_NEW_FLAG} ) { window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400'); } // --></script> <!-- END switch_enable_pm_popup --> <script language="javascript" type="text/javascript"><!-- function checkSearch() { if (document.search_block.search_engine.value == 'google') { window.open('http://www.google.com/search?q=' + document.search_block.search_keywords.value, '_google', ''); return false; } else if (document.search_block.search_engine.value == 'site') { window.open('{U_SEARCH_SITE}&search_keywords=' + document.search_block.search_keywords.value, '_self', ''); return false; } else if (document.search_block.search_engine.value == 'kb') { window.open('{U_SEARCH_KB}&search_keywords=' + document.search_block.search_keywords.value, '_self', ''); return false; } else if (document.search_block.search_engine.value == 'pafiledb') { window.open('{U_SEARCH_PAFILEDB}&search_keywords=' + document.search_block.search_keywords.value, '_self', ''); return false; } else { return true; } } // --></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> <body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> <a name="top"></a> <table width="100%" cellspacing="0" cellpadding="10" border="0" align="center"> <tr> <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td><a href="{U_INDEX}"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/logo.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td> <td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}<br /> </span> <table cellspacing="0" cellpadding="2" border="0"> <tr> <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_FAQ}" class="mainmenu"><img src="{U_PHPBB_ROOT_PATH}templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a> <a href="{U_SEARCH}" class="mainmenu"><img src="{U_PHPBB_ROOT_PATH}templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a> <a href="{U_MEMBERLIST}" class="mainmenu"><img src="{U_PHPBB_ROOT_PATH}templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a> <a href="{U_GROUP_CP}" class="mainmenu"><img src="{U_PHPBB_ROOT_PATH}templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a> <!-- BEGIN switch_user_logged_out --> <a href="{U_REGISTER}" class="mainmenu"><img src="{U_PHPBB_ROOT_PATH}templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a> <!-- END switch_user_logged_out --> </span></td> </tr> <tr> <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_PROFILE}" class="mainmenu"><img src="{U_PHPBB_ROOT_PATH}templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a> <a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="{U_PHPBB_ROOT_PATH}templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a> <a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="{U_PHPBB_ROOT_PATH}templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a> </span></td> </tr> </table></td> </tr> </table> <table width="100%" cellspacing="0" cellpadding="2" border="0" align="center"> <tr> <td valign="top" align="right" width="100%" height="5" > <form name="search_block" method="post" action="{U_SEARCH}" onsubmit="return checkSearch()"> <a href="{U_SEARCH}" class="gen"><span class="gen">{L_SEARCH}</span></a>: <input class="post" type="text" name="search_keywords" size="15" value="...?" onfocus="if(this.value=='...?'){this.value='';}" onblur="if(this.value==''){this.value='...?';}"> <select class="post" name="search_engine"> {L_SEARCH_SITE} {L_SEARCH_FORUM} {L_SEARCH_KB} {L_SEARCH_PAFILEDB} {L_SEARCH_GOOGLE} </select> <input type="hidden" name="search_fields" value="all"> <input type="hidden" name="show_results" value="topics"> <input class="mainoption" type="submit" value="Search"> </form> </td> <td valign="top" align="left" width="5" height="5" > </td> </tr> </table> <!-- BEGIN phpbb_stats --> <table width="100%" cellspacing="0" cellpadding="2" border="0" align="center"> <tr> <td align="left" valign="top" ><span class="gensmall"> <!-- BEGIN switch_user_logged_in --> {LAST_VISIT_DATE}<br /> <!-- END switch_user_logged_in --> {CURRENT_TIME}<br /></span> </td> <td align="right" valign="top" > <!-- BEGIN switch_user_logged_in --> <a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br /><a href="{U_SEARCH_SELF}" class="gensmall">{L_SEARCH_SELF}</a><br /> <!-- END switch_user_logged_in --> <a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a> </td> </tr> </table> <!-- END phpbb_stats --> --- NEW FILE: overall_header2.tpl --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html dir="{S_CONTENT_DIRECTION}"> <head> <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> <meta http-equiv="Content-Style-Type" content="text/css"> <!-- BEGIN switch_set_base --> <base href="{U_PORTAL_ROOT_PATH}" > <!-- END switch_set_base --> {META} {NAV_LINKS} <title>{SITENAME} :: {PAGE_TITLE}</title> <!-- 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 --> <!-- BEGIN switch_gecko --><link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_GECKO_STYLESHEET}" type="text/css" ><!-- END switch_gecko --> {MX_ADDITIONAL_CSS} {MX_ICON_CSS} <!-- BEGIN switch_enable_pm_popup --> <script language="javascript" type="text/javascript"><!-- if( {PRIVATE_MESSAGE_NEW_FLAG} ) { window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400'); } // --></script> <!-- END switch_enable_pm_popup --> <script language="javascript" type="text/javascript"><!-- function checkSearch() { if (document.search_block.search_engine.value == 'google') { window.open('http://www.google.com/search?q=' + document.search_block.search_keywords.value, '_google', ''); return false; } else if (document.search_block.search_engine.value == 'site') { window.open('{U_SEARCH_SITE}&search_keywords=' + document.search_block.search_keywords.value, '_self', ''); return false; } else if (document.search_block.search_engine.value == 'kb') { window.open('{U_SEARCH_KB}&search_keywords=' + document.search_block.search_keywords.value, '_self', ''); return false; } else if (document.search_block.search_engine.value == 'pafiledb') { window.open('{U_SEARCH_PAFILEDB}&search_keywords=' + document.search_block.search_keywords.value, '_self', ''); return false; } else { return true; } } // --></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> <body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> <a name="top"></a> <table width="100%" cellspacing="0" cellpadding="1" border="0" align="center" class="mx_main_table"> <tr> <td class="bodyline"> <table width="100%" cellspacing="0" cellpadding="2" border="0" class="mx_header_table"> <tr> <td class="row2" width="25%" align="left" valign="top"><a href="{U_INDEX}"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/logo.gif" border="0" alt="{L_INDEX}" vspace="1"/></a></td> <td class="row2" width="50%" align="center" valign="middle">{PAGE_ICON}<span class="pagetitle">{PAGE_TITLE}</span></td> <td class="row2" width="25%" align="right" valign="top"><span class="sitetitle"><b>{SITENAME}</b></span><br /><span class="sitetitle_desc">{SITE_DESCRIPTION} </span></td> </tr> <tr> <td class="cat" align="center" valign="middle" colspan="3"> <table cellspacing="1" cellpadding="1" border="0"> <tr> <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_INDEX}" class="mainmenu"><img src="{NAV_IMAGES_HOME}" class="mx_icon" border="0" alt="" hspace="3" /></a></span></td> <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_INDEX_FORUM}" class="mainmenu"><img src="{NAV_IMAGES_FORUM}" class="mx_icon" border="0" alt="" hspace="3" /></a></span></td> <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_PROFILE}" class="mainmenu"><img src="{NAV_IMAGES_PROFILE}" class="mx_icon" border="0" alt="" hspace="3" /></a></span></td> <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_FAQ}" class="mainmenu"><img src="{NAV_IMAGES_FAQ}" class="mx_icon" border="0" alt="" hspace="3" /></a></span></td> <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_SEARCH}" class="mainmenu"><img src="{NAV_IMAGES_SEARCH}" class="mx_icon" border="0" alt="" hspace="3" /></a></span></td> <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_MEMBERLIST}" class="mainmenu"><img src="{NAV_IMAGES_MEMBERS}" class="mx_icon" border="0" alt="" hspace="3" /></a></span></td> <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_GROUP_CP}" class="mainmenu"><img src="{NAV_IMAGES_GROUPS}" class="mx_icon" border="0" alt="" hspace="3" /></a></span></td> <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="{NAV_IMAGES_PRIVMSG}" class="mx_icon" border="0" alt="" hspace="3" /></a></span></td> <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="{NAV_IMAGES_LOGIN_LOGOUT}" class="mx_icon" border="0" alt="" hspace="3" /></a></span></td> <!-- BEGIN switch_user_logged_out --> <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_REGISTER}" class="mainmenu"><img src="{NAV_IMAGES_REGISTER}" class="mx_icon" border="0" alt="" hspace="3" /></a></span></td> <!-- END switch_user_logged_out --> </tr> <tr> <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_INDEX}" class="mainmenu">{L_HOME}</a></span></td> <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_INDEX_FORUM}" class="mainmenu">{L_FORUM}</a></span></td> <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_PROFILE}" class="mainmenu">{L_PROFILE}</a></span></td> <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a></span></td> <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a></span></td> <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_MEMBERLIST}" class="mainmenu">{L_MEMBERLIST}</a></span></td> <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_GROUP_CP}" class="mainmenu">{L_USERGROUPS}</a></span></td> <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_PRIVATEMSGS}" class="mainmenu">{L_PRIVATEMSGS}</a></span></td> <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_LOGIN_LOGOUT}" class="mainmenu">{L_LOGIN_LOGOUT} </a></span></td> <!-- BEGIN switch_user_logged_out --> <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_REGISTER}" class="mainmenu">{L_REGISTER}</a></span></td> <!-- END switch_user_logged_out --> </tr> </table> </td> </tr> <!-- BEGIN switch_view --> <tr> <td align="left" valign="bottom" colspan="3" ><span class="gensmall">{CURRENT_TIME}</span></td> </tr> <tr> <td align="left" valign="bottom" colspan="3" ><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> </tr> <!-- END switch_view --> </table> <table width="100%" cellspacing="0" cellpadding="2" border="0" align="center"> <tr> <td valign="top" align="right" width="100%" height="5" > <form name="search_block" method="post" action="{U_SEARCH}" onsubmit="return checkSearch()"> <a href="{U_SEARCH}" class="gen"><span class="gen">{L_SEARCH}</span></a>: <input class="post" type="text" name="search_keywords" size="15" value="...?" onfocus="if(this.value=='...?'){this.value='';}" onblur="if(this.value==''){this.value='...?';}"> <select class="post" name="search_engine"> {L_SEARCH_SITE} {L_SEARCH_FORUM} {L_SEARCH_KB} {L_SEARCH_PAFILEDB} {L_SEARCH_GOOGLE} </select> <input type="hidden" name="search_fields" value="all"> <input type="hidden" name="show_results" value="topics"> <input class="mainoption" type="submit" value="Search"> </form> </td> <td valign="top" align="left" width="5" height="5" > </td> </tr> </table> <!-- BEGIN phpbb_stats --> <table width="100%" cellspacing="0" cellpadding="2" border="0" align="center"> <tr> <td align="left" valign="top" ><span class="gensmall"> <!-- BEGIN switch_user_logged_in --> {LAST_VISIT_DATE}<br /> <!-- END switch_user_logged_in --> {CURRENT_TIME}<br /></span> </td> <td align="right" valign="top" > <!-- BEGIN switch_user_logged_in --> <a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br /><a href="{U_SEARCH_SELF}" class="gensmall">{L_SEARCH_SELF}</a><br /> <!-- END switch_user_logged_in --> <a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a> </td> </tr> </table> <!-- END phpbb_stats --> |
|
From: Jon O. <jon...@us...> - 2006-09-05 17:03:52
|
Update of /cvsroot/mxbb/core/install/schemas In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv27153/install/schemas Modified Files: mysql_schema_install.sql Log Message: - Fix for includeX and Navigation menu (pak) - Moved some overall_header files to the contrib folder Index: mysql_schema_install.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_schema_install.sql,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** mysql_schema_install.sql 3 May 2006 09:17:29 -0000 1.23 --- mysql_schema_install.sql 5 Sep 2006 17:03:46 -0000 1.24 *************** *** 111,116 **** 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("27", "72", "http://www.samskolan.se/include_file/startsidan.htm", "", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("27", "70", "1", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("27", "73", "325", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("25", "63", "horizontal", "", "0"); --- 111,117 ---- 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("27", "70", "x_iframe", "", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("27", "71", "", "", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("27", "72", "/docs", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("27", "73", "325", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("25", "63", "horizontal", "", "0"); *************** *** 498,508 **** 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("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("80", "3", "default_block_id", "Function", "0", "get_list_formatted(\"block_list\",\"{parameter_value}\",\"{parameter_id}[]\")", "0", "0"); ! INSERT INTO mx_table_parameter VALUES("72", "5", "x_1", "Text", "", "", "0", "0"); ! INSERT INTO mx_table_parameter VALUES("73", "5", "x_2", "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("71", "5", "x_3", "Text", "http://www.mx-system.com", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("81", "21", "Blog", "BBText", "Add your text here...", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("92", "10", "numOfEvents", "Number", "5", "", "0", "0"); --- 499,509 ---- 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("81", "21", "Blog", "BBText", "Add your text here...", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("92", "10", "numOfEvents", "Number", "5", "", "0", "0"); |
|
From: Jon O. <jon...@us...> - 2006-09-05 17:03:50
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv27153/modules/mx_coreblocks Modified Files: CoreBlocks.pak Log Message: - Fix for includeX and Navigation menu (pak) - Moved some overall_header files to the contrib folder Index: CoreBlocks.pak =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/CoreBlocks.pak,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** CoreBlocks.pak 14 Aug 2006 10:42:13 -0000 1.13 --- CoreBlocks.pak 5 Sep 2006 17:03:46 -0000 1.14 *************** *** 12,18 **** function=+:10=+:5=+:IncludeX=+:Include a iframe, site, multimedia or file=+:mx_includex.php=+: parameter=+:5=+:70=+: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 ! parameter=+:5=+:72=+:x_1=+:Text=+:=+:=+:0=+:0 ! parameter=+:5=+:73=+:x_2=+:Text=+:=+:=+:0=+:0 ! parameter=+:5=+:71=+:x_3=+:Text=+:http://www.mx-system.com=+:=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - IncludeX=+:Demo block=+:5=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 12,18 ---- function=+:10=+:5=+:IncludeX=+:Include a iframe, site, multimedia or file=+:mx_includex.php=+: parameter=+:5=+:70=+: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 ! parameter=+:5=+:71=+:x_1=+:Text=+:/docs=+:=+:0=+:0 ! parameter=+:5=+:72=+:x_2=+:Text=+:325=+:=+:0=+:0 ! parameter=+:5=+:73=+:x_3=+:Text=+:=+:=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - IncludeX=+:Demo block=+:5=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 |
|
From: Jon O. <jon...@us...> - 2006-09-05 17:03:50
|
Update of /cvsroot/mxbb/core/templates/subSilver In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv27153/templates/subSilver Removed Files: overall_header2.tpl overall_header_phpBB.tpl Log Message: - Fix for includeX and Navigation menu (pak) - Moved some overall_header files to the contrib folder --- overall_header_phpBB.tpl DELETED --- --- overall_header2.tpl DELETED --- |
|
From: Jon O. <jon...@us...> - 2006-09-05 17:01:55
|
Update of /cvsroot/mxbb/core/contrib/custom_overall_header In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv26298/custom_overall_header Log Message: Directory /cvsroot/mxbb/core/contrib/custom_overall_header added to the repository |
|
From: Jon O. <jon...@us...> - 2006-09-05 16:34:24
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv14886 Removed Files: extension.inc Log Message: Not used anymore --- extension.inc DELETED --- |
|
From: Jon O. <jon...@us...> - 2006-09-05 16:33:31
|
Update of /cvsroot/mxbb/core/templates/subSilver In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv14428/templates/subSilver Added Files: login_body.tpl message_body.tpl Log Message: A couple of Selven fixes/suggestions - removed ajax trash - readded login_body and message_body template files - fix for site log --- NEW FILE: login_body.tpl --- <table border="0" cellspacing="10" cellpadding="0" width="100%" class="mx_body_table"> <tr valign="top"> <td> <form action="{S_LOGIN_ACTION}" method="post" target="_top"> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <tr> <th height="25" class="thHead" nowrap="nowrap">{L_ENTER_PASSWORD}</th> </tr> <tr> <td class="row1"><table border="0" cellpadding="3" cellspacing="1" width="100%"> <tr> <td colspan="2" align="center"> </td> </tr> <tr> <td width="45%" align="right"><span class="gen">{L_USERNAME}:</span></td> <td> <input type="text" class="post" name="username" size="25" maxlength="40" value="{USERNAME}" /> </td> </tr> <tr> <td align="right"><span class="gen">{L_PASSWORD}:</span></td> <td> <input type="password" class="post" name="password" size="25" maxlength="32" /> </td> </tr> <!-- BEGIN switch_allow_autologin --> <tr align="center"> <td colspan="2"><span class="gen">{L_AUTO_LOGIN}: <input type="checkbox" name="autologin" /></span></td> </tr> <!-- END switch_allow_autologin --> <tr align="center"> <td colspan="2">{S_HIDDEN_FIELDS}<input type="submit" name="login" class="mainoption" value="{L_LOGIN}" /></td> </tr> <tr align="center"> <td colspan="2"><span class="gensmall"><a href="{U_SEND_PASSWORD}" class="gensmall">{L_SEND_PASSWORD}</a></span></td> </tr> </table></td> </tr> </table> </form> </td> </tr> </table> --- NEW FILE: message_body.tpl --- <table border="0" cellspacing="10" cellpadding="0" width="100%" class="mx_body_table"> <tr valign="top"> <td> <table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0"> <tr> <th class="thHead" height="25"><b>{MESSAGE_TITLE}</b></th> </tr> <tr> <td class="row1"><table width="100%" cellspacing="0" cellpadding="1" border="0"> <tr> <td> </td> </tr> <tr> <td align="center"><span class="gen">{MESSAGE_TEXT}</span></td> </tr> <tr> <td> </td> </tr> </table></td> </tr> </table> </td> </tr> </table> <br clear="all" /> |
|
From: Jon O. <jon...@us...> - 2006-09-05 16:33:31
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv14428 Modified Files: index.php Removed Files: index_ajax.php Log Message: A couple of Selven fixes/suggestions - removed ajax trash - readded login_body and message_body template files - fix for site log --- index_ajax.php DELETED --- Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/index.php,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** index.php 28 Aug 2006 21:10:53 -0000 1.61 --- index.php 5 Sep 2006 16:33:20 -0000 1.62 *************** *** 22,39 **** // $page_id = $mx_request_vars->request('page', MX_TYPE_INT, 1); - $mxAjax = $mx_request_vars->request('ajax', MX_TYPE_NO_TAGS, '') == 'true'; - $mxAjaxBlockId = str_replace('block_', '', $mx_request_vars->request('ajaxblock', MX_TYPE_NO_TAGS, '')); - - // - // AJAX - // - /* - If ($mxAjax && $mxAjaxBlockId > 0) - { - define( 'IN_AJAX', 1 ); - include($mx_root_path . 'index_ajax.' . $phpEx); - exit; - } - */ // --- 22,25 ---- |
|
From: Jon O. <jon...@us...> - 2006-09-05 16:33:31
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv14428/modules/mx_coreblocks Modified Files: mx_site_log.php Log Message: A couple of Selven fixes/suggestions - removed ajax trash - readded login_body and message_body template files - fix for site log Index: mx_site_log.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_site_log.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** mx_site_log.php 4 Sep 2006 18:07:20 -0000 1.12 --- mx_site_log.php 5 Sep 2006 16:33:22 -0000 1.13 *************** *** 162,165 **** --- 162,171 ---- if ( $log_total_match_count == 0 || $log_total_match_count == '') { + $template->assign_block_vars("no_row", array( + 'L_NO_ITEMS' => $lang['No_items_found'] + )); + } + else + { // // Generate page_blocks data *************** *** 259,268 **** )); } - else - { - $template->assign_block_vars("no_row", array( - 'L_NO_ITEMS' => $lang['No_items_found'] - )); - } $template->pparse( "sitelog" ); --- 265,268 ---- |
|
From: Jon O. <jon...@us...> - 2006-09-04 18:31:45
|
Update of /cvsroot/mxbb/mx_kb In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6224/modules/mx_kb Removed Files: install.txt install_kb_tables.php upgrade_kb_tables.php Log Message: removed --- install_kb_tables.php DELETED --- --- install.txt DELETED --- --- upgrade_kb_tables.php DELETED --- |
|
From: Jon O. <jon...@us...> - 2006-09-04 18:27:27
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/images In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4436/modules/mx_linkdb/linkdb/images Added Files: .htaccess Log Message: fix --- NEW FILE: .htaccess --- allow from all |
|
From: Jon O. <jon...@us...> - 2006-09-04 18:21:51
|
Update of /cvsroot/mxbb/mx_errordocs In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv1616/modules/mx_errordocs Removed Files: version_history.txt Log Message: not needed --- version_history.txt DELETED --- |
|
From: Jon O. <jon...@us...> - 2006-09-04 18:20:16
|
Update of /cvsroot/mxbb/mx_calsnails In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv1086/modules/mx_calsnails Removed Files: version_history.txt Log Message: not needed --- version_history.txt DELETED --- |
|
From: Jon O. <jon...@us...> - 2006-09-04 18:17:49
|
Update of /cvsroot/mxbb/core/install In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv32219/install Removed Files: mx_install_readme.htm Log Message: removed --- mx_install_readme.htm DELETED --- |
|
From: Jon O. <jon...@us...> - 2006-09-04 18:12:05
|
Update of /cvsroot/mxbb/core/templates/subSilver/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv29408/templates/subSilver/admin Modified Files: page_footer.tpl Log Message: Selvens B6 fix (RC1) - B6 admin footer not get translation Index: page_footer.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/admin/page_footer.tpl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** page_footer.tpl 3 May 2006 21:12:38 -0000 1.9 --- page_footer.tpl 4 Sep 2006 18:11:59 -0000 1.10 *************** *** 16,20 **** //--> ! <div align="center"><span class="copyright">Powered by <a href="http://www.mx-system.com/" target="_mx-system" class="copyright">mxBB-Portal</a> {MX_VERSION} © 2001-2006 & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group</span></div> <!-- This displays generation info at the bottom of the page --> {EXECUTION_STATS} --- 16,20 ---- //--> ! <div align="center"><span class="copyright">{POWERED_BY} <a href="http://www.mx-system.com/" target="_mx-system" class="copyright">mxBB-Portal</a> {MX_VERSION} © 2001-2006 & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group</span></div> <!-- This displays generation info at the bottom of the page --> {EXECUTION_STATS} |
|
From: Jon O. <jon...@us...> - 2006-09-04 18:12:05
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv29408/admin Modified Files: page_footer_admin.php Log Message: Selvens B6 fix (RC1) - B6 admin footer not get translation Index: page_footer_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/page_footer_admin.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** page_footer_admin.php 27 Jun 2006 07:52:03 -0000 1.14 --- page_footer_admin.php 4 Sep 2006 18:11:59 -0000 1.15 *************** *** 30,37 **** $template->assign_vars(array( ! 'PHPBB_VERSION' => ($userdata['user_level'] == ADMIN && $userdata['user_id'] != ANONYMOUS) ? '2' . $board_config['version'] : '', ! 'MX_VERSION' => ($userdata['user_level'] == ADMIN && $userdata['user_id'] != ANONYMOUS) ? PORTAL_VERSION : '', ! 'TRANSLATION_INFO' => (isset($lang['TRANSLATION_INFO'])) ? $lang['TRANSLATION_INFO'] : ((isset($lang['TRANSLATION'])) ? $lang['TRANSLATION'] : ''), ! 'EXECUTION_STATS' => $execution_stats )); --- 30,38 ---- $template->assign_vars(array( ! 'PHPBB_VERSION' => ($userdata['user_level'] == ADMIN && $userdata['user_id'] != ANONYMOUS) ? '2' . $board_config['version'] : '', ! 'MX_VERSION' => ($userdata['user_level'] == ADMIN && $userdata['user_id'] != ANONYMOUS) ? PORTAL_VERSION : '', ! 'TRANSLATION_INFO' => (isset($lang['TRANSLATION_INFO'])) ? $lang['TRANSLATION_INFO'] : ((isset($lang['TRANSLATION'])) ? $lang['TRANSLATION'] : ''), ! 'POWERED_BY' => $lang['Powered_by'], ! 'EXECUTION_STATS' => $execution_stats )); |
|
From: Jon O. <jon...@us...> - 2006-09-04 18:08:57
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv27998/modules/mx_coreblocks Modified Files: mx_search.php Log Message: Selvens B5 fix (RC1) - B5 site search page title Index: mx_search.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_search.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** mx_search.php 30 Aug 2006 19:15:43 -0000 1.17 --- mx_search.php 4 Sep 2006 18:08:53 -0000 1.18 *************** *** 358,362 **** // Output header // - $mx_page->page_title = $lang['Search']; $template->set_filenames( array( 'body' => 'mx_search_results.tpl' ) ); --- 358,361 ---- *************** *** 480,485 **** // Output the basic page // - $mx_page->page_title = $lang['Search']; - $template->set_filenames( array( 'body' => 'mx_search_body.tpl' ) ); --- 479,482 ---- |
|
From: Jon O. <jon...@us...> - 2006-09-04 18:07:24
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv27392/modules/mx_coreblocks Modified Files: mx_site_log.php Log Message: Selvens B4 fix (RC1) - B4 Site log not work Index: mx_site_log.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_site_log.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** mx_site_log.php 30 Aug 2006 19:15:43 -0000 1.11 --- mx_site_log.php 4 Sep 2006 18:07:20 -0000 1.12 *************** *** 160,261 **** $log_total_match_count = count( $block_ids ); ! // ! // Generate page_blocks data ! // ! $sql = "SELECT block_id, block_desc, block_title, block_time, block_editor_id ! FROM " . BLOCK_TABLE . " ! WHERE block_id IN (" . $valid_block_ids . ") ! ORDER BY block_time DESC ! LIMIT ".$log_start.", ".$log_numberOfEvents; ! ! if ( !( $result = $db->sql_query( $sql ) ) ) ! { ! mx_message_die( GENERAL_ERROR, 'Could not obtain search results', '', __LINE__, __FILE__, $sql ); ! } ! ! $folder_image = $images['mx_dot']; ! ! // ! // Dump out the results ! // ! $row_count = 0; ! $editor_name_tmp = array(); ! while( $searchdata = $db->sql_fetchrow($result) ) { ! $row_count++; ! $search_block_id = $searchdata['block_id']; ! if (is_array($page_ids[$search_block_id]) && !empty($page_ids[$search_block_id]['block_id'])) ! { ! $dynamic_block_id = $page_ids[$search_block_id]['block_id']; ! $pageid = $page_ids[$search_block_id]['page_id']; ! } ! else if (is_array($page_ids[$search_block_id])) { ! $dynamic_block_id = ''; ! $pageid = $page_ids[$search_block_id]['page_id']; } ! else { ! $dynamic_block_id = ''; ! $pageid = $page_ids[$search_block_id]; ! } ! $row_color = ( !( $row_count % 2 ) ) ? $theme['td_color1'] : $theme['td_color2']; ! $row_class = ( !( $row_count % 2 ) ) ? $theme['td_class1'] : $theme['td_class2']; ! $page_title = $page_ids[$search_block_id]['page_name']; ! $page_desc = $page_ids[$search_block_id]['page_desc']; ! $temp_url = !empty($dynamic_block_id) ? append_sid( PORTAL_URL . 'index.php?page=' . $pageid . '&dynamic_block=' . $dynamic_block_id ) : append_sid( PORTAL_URL . 'index.php?page=' . $pageid ); ! if (empty($editor_name_tmp[$searchdata['block_editor_id']])) ! { ! $editor_name_tmp[$searchdata['block_editor_id']] = mx_get_userdata( $searchdata['block_editor_id'] ); ! $editor_name = $editor_name_tmp[$searchdata['block_editor_id']]['username']; ! } ! $edit_time = !empty($searchdata['block_time']) ? create_date( $board_config['default_dateformat'], $searchdata['block_time'], $board_config['board_timezone'] ) : ''; ! $block_editor = '<a href="' . append_sid(PHPBB_URL . "profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $searchdata['block_editor_id']) . '" class="name">'; ! $block_editor .= $editor_name; ! $block_editor .= '</a>'; ! $block_title = $searchdata['block_title']; ! $block_desc = $searchdata['block_desc']; ! $block_title_url = $temp_url; ! $page_title_url = $temp_url; ! $template->assign_block_vars("msg_row", array( ! 'L_BLOCK_UPDATED' => $lang['Block_updated_by'], ! "ROW_COLOR" => "#" . $row_color, ! "ROW_CLASS" => $row_class, ! "EDIT_TIME" => $edit_time, ! "LAST_PAGE" => $page_title, ! "LAST_BLOCK" => $block_title, ! "U_PAGE" => $page_title_url, ! "U_BLOCK" => $block_title_url , ! 'FOLDER_IMG' => $folder_image, ! 'EDITOR' => $editor_name ! )); ! } ! $db->sql_freeresult($result); ! $base_url = mx_this_url(); ! $template->assign_vars( array( ! 'L_TITLE' => ( !empty( $title ) ? $title : 'Last Message' ), ! 'BLOCK_SIZE' => $block_size, ! 'U_URL_NEXT' => $url_next, ! 'U_URL_PREV' => $url_prev, ! 'L_MSG_PREV' => $lang['Previous'], ! 'L_MSG_NEXT' => $lang['Next'], ! 'PAGINATION' => mx_generate_pagination( $base_url, $log_total_match_count, $log_numberOfEvents, $log_start, true, true, true, false, 'log_start' ), ! 'PAGE_NUMBER' => sprintf( $lang['Page_of'], ( floor( $log_start / $log_numberOfEvents ) + 1 ), ceil( $log_total_match_count / $log_numberOfEvents ) ) ! )); ! if ( $log_total_match_count == 0 || $log_total_match_count == '') { $template->assign_block_vars("no_row", array( --- 160,263 ---- $log_total_match_count = count( $block_ids ); ! if ( $log_total_match_count == 0 || $log_total_match_count == '') { ! // ! // Generate page_blocks data ! // ! $sql = "SELECT block_id, block_desc, block_title, block_time, block_editor_id ! FROM " . BLOCK_TABLE . " ! WHERE block_id IN (" . $valid_block_ids . ") ! ORDER BY block_time DESC ! LIMIT ".$log_start.", ".$log_numberOfEvents; ! if ( !( $result = $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, 'Could not obtain search results', '', __LINE__, __FILE__, $sql ); } ! ! $folder_image = $images['mx_dot']; ! ! // ! // Dump out the results ! // ! $row_count = 0; ! $editor_name_tmp = array(); ! while( $searchdata = $db->sql_fetchrow($result) ) { ! $row_count++; ! $search_block_id = $searchdata['block_id']; ! if (is_array($page_ids[$search_block_id]) && !empty($page_ids[$search_block_id]['block_id'])) ! { ! $dynamic_block_id = $page_ids[$search_block_id]['block_id']; ! $pageid = $page_ids[$search_block_id]['page_id']; ! } ! else if (is_array($page_ids[$search_block_id])) ! { ! $dynamic_block_id = ''; ! $pageid = $page_ids[$search_block_id]['page_id']; ! } ! else ! { ! $dynamic_block_id = ''; ! $pageid = $page_ids[$search_block_id]; ! } ! $row_color = ( !( $row_count % 2 ) ) ? $theme['td_color1'] : $theme['td_color2']; ! $row_class = ( !( $row_count % 2 ) ) ? $theme['td_class1'] : $theme['td_class2']; ! $page_title = $page_ids[$search_block_id]['page_name']; ! $page_desc = $page_ids[$search_block_id]['page_desc']; ! $temp_url = !empty($dynamic_block_id) ? append_sid( PORTAL_URL . 'index.php?page=' . $pageid . '&dynamic_block=' . $dynamic_block_id ) : append_sid( PORTAL_URL . 'index.php?page=' . $pageid ); ! if (empty($editor_name_tmp[$searchdata['block_editor_id']])) ! { ! $editor_name_tmp[$searchdata['block_editor_id']] = mx_get_userdata( $searchdata['block_editor_id'] ); ! $editor_name = $editor_name_tmp[$searchdata['block_editor_id']]['username']; ! } ! $edit_time = !empty($searchdata['block_time']) ? create_date( $board_config['default_dateformat'], $searchdata['block_time'], $board_config['board_timezone'] ) : ''; ! $block_editor = '<a href="' . append_sid(PHPBB_URL . "profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $searchdata['block_editor_id']) . '" class="name">'; ! $block_editor .= $editor_name; ! $block_editor .= '</a>'; ! $block_title = $searchdata['block_title']; ! $block_desc = $searchdata['block_desc']; ! $block_title_url = $temp_url; ! $page_title_url = $temp_url; ! $template->assign_block_vars("msg_row", array( ! 'L_BLOCK_UPDATED' => $lang['Block_updated_by'], ! "ROW_COLOR" => "#" . $row_color, ! "ROW_CLASS" => $row_class, ! "EDIT_TIME" => $edit_time, ! "LAST_PAGE" => $page_title, ! "LAST_BLOCK" => $block_title, ! "U_PAGE" => $page_title_url, ! "U_BLOCK" => $block_title_url , ! 'FOLDER_IMG' => $folder_image, ! 'EDITOR' => $editor_name ! )); ! } ! $db->sql_freeresult($result); ! $base_url = mx_this_url(); ! $template->assign_vars( array( ! 'L_TITLE' => ( !empty( $title ) ? $title : 'Last Message' ), ! 'BLOCK_SIZE' => $block_size, ! 'U_URL_NEXT' => $url_next, ! 'U_URL_PREV' => $url_prev, ! 'L_MSG_PREV' => $lang['Previous'], ! 'L_MSG_NEXT' => $lang['Next'], ! 'PAGINATION' => mx_generate_pagination( $base_url, $log_total_match_count, $log_numberOfEvents, $log_start, true, true, true, false, 'log_start' ), ! 'PAGE_NUMBER' => sprintf( $lang['Page_of'], ( floor( $log_start / $log_numberOfEvents ) + 1 ), ceil( $log_total_match_count / $log_numberOfEvents ) ) ! )); ! } ! else { $template->assign_block_vars("no_row", array( |
|
From: Jon O. <jon...@us...> - 2006-09-04 18:02:16
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25077/language/lang_english Modified Files: lang_main.php Log Message: Selvens B3 fix (RC1) - B3 Translation credit Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_main.php,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** lang_main.php 18 Aug 2006 16:22:04 -0000 1.33 --- lang_main.php 4 Sep 2006 18:02:08 -0000 1.34 *************** *** 103,106 **** --- 103,111 ---- $lang['mx_copy_translation_title'] = 'About the translation'; + // This is optional, if you would like a _SHORT_ message output + // along with our copyright message indicating you are the translator + // please add it here. + //$lang['TRANSLATION_INFO_MXBB'] = 'English Language by <a href="http://www.mx-system.com" target="_blank">mxBB Development Team</a>'; + // // Installation |
|
From: Jon O. <jon...@us...> - 2006-09-04 17:59:06
|
Update of /cvsroot/mxbb/core/templates/subSilver/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23252/templates/subSilver/admin Modified Files: index_frameset.tpl Log Message: Selvens B2 fix (RC1) Index: index_frameset.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/admin/index_frameset.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** index_frameset.tpl 8 Dec 2005 14:41:49 -0000 1.6 --- index_frameset.tpl 4 Sep 2006 17:59:02 -0000 1.7 *************** *** 1,5 **** <html dir="{S_CONTENT_DIRECTION}"> <head> ! <title>mxBB-Portal Administration</title> <meta http-equiv="Content-Type" content="text/html;" /> </head> --- 1,5 ---- <html dir="{S_CONTENT_DIRECTION}"> <head> ! <title>{ADMIN_TITLE}</title> <meta http-equiv="Content-Type" content="text/html;" /> </head> |
|
From: Jon O. <jon...@us...> - 2006-09-04 17:59:06
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23252/admin Modified Files: index.php Log Message: Selvens B2 fix (RC1) Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** index.php 4 Sep 2006 17:05:32 -0000 1.29 --- index.php 4 Sep 2006 17:59:02 -0000 1.30 *************** *** 911,914 **** --- 911,915 ---- $template->assign_vars(array( + 'ADMIN_TITLE' => $lang['mxBB_adminCP'], "S_FRAME_NAV" => append_sid("index.$phpEx?pane=left"), "S_FRAME_MAIN" => append_sid("index.$phpEx?pane=right")) |