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: Andrew <men...@us...> - 2005-12-18 16:24:31
|
Update of /cvsroot/mxbb/core/contrib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22682/contrib Modified Files: readme.txt Log Message: test Index: readme.txt =================================================================== RCS file: /cvsroot/mxbb/core/contrib/readme.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** readme.txt 18 Dec 2005 01:15:13 -0000 1.1 --- readme.txt 18 Dec 2005 16:24:23 -0000 1.2 *************** *** 1,2 **** --- 1,4 ---- + // $Id + You will find two different subfolders in this contrib/ directory: replace_phpbb_admin , and sync_overall_header . |
|
From: Andrew <men...@us...> - 2005-12-18 03:36:27
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11974/language/lang_english Modified Files: lang_admin.php Log Message: Some minor fixes Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** lang_admin.php 17 Dec 2005 00:31:43 -0000 1.58 --- lang_admin.php 18 Dec 2005 03:36:20 -0000 1.59 *************** *** 149,159 **** // Module Installation // ! $lang['Module_delete_db'] = "Do you really want to uninstall the Module? Warning: You will lose all module data. Consider upgrading instead..."; $lang['Click_module_delete_yes'] = "Click %sHere%s to uninstall the module"; $lang['Click_module_upgrade_yes'] = "Click %sHere%s to upgrade the module"; $lang['Click_module_export_yes'] = "Click %sHere%s to export the module"; $lang['Error_no_db_install'] = "Error: The file db_install.php does not exist. Please verify this and try again..."; ! $lang['Error_no_db_uninstall'] = "Error: The file db_uninstall.php does not exist, or the uninstall feature is not supported for this module. Please verify this and try again..."; ! $lang['Error_no_db_upgrade'] = "Error: The file db_upgrade.php does not exist, or the upgrade feature is not supported for this module. Please verify this and try again..."; $lang['Error_module_installed'] = "Error: This module is already installed! Please either first delete the module, or upgrade the module instead."; $lang['Uninstall_module'] = "Uninstall Module"; --- 149,159 ---- // Module Installation // ! $lang['Module_delete_db'] = "Do you really want to uninstall the Module? Warning: You will lose all module data. Consider upgrading instead."; $lang['Click_module_delete_yes'] = "Click %sHere%s to uninstall the module"; $lang['Click_module_upgrade_yes'] = "Click %sHere%s to upgrade the module"; $lang['Click_module_export_yes'] = "Click %sHere%s to export the module"; $lang['Error_no_db_install'] = "Error: The file db_install.php does not exist. Please verify this and try again..."; ! $lang['Error_no_db_uninstall'] = "Error: The file db_uninstall.php does not exist, or the uninstall feature is not supported for this module. Please verify this and try again."; ! $lang['Error_no_db_upgrade'] = "Error: The file db_upgrade.php does not exist, or the upgrade feature is not supported for this module. Please verify this and try again."; $lang['Error_module_installed'] = "Error: This module is already installed! Please either first delete the module, or upgrade the module instead."; $lang['Uninstall_module'] = "Uninstall Module"; *************** *** 164,168 **** $lang['export_module_pack'] = "Export Module"; $lang['Export_Module'] = "Select a Module:"; ! $lang['export_module_pack_explain'] = "This will export a module *.pak file. This is only intended for module writers..."; $lang['Module_Config_updated'] = "Module Configuration Updated Successfully"; $lang['Click_return_module_admin'] = "Click %sHere%s to return to Module Administration"; --- 164,168 ---- $lang['export_module_pack'] = "Export Module"; $lang['Export_Module'] = "Select a Module:"; ! $lang['export_module_pack_explain'] = "This will export a module *.pak file. This is only intended for module writers."; $lang['Module_Config_updated'] = "Module Configuration Updated Successfully"; $lang['Click_return_module_admin'] = "Click %sHere%s to return to Module Administration"; *************** *** 205,216 **** // Parameter Types // ! $lang['ParType_BBText'] = "Simple BBText Textblock"; ! $lang['ParType_BBText_info'] = "This is a simple textblock, parsing bbcodes"; ! $lang['ParType_Html'] = "Simple Html Textblock"; ! $lang['ParType_Html_info'] = "This is a simple textblock, parsing html"; $lang['ParType_Text'] = "Plain Text (single-row)"; $lang['ParType_Text_info'] = "This is a simple text field"; $lang['ParType_TextArea'] = "Plain Text Area (multiple-row)"; ! $lang['ParType_TextArea_info'] = "This is a simple text area field"; $lang['ParType_Boolean'] = "Boolean"; $lang['ParType_Boolean_info'] = "This is a 'yes' or 'no' radio switch."; --- 205,216 ---- // Parameter Types // ! $lang['ParType_BBText'] = "Simple BBCode Textblock"; ! $lang['ParType_BBText_info'] = "This is a simple textblock that parses BBCode"; ! $lang['ParType_Html'] = "Simple HTML Textblock"; ! $lang['ParType_Html_info'] = "This is a simple textblock, parsing HTML"; $lang['ParType_Text'] = "Plain Text (single-row)"; $lang['ParType_Text_info'] = "This is a simple text field"; $lang['ParType_TextArea'] = "Plain Text Area (multiple-row)"; ! $lang['ParType_TextArea_info'] = "This is a simple textarea field"; $lang['ParType_Boolean'] = "Boolean"; $lang['ParType_Boolean_info'] = "This is a 'yes' or 'no' radio switch."; *************** *** 508,512 **** // Announcement // ! $lang['announce_nbr_display'] = "Maxumum Number of Messages to Display"; $lang['announce_nbr_days'] = "Number of Days to Display Messages"; $lang['announce_img'] = "Announcement Image"; --- 508,512 ---- // Announcement // ! $lang['announce_nbr_display'] = "Maximum Number of Messages to Display"; $lang['announce_nbr_days'] = "Number of Days to Display Messages"; $lang['announce_img'] = "Announcement Image"; *************** *** 519,523 **** $lang['announce_display_global'] = "Display Global Announcements in this Block"; $lang['announce_forum'] = "Source Forums"; ! $lang['announce_forum_explain'] = "- You may make multiple selections<br />* If nothing is selected, all authorized forums will be visible"; // --- 519,523 ---- $lang['announce_display_global'] = "Display Global Announcements in this Block"; $lang['announce_forum'] = "Source Forums"; ! $lang['announce_forum_explain'] = "- You may make multiple selections. For example, hold down the CTRL button on your keyboard while clicking extra selections.<br />* If nothing is selected, all authorized forums will be visible"; // *************** *** 541,545 **** $lang['menu_display_mode_explain '] = "Horizonal or Vertical layout mode"; $lang['menu_page_sync'] = "Highlight current?"; ! $lang['menu_page_sync_explain'] = "Highlight current Nav Menu entry..."; // --- 541,545 ---- $lang['menu_display_mode_explain '] = "Horizonal or Vertical layout mode"; $lang['menu_page_sync'] = "Highlight current?"; ! $lang['menu_page_sync_explain'] = "Highlight current Navigation Menu entry..."; // *************** *** 550,554 **** $lang['mxBB_Latest_version_info'] = 'The latest available version is <b>mxBB %s</b>. '; $lang['mxBB_Current_version_info'] = 'You are running <b>mxBB %s</b>.'; ! $lang['mxBB_Mailing_list_subscribe_reminder'] = 'For the latest information on news and updates to mxBB, why not <a href="http://lists.sourceforge.net/lists/listinfo/mxbb-news" target="_new">subscribe to our mailing list</a>.'; // --- 550,554 ---- $lang['mxBB_Latest_version_info'] = 'The latest available version is <b>mxBB %s</b>. '; $lang['mxBB_Current_version_info'] = 'You are running <b>mxBB %s</b>.'; ! $lang['mxBB_Mailing_list_subscribe_reminder'] = 'For the latest information on news and updates to mxBB, why not <a href="http://lists.sourceforge.net/lists/listinfo/mxbb-news" target="_new">subscribe to our mailing list</a>?'; // |
|
From: Andrew <men...@us...> - 2005-12-18 01:15:29
|
Update of /cvsroot/mxbb/core/contrib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26679/contrib Added Files: readme.txt Log Message: test --- NEW FILE: readme.txt --- 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. |
|
From: Andrew <men...@us...> - 2005-12-18 00:37:13
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18571/admin Modified Files: index.php Log Message: Note this: http://www.mx-system.com/index.php?page=2&t=7135&highlight=&phpbb_script=viewtopic . Scope m'boy... Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** index.php 8 Dec 2005 14:41:47 -0000 1.18 --- index.php 18 Dec 2005 00:36:59 -0000 1.19 *************** *** 57,61 **** function read_admin($dir_module) { ! global $phpEx, $template, $lang; $module = array(); --- 57,61 ---- function read_admin($dir_module) { ! global $phpEx, $template, $lang, $board_config, $phpbb_root_path; $module = array(); |
|
From: Jon O. <jon...@us...> - 2005-12-17 20:30:44
|
Update of /cvsroot/mxbb/core/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13867/install Modified Files: mx_install.php Log Message: hell, typho for cache creation during install Index: mx_install.php =================================================================== RCS file: /cvsroot/mxbb/core/install/mx_install.php,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** mx_install.php 17 Dec 2005 00:33:10 -0000 1.59 --- mx_install.php 17 Dec 2005 20:30:36 -0000 1.60 *************** *** 561,565 **** // //if( $install_mode == 'upgrade' && count($schemas) > 0 ) ! if( count($schemas) > 0 && file_exists($mx_root_path . "includes/mx_functions_core" . $phpEx) ) { // --- 561,565 ---- // //if( $install_mode == 'upgrade' && count($schemas) > 0 ) ! if( count($schemas) > 0 && file_exists($mx_root_path . "includes/mx_functions_core." . $phpEx) ) { // *************** *** 570,574 **** { $portal_config = $db->sql_fetchrow($result); ! include($mx_root_path . "includes/mx_functions_core" . $phpEx); update_session_cache(MX_CACHE_ALL); $process_msgs[] = $lang['Cache_generate']; --- 570,574 ---- { $portal_config = $db->sql_fetchrow($result); ! include($mx_root_path . "includes/mx_functions_core." . $phpEx); update_session_cache(MX_CACHE_ALL); $process_msgs[] = $lang['Cache_generate']; |
|
From: Andrew <men...@us...> - 2005-12-17 20:30:26
|
Update of /cvsroot/mxbb/core/contrib/replace_phpbb_admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13746/contrib/replace_phpbb_admin Modified Files: install.txt Log Message: Comprehension-related edits Index: install.txt =================================================================== RCS file: /cvsroot/mxbb/core/contrib/replace_phpbb_admin/install.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** install.txt 17 Dec 2005 14:50:50 -0000 1.2 --- install.txt 17 Dec 2005 20:30:16 -0000 1.3 *************** *** 1,8 **** ! If your will direct all calls to the phpbb adminCP to the mxBB adminCP (integrating the phpBB adminCP), do this. ! Go to your phpbb/admin directory. Rename index.php to index_old.php Copy the index.php in the phpbb/admin directory. ! Edit index.php and replace "www.your_host.com" by your portal adress. ! --- 1,7 ---- ! If you want to direct all calls from the phpBB AdminCP to the mxBB AdminCP (the latter integrates the phpBB AdminCP within its own), do this: ! Go to your /phpbbroot/admin/ directory. Rename index.php to index_old.php Copy the index.php in the phpbb/admin directory. ! Edit index.php and replace "www.your_host.com" with your portal adress. \ No newline at end of file |
|
From: Andrew <men...@us...> - 2005-12-17 20:28:26
|
Update of /cvsroot/mxbb/core/contrib/sync_overall_header In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12981/contrib/sync_overall_header Modified Files: overall_header.tpl Log Message: Let's make it easier for users... removing the step of needing to remove subSilver's standard CSS style. <3 link rel Index: overall_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/contrib/sync_overall_header/overall_header.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** overall_header.tpl 16 Sep 2004 19:25:25 -0000 1.3 --- overall_header.tpl 17 Dec 2005 20:28:17 -0000 1.4 *************** *** 7,221 **** {NAV_LINKS} <title>{SITENAME} :: {PAGE_TITLE}</title> ! <!-- link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" --> ! <style type="text/css"> ! <!-- ! /* ! The original subSilver Theme for phpBB version 2+ ! Created by subBlue design ! http://www.subBlue.com ! ! NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2 ! theme administration centre. When you have finalised your style you could cut the final CSS code ! and place it in an external file, deleting this section to save bandwidth. ! */ ! ! /* General page style. The scroll bar colours only visible in IE5.5+ */ ! body { ! background-color: {T_BODY_BGCOLOR}; ! scrollbar-face-color: {T_TR_COLOR2}; ! scrollbar-highlight-color: {T_TD_COLOR2}; ! scrollbar-shadow-color: {T_TR_COLOR2}; ! scrollbar-3dlight-color: {T_TR_COLOR3}; ! scrollbar-arrow-color: {T_BODY_LINK}; ! scrollbar-track-color: {T_TR_COLOR1}; ! scrollbar-darkshadow-color: {T_TH_COLOR1}; ! } ! ! /* General font families for common tags */ ! font,th,td,p { font-family: {T_FONTFACE1} } ! a:link,a:active,a:visited { color : {T_BODY_LINK}; } ! a:hover { text-decoration: underline; color : {T_BODY_HLINK}; } ! hr { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;} ! ! /* This is the border line & background colour round the entire page */ ! .bodyline { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; } ! ! /* This is the outline round the main forum tables */ ! .forumline { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; } ! ! /* Main table cell colours and backgrounds */ ! td.row1 { background-color: {T_TR_COLOR1}; } ! td.row2 { background-color: {T_TR_COLOR2}; } ! td.row3 { background-color: {T_TR_COLOR3}; } ! ! /* ! This is for the table cell above the Topics, Post & Last posts on the index.php page ! By default this is the fading out gradiated silver background. ! However, you could replace this with a bitmap specific for each forum ! */ ! td.rowpic { ! background-color: {T_TD_COLOR2}; ! background-image: url(templates/subSilver/images/{T_TH_CLASS3}); ! background-repeat: repeat-y; ! } ! ! /* Header cells - the blue and silver gradient backgrounds */ ! th { ! color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold; ! background-color: {T_BODY_LINK}; height: 25px; ! background-image: url(templates/subSilver/images/{T_TH_CLASS2}); ! } ! ! td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { ! background-image: url(templates/subSilver/images/{T_TH_CLASS1}); ! background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px; ! } ! ! /* ! Setting additional nice inner borders for the main table cells. ! The names indicate which sides the border will be on. ! Don't worry if you don't understand this, just ignore it :-) ! */ ! td.cat,td.catHead,td.catBottom { ! height: 29px; ! border-width: 0px 0px 0px 0px; ! } ! th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { ! font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px; ! } ! td.row3Right,td.spaceRow { ! background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; ! } ! ! th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; } ! th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; } ! th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; } ! th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; } ! th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; } ! th.thTop { border-width: 1px 0px 0px 0px; } ! th.thCornerL { border-width: 1px 0px 0px 1px; } ! th.thCornerR { border-width: 1px 1px 0px 0px; } ! ! /* The largest text used in the index page title and toptic title etc. */ ! .maintitle { ! font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1}; ! text-decoration: none; line-height : 120%; color : {T_BODY_TEXT}; ! } ! ! /* General text */ ! .gen { font-size : {T_FONTSIZE3}px; } ! .genmed { font-size : {T_FONTSIZE2}px; } ! .gensmall { font-size : {T_FONTSIZE1}px; } ! .gen,.genmed,.gensmall { color : {T_BODY_TEXT}; } ! a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; } ! a.gen:hover,a.genmed:hover,a.gensmall:hover { color: {T_BODY_HLINK}; text-decoration: underline; } ! ! /* The register, login, search etc links at the top of the page */ ! .mainmenu { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} } ! a.mainmenu { text-decoration: none; color : {T_BODY_LINK}; } ! a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; } ! ! /* Forum category titles */ ! .cattitle { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}} ! a.cattitle { text-decoration: none; color : {T_BODY_LINK}; } ! a.cattitle:hover{ text-decoration: underline; } ! ! /* Forum title: Text and link to the forums used in: index.php */ ! .forumlink { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; } ! a.forumlink { text-decoration: none; color : {T_BODY_LINK}; } ! a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; } ! ! /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ ! .nav { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};} ! a.nav { text-decoration: none; color : {T_BODY_LINK}; } ! a.nav:hover { text-decoration: underline; } ! ! /* titles for the topics: could specify viewed link colour too */ ! .topictitle,h1,h2 { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; } ! a.topictitle:link { text-decoration: none; color : {T_BODY_LINK}; } ! a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; } ! a.topictitle:hover { text-decoration: underline; color : {T_BODY_HLINK}; } ! ! /* Name of poster in viewmsg.php and viewtopic.php and other places */ ! .name { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};} ! ! /* Location, number of posts, post date etc */ ! .postdetails { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; } ! ! /* The content of the posts (body of text) */ ! .postbody { font-size : {T_FONTSIZE3}px; line-height: 18px} ! a.postlink:link { text-decoration: none; color : {T_BODY_LINK} } ! a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; } ! a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}} ! ! /* Quote & Code blocks */ ! .code { ! font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2}; ! background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid; ! border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px ! } ! ! .quote { ! font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%; ! background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid; ! border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px ! } ! ! /* Copyright and bottom info */ ! .copyright { font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;} ! a.copyright { color: {T_FONTCOLOR1}; text-decoration: none;} ! a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;} ! ! /* Form elements */ ! input,textarea, select { ! color : {T_BODY_TEXT}; ! font: normal {T_FONTSIZE2}px {T_FONTFACE1}; ! border-color : {T_BODY_TEXT}; ! } ! ! /* The text input fields background colour */ ! input.post, textarea.post, select { ! background-color : {T_TD_COLOR2}; ! } ! ! input { text-indent : 2px; } ! ! /* The buttons used for bbCode styling in message post */ ! input.button { ! background-color : {T_TR_COLOR1}; ! color : {T_BODY_TEXT}; ! font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1}; ! } ! ! /* The main submit button option */ ! input.mainoption { ! background-color : {T_TD_COLOR1}; ! font-weight : bold; ! } ! ! /* None-bold submit button */ ! input.liteoption { ! background-color : {T_TD_COLOR1}; ! font-weight : normal; ! } ! ! /* This is the line in the posting page which shows the rollover ! help line. This is actually a text box, but if set to be the same ! colour as the background no one will know ;) ! */ ! .helpline { background-color: {T_TR_COLOR2}; border-style: none; } ! ! .mxlink { background-color: {T_BODY_BGCOLOR}; border-style: none; font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}} ! ! .newsbutton { ! color: {T_BODY_TEXT}; ! cursor: pointer; ! cursor: hand; ! } ! ! /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ ! @import url("templates/subSilver/formIE.css"); ! --> ! </style> <!-- BEGIN switch_enable_pm_popup --> --- 7,11 ---- {NAV_LINKS} <title>{SITENAME} :: {PAGE_TITLE}</title> ! <link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css"> <!-- BEGIN switch_enable_pm_popup --> |
|
From: Andrew <men...@us...> - 2005-12-17 20:25:44
|
Update of /cvsroot/mxbb/core/contrib/sync_overall_header In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12291/contrib/sync_overall_header Modified Files: how to.txt Log Message: Cleaned this up a bit... also started using MOD Template-like commands for the edit instructions: hopefully users will recognize it better. Index: how to.txt =================================================================== RCS file: /cvsroot/mxbb/core/contrib/sync_overall_header/how to.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** how to.txt 17 Dec 2005 14:50:51 -0000 1.3 --- how to.txt 17 Dec 2005 20:25:34 -0000 1.4 *************** *** 1,29 **** ! HOW TO ! ...syncronize the phpBB and mxBB overall_header.tpl files (i.e. the header look and feel) ! 1) Upload this overall_header.tpl, overwriting existing phpbb overall_header.tpl ! 2) In phpbb/includes/page_header.php, add some mx defs ! OPEN phpbb/includes/page_header.php ! FIND $template->assign_vars(array( 'SITENAME' => $board_config['sitename'], ! BEFORE ADD ! // Define the relative path to mx, eg ../mx/ or ../ or whatever $path_to_mx = '../'; ! FIND ! 'U_INDEX' => append_sid('index.'.$phpEx), ! REPLACE WITH ! // ! // MX Definitions for syncronized overall_header // 'MX_ROOT_PATH' => $path_to_mx, --- 1,39 ---- ! HOW TO: ! Synchronize the phpBB and mxBB overall_header.tpl files (i.e. the header look and feel) ! ------------------------------------------------------------------------------- ! 1) Upload this overall_header.tpl, overwriting the existing overall_header.tpl file in /phpbbroot/templates/templatename/ ! 2) In /phpbbroot/includes/page_header.php, you will have to add some mxBB definitions. For more information on adding your custom portal links, take a look here: http://www.mx-system.com/index.php?page=108&mode=article&k=35 . ! # ! #-----[ OPEN ]---------------------- ! # ! phpbbroot/includes/page_header.php ! ! # ! #-----[ FIND ]---------------------- ! # $template->assign_vars(array( 'SITENAME' => $board_config['sitename'], ! # ! #-----[ BEFORE, ADD ]---------------------- ! # // Define the relative path to mx, eg ../mx/ or ../ or whatever $path_to_mx = '../'; ! # ! #-----[ FIND ]---------------------- ! # 'U_INDEX' => append_sid('index.'.$phpEx), ! # ! #-----[ REPLACE WITH ]---------------------- ! # // ! // mxBB Definitions for the synchronized header // 'MX_ROOT_PATH' => $path_to_mx, *************** *** 47,62 **** - 3) If using the user defined L_HOME entry, add the lang def to lang_main (optional) ! OPEN phpbb/language/.../lang_main.php ! FIND // // That's all, Folks! ! BEFORE ADD ! ! // MX addon for syncronized overall_header $lang['Portal_home'] = 'Portal Home'; --- 57,78 ---- ! 3) If using you're using a user-defined L_HOME entry, you will have to add the language definition to lang_main.php; this is optional. ! # ! #-----[ OPEN ]---------------------- ! # ! phpbbroot/language/lang_english/lang_main.php + # + #-----[ FIND ]---------------------- + # // // That's all, Folks! ! # ! #-----[ BEFORE, ADD ]---------------------- ! # ! // mxBB Definitions for the synchronized header $lang['Portal_home'] = 'Portal Home'; |
|
From: Jon O. <jon...@us...> - 2005-12-17 14:51:03
|
Update of /cvsroot/mxbb/core/contrib/sync_overall_header In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3883/contrib/sync_overall_header Modified Files: how to.txt Log Message: minor fixes Index: how to.txt =================================================================== RCS file: /cvsroot/mxbb/core/contrib/sync_overall_header/how to.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** how to.txt 1 Aug 2004 07:59:13 -0000 1.2 --- how to.txt 17 Dec 2005 14:50:51 -0000 1.3 *************** *** 1,5 **** HOW TO ! ...syncronize the phpbb and mx overall_headers 1) Upload this overall_header.tpl, overwriting existing phpbb overall_header.tpl --- 1,5 ---- HOW TO ! ...syncronize the phpBB and mxBB overall_header.tpl files (i.e. the header look and feel) 1) Upload this overall_header.tpl, overwriting existing phpbb overall_header.tpl |
|
From: Jon O. <jon...@us...> - 2005-12-17 14:51:03
|
Update of /cvsroot/mxbb/core/contrib/replace_phpbb_admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3883/contrib/replace_phpbb_admin Modified Files: install.txt Log Message: minor fixes Index: install.txt =================================================================== RCS file: /cvsroot/mxbb/core/contrib/replace_phpbb_admin/install.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** install.txt 19 May 2003 19:00:54 -0000 1.1 --- install.txt 17 Dec 2005 14:50:50 -0000 1.2 *************** *** 1,3 **** ! If your will only one "Administration Panel". Go to your phpbb/admin directory. --- 1,3 ---- ! If your will direct all calls to the phpbb adminCP to the mxBB adminCP (integrating the phpBB adminCP), do this. Go to your phpbb/admin directory. |
|
From: Jon O. <jon...@us...> - 2005-12-17 14:44:29
|
Update of /cvsroot/mxbb/mx_who_am_i In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3224/modules/mx_who_am_i Modified Files: mx_who_am_i.pak Log Message: updated pak Index: mx_who_am_i.pak =================================================================== RCS file: /cvsroot/mxbb/mx_who_am_i/mx_who_am_i.pak,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_who_am_i.pak 19 Oct 2005 10:01:36 -0000 1.2 --- mx_who_am_i.pak 17 Dec 2005 14:44:19 -0000 1.3 *************** *** 1,5 **** ! module=+:1100=+:Who Am I=+:modules/mx_who_am_i/=+:mx_who_am_i version 1.0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:1100=+:1110=+:Who Am I=+:Who Am I=+:mx_who_am_i.php=+: ! block=+:1120=+:Demo - Who Am I=+:Demo block=+:1110=+:0=+:5=+:0 ! function=+:0=+:0=+:0=+:endoflist=+:0=+:0 \ No newline at end of file --- 1,6 ---- ! module=+:60=+:Who Am I=+:modules/mx_who_am_i/=+:mx_who_am_i version 1.0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:60=+:105=+:Who Am I=+:Who Am I=+:mx_who_am_i.php=+: ! parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:Demo - Who Am I=+:Demo block=+:105=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 ! function=+:0=+:0=+:0=+:endoflist=+:0=+:0 |
|
From: Jon O. <jon...@us...> - 2005-12-17 14:34:20
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1725/includes Modified Files: mx_functions_core.php Log Message: Broken Page Auth is fixed Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** mx_functions_core.php 17 Dec 2005 13:10:27 -0000 1.23 --- mx_functions_core.php 17 Dec 2005 14:34:11 -0000 1.24 *************** *** 640,646 **** "page_header" => $row['page_header'], "page_graph_border" => $row['page_graph_border'], ! "page_auth_view" => $row['page_auth_view'], ! "page_auth_view_group" => $row['page_auth_view_group'], ! "page_auth_moderator_group" => $row['page_auth_moderator_group'], "ip_filter" => $row['ip_filter'], "phpbb_stats" => $row['phpbb_stats'] --- 640,646 ---- "page_header" => $row['page_header'], "page_graph_border" => $row['page_graph_border'], ! "page_auth_view" => $row['pag_auth_view'], ! "page_auth_view_group" => $row['pag_auth_view_group'], ! "page_auth_moderator_group" => $row['pag_auth_moderator_group'], "ip_filter" => $row['ip_filter'], "phpbb_stats" => $row['phpbb_stats'] *************** *** 1956,1960 **** $this->info = $this->page_config[$this->page_id]['page_info']; ! // // View auth check --- 1956,1960 ---- $this->info = $this->page_config[$this->page_id]['page_info']; ! // // View auth check |
|
From: Jon O. <jon...@us...> - 2005-12-17 13:15:56
|
Update of /cvsroot/mxbb/mx_smartor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21941/modules/mx_smartor Modified Files: Smartor_album.pak Log Message: updated pak Index: Smartor_album.pak =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/Smartor_album.pak,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Smartor_album.pak 22 Sep 2005 10:23:55 -0000 1.5 --- Smartor_album.pak 17 Dec 2005 13:15:47 -0000 1.6 *************** *** 6,16 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:44=+:51=+:Smartor_album_list=+:Smartor album toplists=+:album_lists.php=+: ! parameter=+:51=+:126=+:display_latest_posts=+:Boolean=+:TRUE=+: ! parameter=+:51=+:123=+:display_most_posts=+:Boolean=+:TRUE=+: ! parameter=+:51=+:124=+:display_random_posts=+:Boolean=+:TRUE=+: ! parameter=+:51=+:125=+:display_top_ranked=+:Boolean=+:TRUE=+: ! parameter=+:51=+:127=+:num_of_cols=+:Number=+:1=+: ! parameter=+:51=+:128=+:num_of_rows=+:Number=+:2=+: ! parameter=+:51=+:149=+:target_block=+:Function=+:0=+:get_list_formatted("block_list","{parameter_value}","{parameter_id}[]", "album.php") parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Smartor_album_list=+:Demo block=+:51=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 6,16 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:44=+:51=+:Smartor_album_list=+:Smartor album toplists=+:album_lists.php=+: ! parameter=+:51=+:126=+:display_latest_posts=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:51=+:123=+:display_most_posts=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:51=+:124=+:display_random_posts=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:51=+:125=+:display_top_ranked=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:51=+:127=+:num_of_cols=+:Number=+:1=+:=+:0 ! parameter=+:51=+:128=+:num_of_rows=+:Number=+:2=+:=+:0 ! parameter=+:51=+:149=+:target_block=+:Function=+:0=+:get_list_formatted("block_list","{parameter_value}","{parameter_id}[]", "album.php")=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Smartor_album_list=+:Demo block=+:51=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 |
|
From: Jon O. <jon...@us...> - 2005-12-17 13:14:28
|
Update of /cvsroot/mxbb/mx_phpbb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21642/modules/mx_phpbb Modified Files: mx_phpbb.pak Log Message: updated pak Index: mx_phpbb.pak =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/mx_phpbb.pak,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_phpbb.pak 16 Dec 2005 19:07:30 -0000 1.2 --- mx_phpbb.pak 17 Dec 2005 13:14:19 -0000 1.3 *************** *** 2,6 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:57=+:100=+:phpBB=+:mxBB Forum Integration=+:mx_phpbb.php=+: ! parameter=+:100=+:335=+:Source_phpBB_Forums=+:phpbb_type_select=+:=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - phpBB=+:Demo block=+:100=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 2,6 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:57=+:100=+:phpBB=+:mxBB Forum Integration=+:mx_phpbb.php=+: ! parameter=+:100=+:335=+:Source_phpBB_Forums=+:phpbb_type_select=+:=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - phpBB=+:Demo block=+:100=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 |
|
From: Jon O. <jon...@us...> - 2005-12-17 13:14:10
|
Update of /cvsroot/mxbb/mx_pafiledb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21581/modules/mx_pafiledb Modified Files: pafiledb.pak Log Message: updated pak Index: pafiledb.pak =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb.pak,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** pafiledb.pak 12 Oct 2005 16:41:37 -0000 1.11 --- pafiledb.pak 17 Dec 2005 13:14:00 -0000 1.12 *************** *** 6,22 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:46=+:57=+:PafileDB_list=+:PafileDB download toplists=+:dload_lists.php=+: ! parameter=+:57=+:154=+:display_latest_posts=+:Boolean=+:TRUE=+: ! parameter=+:57=+:151=+:display_most_posts=+:Boolean=+:TRUE=+: ! parameter=+:57=+:152=+:display_random_posts=+:Boolean=+:TRUE=+: ! parameter=+:57=+:153=+:display_top_ranked=+:Boolean=+:TRUE=+: ! parameter=+:57=+:155=+:num_of_cols=+:Number=+:1=+: ! parameter=+:57=+:156=+:num_of_rows=+:Number=+:3=+: ! parameter=+:57=+:157=+:target_block=+:Function=+:0=+:get_list_formatted("block_list","{parameter_value}","{parameter_id}[]", "dload.php") parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - PafileDB_list=+:Demo block=+:57=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:46=+:99=+:Quick dl=+:Quick download block - blog=+:dload_quickdl.php=+: ! parameter=+:99=+:323=+:pa_mapping=+:pa_mapping=+:=+: ! parameter=+:99=+:324=+:pa_quick_cat=+:pa_quick_cat=+:1=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Quick dl=+:Demo block=+:99=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 6,22 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:46=+:57=+:PafileDB_list=+:PafileDB download toplists=+:dload_lists.php=+: ! parameter=+:57=+:154=+:display_latest_posts=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:57=+:151=+:display_most_posts=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:57=+:152=+:display_random_posts=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:57=+:153=+:display_top_ranked=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:57=+:155=+:num_of_cols=+:Number=+:1=+:=+:0 ! parameter=+:57=+:156=+:num_of_rows=+:Number=+:3=+:=+:0 ! parameter=+:57=+:157=+:target_block=+:Function=+:0=+:get_list_formatted("block_list","{parameter_value}","{parameter_id}[]", "dload.php")=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - PafileDB_list=+:Demo block=+:57=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:46=+:99=+:Quick dl=+:Quick download block - blog=+:dload_quickdl.php=+: ! parameter=+:99=+:323=+:pa_mapping=+:pa_mapping=+:=+:=+:0 ! parameter=+:99=+:324=+:pa_quick_cat=+:pa_quick_cat=+:1=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Quick dl=+:Demo block=+:99=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 |
|
From: Jon O. <jon...@us...> - 2005-12-17 13:13:53
|
Update of /cvsroot/mxbb/mx_newssuite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21531/modules/mx_newssuite Modified Files: NewsSuite.pak Log Message: updated pak Index: NewsSuite.pak =================================================================== RCS file: /cvsroot/mxbb/mx_newssuite/NewsSuite.pak,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** NewsSuite.pak 16 Dec 2005 19:06:04 -0000 1.19 --- NewsSuite.pak 17 Dec 2005 13:13:43 -0000 1.20 *************** *** 2,36 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:43=+:47=+:NewsSuite=+:NewsSuite Module=+:news.php=+: ! parameter=+:47=+:105=+:enable_bbcode_msg=+:Boolean=+:1=+: ! parameter=+:47=+:104=+:enable_html_msg=+:Boolean=+:0=+: ! parameter=+:47=+:109=+:fix_up=+:Boolean=+:1=+: ! parameter=+:47=+:90=+:news_block_border=+:Boolean=+:1=+: ! parameter=+:47=+:92=+:news_block_footer=+:Boolean=+:1=+: ! parameter=+:47=+:91=+:news_block_header=+:Boolean=+:1=+: ! parameter=+:47=+:83=+:news_display=+:Number=+:1=+: ! parameter=+:47=+:93=+:news_display_block_title=+:Boolean=+:1=+: ! parameter=+:47=+:84=+:news_display_edit_info=+:Boolean=+:0=+: ! parameter=+:47=+:87=+:news_display_polls=+:Boolean=+:1=+: ! parameter=+:47=+:85=+:news_display_signature=+:Boolean=+:0=+: ! parameter=+:47=+:314=+:news_filter_time=+:Menu_single_select=+:3 months=+: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";} ! parameter=+:47=+:86=+:news_items=+:Number=+:10=+: ! parameter=+:47=+:102=+:news_mode_operate=+:Menu_single_select=+:None=+:a:2:{i:0;s:4:"None";i:1;s:6:"Source";} ! parameter=+:47=+:313=+:news_mode_pinning=+:Boolean=+:0=+: ! parameter=+:47=+:100=+:news_mode_switch=+:Menu_single_select=+:Default_Block_Mode=+:a:3:{i:0;s:18:"Default_Block_Mode";i:1;s:14:"Newspaper_Mode";i:2;s:17:"Category_Nav_Mode";} ! parameter=+:47=+:312=+:news_mode_tagging=+:Boolean=+:0=+: ! parameter=+:47=+:326=+:news_sep_formatting=+:Separator=+:=+: ! parameter=+:47=+:327=+:news_sep_layout=+:Separator=+:=+: ! parameter=+:47=+:328=+:news_sep_sort=+:Separator=+:=+: ! parameter=+:47=+:329=+:news_sep_style=+:Separator=+:=+: ! parameter=+:47=+:95=+:news_show_title=+:Boolean=+:1=+: ! parameter=+:47=+:96=+:news_sort_method=+:Menu_single_select=+:Latest=+:a:5:{i:0;s:6:"Latest";i:1;s:8:"Creation";i:2;s:2:"Id";i:3;s:8:"Userrank";i:4;s:10:"Alphabetic";} ! parameter=+:47=+:97=+:news_sort_par=+:Radio_single_select=+:DESC=+:a:2:{i:0;s:4:"DESC";i:1;s:3:"ASC";} ! parameter=+:47=+:99=+:news_sort_style=+:Radio_single_select=+:Mixed=+:a:2:{i:0;s:5:"Mixed";i:1;s:11:"Categorized";} ! parameter=+:47=+:101=+:news_source_switch=+:Menu_single_select=+:phpbb=+:a:2:{i:0;s:5:"phpbb";i:1;s:2:"kb";} ! parameter=+:47=+:88=+:news_time_format=+:Text=+:m-d g:iA=+: ! parameter=+:47=+:89=+:news_trim_char=+:Text=+:<i></i>=+: ! parameter=+:47=+:98=+:news_truncate_num=+:Number=+:250=+: ! parameter=+:47=+:103=+:news_truncate_num_subject=+:Number=+:20=+: ! parameter=+:47=+:94=+:news_type_select=+:news_type_select=+:array(0 => 1, 1=>2)=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - NewsSuite=+:Demo block=+:47=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 2,36 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:43=+:47=+:NewsSuite=+:NewsSuite Module=+:news.php=+: ! parameter=+:47=+:105=+:enable_bbcode_msg=+:Boolean=+:1=+:=+:0 ! parameter=+:47=+:104=+:enable_html_msg=+:Boolean=+:0=+:=+:0 ! parameter=+:47=+:109=+:fix_up=+:Boolean=+:1=+:=+:0 ! parameter=+:47=+:90=+:news_block_border=+:Boolean=+:1=+:=+:0 ! parameter=+:47=+:92=+:news_block_footer=+:Boolean=+:1=+:=+:0 ! parameter=+:47=+:91=+:news_block_header=+:Boolean=+:1=+:=+:0 ! parameter=+:47=+:83=+:news_display=+:Number=+:1=+:=+:0 ! parameter=+:47=+:93=+:news_display_block_title=+:Boolean=+:1=+:=+:0 ! parameter=+:47=+:84=+:news_display_edit_info=+:Boolean=+:0=+:=+:0 ! parameter=+:47=+:87=+:news_display_polls=+:Boolean=+:1=+:=+:0 ! parameter=+:47=+:85=+:news_display_signature=+:Boolean=+:0=+:=+:0 ! parameter=+:47=+:314=+:news_filter_time=+:Menu_single_select=+:3 months=+: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 ! parameter=+:47=+:86=+:news_items=+:Number=+:10=+:=+:0 ! parameter=+:47=+:102=+:news_mode_operate=+:Menu_single_select=+:None=+:a:2:{i:0;s:4:"None";i:1;s:6:"Source";}=+:0 ! parameter=+:47=+:313=+:news_mode_pinning=+:Boolean=+:0=+:=+:0 ! parameter=+:47=+:100=+:news_mode_switch=+:Menu_single_select=+:Default_Block_Mode=+:a:3:{i:0;s:18:"Default_Block_Mode";i:1;s:14:"Newspaper_Mode";i:2;s:17:"Category_Nav_Mode";}=+:0 ! parameter=+:47=+:312=+:news_mode_tagging=+:Boolean=+:0=+:=+:0 ! parameter=+:47=+:326=+:news_sep_formatting=+:Separator=+:=+:=+:0 ! parameter=+:47=+:327=+:news_sep_layout=+:Separator=+:=+:=+:0 ! parameter=+:47=+:328=+:news_sep_sort=+:Separator=+:=+:=+:0 ! parameter=+:47=+:329=+:news_sep_style=+:Separator=+:=+:=+:0 ! parameter=+:47=+:95=+:news_show_title=+:Boolean=+:1=+:=+:0 ! parameter=+:47=+:96=+:news_sort_method=+:Menu_single_select=+:Latest=+:a:5:{i:0;s:6:"Latest";i:1;s:8:"Creation";i:2;s:2:"Id";i:3;s:8:"Userrank";i:4;s:10:"Alphabetic";}=+:0 ! parameter=+:47=+:97=+:news_sort_par=+:Radio_single_select=+:DESC=+:a:2:{i:0;s:4:"DESC";i:1;s:3:"ASC";}=+:0 ! parameter=+:47=+:99=+:news_sort_style=+:Radio_single_select=+:Mixed=+:a:2:{i:0;s:5:"Mixed";i:1;s:11:"Categorized";}=+:0 ! parameter=+:47=+:101=+:news_source_switch=+:Menu_single_select=+:phpbb=+:a:2:{i:0;s:5:"phpbb";i:1;s:2:"kb";}=+:0 ! parameter=+:47=+:88=+:news_time_format=+:Text=+:m-d g:iA=+:=+:0 ! parameter=+:47=+:89=+:news_trim_char=+:Text=+:<i></i>=+:=+:0 ! parameter=+:47=+:98=+:news_truncate_num=+:Number=+:250=+:=+:0 ! parameter=+:47=+:103=+:news_truncate_num_subject=+:Number=+:20=+:=+:0 ! parameter=+:47=+:94=+:news_type_select=+:news_type_select=+:array(0 => 1, 1=>2)=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - NewsSuite=+:Demo block=+:47=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 |
|
From: Jon O. <jon...@us...> - 2005-12-17 13:13:08
|
Update of /cvsroot/mxbb/mx_kb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21399/modules/mx_kb Modified Files: KnowledgeBase.pak Log Message: updated pak Index: KnowledgeBase.pak =================================================================== RCS file: /cvsroot/mxbb/mx_kb/KnowledgeBase.pak,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** KnowledgeBase.pak 22 Sep 2005 10:09:17 -0000 1.7 --- KnowledgeBase.pak 17 Dec 2005 13:12:58 -0000 1.8 *************** *** 2,12 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:41=+:42=+:KB=+:Knowledge Base Module=+:kb.php=+: ! parameter=+:42=+:79=+:kb_type_select=+:kb_type_select=+:=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - KB=+:Demo block=+:42=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:41=+:96=+:Article_reader=+:Block to display articles only. No category navigation. To be used with newssuite.=+:kb_article_reader.php=+: ! parameter=+:96=+:302=+:default_article_id=+:Number=+:1=+: ! parameter=+:96=+:301=+:kb_type_select=+:kb_type_select=+:array('init'=>'1')=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Article_reader=+:Demo block=+:96=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 2,12 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:41=+:42=+:KB=+:Knowledge Base Module=+:kb.php=+: ! parameter=+:42=+:79=+:kb_type_select=+:kb_type_select=+:=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - KB=+:Demo block=+:42=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:41=+:96=+:Article_reader=+:Block to display articles only. No category navigation. To be used with newssuite.=+:kb_article_reader.php=+: ! parameter=+:96=+:302=+:default_article_id=+:Number=+:1=+:=+:0 ! parameter=+:96=+:301=+:kb_type_select=+:kb_type_select=+:array('init'=>'1')=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Article_reader=+:Demo block=+:96=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 |
|
From: Jon O. <jon...@us...> - 2005-12-17 13:12:27
|
Update of /cvsroot/mxbb/mx_gallery2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21246/modules/mx_gallery2 Modified Files: mx_gallery2.pak Log Message: updated pak Index: mx_gallery2.pak =================================================================== RCS file: /cvsroot/mxbb/mx_gallery2/mx_gallery2.pak,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_gallery2.pak 16 Dec 2005 19:01:04 -0000 1.3 --- mx_gallery2.pak 17 Dec 2005 13:12:18 -0000 1.4 *************** *** 2,19 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:58=+:101=+:GalleryBlock=+:This is a gallery embed object=+:gallery2.php=+: ! parameter=+:101=+:336=+:base_album=+:Text=+:=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - GalleryBlock=+:Demo block=+:101=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:58=+:102=+:Toplist=+:Recent - random - block=+:gallery2_toplist.php=+: ! parameter=+:102=+:337=+:g2_albumFrame=+:Text=+:=+: ! parameter=+:102=+:338=+:g2_blocks=+:Menu_single_select=+:randomImage=+:a:10:{i:0;s:11:"randomImage";i:1;s:11:"recentImage";i:2;s:11:"viewedImage";i:3;s:11:"randomAlbum";i:4;s:11:"recentAlbum";i:5;s:11:"viewedAlbum";i:6;s:10:"dailyImage";i:7;s:11:"weeklyImage";i:8;s:10:"dailyAlbum";i:9;s:11:"weeklyAlbum";} ! parameter=+:102=+:339=+:g2_itemFrame=+:Text=+:=+: ! parameter=+:102=+:340=+:g2_linkTarget=+:Radio_single_select=+:none=+:a:2:{i:0;s:4:"none";i:1;s:6:"_blank";} ! parameter=+:102=+:341=+:g2_maxSize=+:Number=+:150=+: ! parameter=+:102=+:342=+:g2_num_of_blocks=+:Number=+:3=+: ! parameter=+:102=+:343=+:g2_show=+:Checkbox_multiple_select=+:=+:a:7:{i:0;s:4:"none";i:1;s:5:"title";i:2;s:4:"date";i:3;s:5:"views";i:4;s:5:"owner";i:5;s:7:"heading";i:6;s:8:"fullSize";} ! parameter=+:102=+:344=+:g2_subtreeId=+:Number=+:=+: ! parameter=+:102=+:345=+:target_block=+:Function=+:=+:get_list_formatted("block_list","{parameter_value}","{parameter_id}[]", "gallery2.php") parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Toplist=+:Demo block=+:102=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 2,19 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:58=+:101=+:GalleryBlock=+:This is a gallery embed object=+:gallery2.php=+: ! parameter=+:101=+:336=+:base_album=+:Text=+:=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - GalleryBlock=+:Demo block=+:101=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:58=+:102=+:Toplist=+:Recent - random - block=+:gallery2_toplist.php=+: ! parameter=+:102=+:337=+:g2_albumFrame=+:Text=+:=+:=+:0 ! parameter=+:102=+:338=+:g2_blocks=+:Menu_single_select=+:randomImage=+:a:10:{i:0;s:11:"randomImage";i:1;s:11:"recentImage";i:2;s:11:"viewedImage";i:3;s:11:"randomAlbum";i:4;s:11:"recentAlbum";i:5;s:11:"viewedAlbum";i:6;s:10:"dailyImage";i:7;s:11:"weeklyImage";i:8;s:10:"dailyAlbum";i:9;s:11:"weeklyAlbum";}=+:0 ! parameter=+:102=+:339=+:g2_itemFrame=+:Text=+:=+:=+:0 ! parameter=+:102=+:340=+:g2_linkTarget=+:Radio_single_select=+:none=+:a:2:{i:0;s:4:"none";i:1;s:6:"_blank";}=+:0 ! parameter=+:102=+:341=+:g2_maxSize=+:Number=+:150=+:=+:0 ! parameter=+:102=+:342=+:g2_num_of_blocks=+:Number=+:3=+:=+:0 ! parameter=+:102=+:343=+:g2_show=+:Checkbox_multiple_select=+:=+:a:7:{i:0;s:4:"none";i:1;s:5:"title";i:2;s:4:"date";i:3;s:5:"views";i:4;s:5:"owner";i:5;s:7:"heading";i:6;s:8:"fullSize";}=+:0 ! parameter=+:102=+:344=+:g2_subtreeId=+:Number=+:=+:=+:0 ! parameter=+:102=+:345=+:target_block=+:Function=+:=+:get_list_formatted("block_list","{parameter_value}","{parameter_id}[]", "gallery2.php")=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Toplist=+:Demo block=+:102=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 |
|
From: Jon O. <jon...@us...> - 2005-12-17 13:12:08
|
Update of /cvsroot/mxbb/mx_errordocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21187/modules/mx_errordocs Modified Files: errordocs.pak Log Message: updated pak Index: errordocs.pak =================================================================== RCS file: /cvsroot/mxbb/mx_errordocs/errordocs.pak,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** errordocs.pak 22 Oct 2005 12:40:53 -0000 1.1 --- errordocs.pak 17 Dec 2005 13:12:00 -0000 1.2 *************** *** 2,9 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:55=+:98=+:ErrorDocss=+:=+:errordocs.php=+: ! parameter=+:98=+:319=+:ErrorDocs_Enable_Log=+:Boolean=+:TRUE=+: ! parameter=+:98=+:321=+:ErrorDocs_Exclude_Extensions=+:Text=+:ico=+: ! parameter=+:98=+:320=+:ErrorDocs_Include_Codes=+:Text=+:=+: ! parameter=+:98=+:322=+:ErrorDocs_Max_Records=+:Number=+:100=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - ErrorDocss=+:Demo block=+:98=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 2,9 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:55=+:98=+:ErrorDocss=+:=+:errordocs.php=+: ! parameter=+:98=+:319=+:ErrorDocs_Enable_Log=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:98=+:321=+:ErrorDocs_Exclude_Extensions=+:Text=+:ico=+:=+:0 ! parameter=+:98=+:320=+:ErrorDocs_Include_Codes=+:Text=+:=+:=+:0 ! parameter=+:98=+:322=+:ErrorDocs_Max_Records=+:Number=+:100=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - ErrorDocss=+:Demo block=+:98=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 |
|
From: Jon O. <jon...@us...> - 2005-12-17 13:11:43
|
Update of /cvsroot/mxbb/mx_calsnails In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21146/modules/mx_calsnails Modified Files: CalSnails_Lite.pak Log Message: updated pak Index: CalSnails_Lite.pak =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/CalSnails_Lite.pak,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** CalSnails_Lite.pak 16 Dec 2005 18:59:52 -0000 1.8 --- CalSnails_Lite.pak 17 Dec 2005 13:11:34 -0000 1.9 *************** *** 2,34 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:42=+:43=+:CalSnails Lite=+:Main Calendar Lite script=+:calendar.php=+: ! parameter=+:43=+:111=+:auth_all=+:Function=+:2=+:get_list_static("{parameter_id}[]",array("No access","View only","View,Suggest","View,Add","View,Add(Edit/Delete own)"),"{parameter_value}") ! parameter=+:43=+:112=+:auth_reg=+:Function=+:2=+:get_list_static("{parameter_id}[]",array("No access","View only","View,Suggest","View,Add","View,Add(Edit/Delete own)"),"{parameter_value}") ! parameter=+:43=+:170=+:cal_filter=+:Boolean=+:0=+: ! parameter=+:43=+:169=+:cal_mod_group=+:Function=+:0=+:mx_get_groups("{parameter_value}","{parameter_id}[]") parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - CalSnails Lite=+:Demo block=+:43=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:42=+:45=+:CalSnails Events=+:Basic script to deal with calendar event reports=+:mx_calendar_events.php=+: ! parameter=+:45=+:68=+:Calendar_Block_Title=+:Text=+:=+: ! parameter=+:45=+:69=+:Calendar_Events_dateformat=+:Text=+:l, d F Y h:i a=+: ! parameter=+:45=+:74=+:Calendar_Events_Next=+:Number=+:3=+: ! parameter=+:45=+:73=+:Calendar_Events_Prev=+:Number=+:3=+: ! parameter=+:45=+:72=+:Calendar_Events_Range=+:Menu_single_select=+:this week=+:a:5:{i:0;s:5:"today";i:1;s:9:"this week";i:2;s:9:"next week";i:3;s:10:"this month";i:4;s:10:"next month";} ! parameter=+:45=+:71=+:Calendar_Text_Length=+:Number=+:30=+: ! parameter=+:45=+:70=+:Calendar_Vertical_Size=+:Number=+:200=+: ! parameter=+:45=+:110=+:target_block=+:Function=+:0=+:get_list_formatted("block_list","{parameter_value}","{parameter_id}[]", "calendar.php") parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - CalSnails Events=+:Demo block=+:45=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:42=+:44=+:CalSnails Mini=+:Calendar Lite (mini function)=+:mx_calendar_mini.php=+: ! parameter=+:44=+:325=+:target_block=+:Function=+:0=+:get_list_formatted("block_list","{parameter_value}","{parameter_id}[]", "calendar.php") parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - CalSnails Mini=+:Demo block=+:44=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:42=+:46=+:Calendar Querys1=+:Sample function to help you export Calendar Lite data=+:mx_calendar_query.php=+: ! parameter=+:46=+:75=+:Calendar_Block_Title=+:Text=+:=+: ! parameter=+:46=+:76=+:Calendar_Events_dateformat=+:Text=+:=+: ! parameter=+:46=+:78=+:Calendar_Order=+:Text=+:stamp, subject=+: ! parameter=+:46=+:77=+:Calendar_Where=+:Text=+:=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Calendar Querys1=+:Demo block=+:46=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 2,34 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:42=+:43=+:CalSnails Lite=+:Main Calendar Lite script=+:calendar.php=+: ! parameter=+:43=+:111=+:auth_all=+:Function=+:2=+:get_list_static("{parameter_id}[]",array("No access","View only","View,Suggest","View,Add","View,Add(Edit/Delete own)"),"{parameter_value}")=+:0 ! parameter=+:43=+:112=+:auth_reg=+:Function=+:2=+:get_list_static("{parameter_id}[]",array("No access","View only","View,Suggest","View,Add","View,Add(Edit/Delete own)"),"{parameter_value}")=+:0 ! parameter=+:43=+:170=+:cal_filter=+:Boolean=+:0=+:=+:0 ! parameter=+:43=+:169=+:cal_mod_group=+:Function=+:0=+:mx_get_groups("{parameter_value}","{parameter_id}[]")=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - CalSnails Lite=+:Demo block=+:43=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:42=+:45=+:CalSnails Events=+:Basic script to deal with calendar event reports=+:mx_calendar_events.php=+: ! parameter=+:45=+:68=+:Calendar_Block_Title=+:Text=+:=+:=+:0 ! parameter=+:45=+:69=+:Calendar_Events_dateformat=+:Text=+:l, d F Y h:i a=+:=+:0 ! parameter=+:45=+:74=+:Calendar_Events_Next=+:Number=+:3=+:=+:0 ! parameter=+:45=+:73=+:Calendar_Events_Prev=+:Number=+:3=+:=+:0 ! parameter=+:45=+:72=+:Calendar_Events_Range=+:Menu_single_select=+:this week=+:a:5:{i:0;s:5:"today";i:1;s:9:"this week";i:2;s:9:"next week";i:3;s:10:"this month";i:4;s:10:"next month";}=+:0 ! parameter=+:45=+:71=+:Calendar_Text_Length=+:Number=+:30=+:=+:0 ! parameter=+:45=+:70=+:Calendar_Vertical_Size=+:Number=+:200=+:=+:0 ! parameter=+:45=+:110=+:target_block=+:Function=+:0=+:get_list_formatted("block_list","{parameter_value}","{parameter_id}[]", "calendar.php")=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - CalSnails Events=+:Demo block=+:45=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:42=+:44=+:CalSnails Mini=+:Calendar Lite (mini function)=+:mx_calendar_mini.php=+: ! parameter=+:44=+:325=+:target_block=+:Function=+:0=+:get_list_formatted("block_list","{parameter_value}","{parameter_id}[]", "calendar.php")=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - CalSnails Mini=+:Demo block=+:44=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:42=+:46=+:Calendar Querys1=+:Sample function to help you export Calendar Lite data=+:mx_calendar_query.php=+: ! parameter=+:46=+:75=+:Calendar_Block_Title=+:Text=+:=+:=+:0 ! parameter=+:46=+:76=+:Calendar_Events_dateformat=+:Text=+:=+:=+:0 ! parameter=+:46=+:78=+:Calendar_Order=+:Text=+:stamp, subject=+:=+:0 ! parameter=+:46=+:77=+:Calendar_Where=+:Text=+:=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Calendar Querys1=+:Demo block=+:46=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 |
|
From: Jon O. <jon...@us...> - 2005-12-17 13:10:40
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20870/modules/mx_textblocks/admin Modified Files: mx_module_defs.php Log Message: further fixes for new parameter field - updated paks Index: mx_module_defs.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/admin/mx_module_defs.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** mx_module_defs.php 16 Dec 2005 18:58:45 -0000 1.11 --- mx_module_defs.php 17 Dec 2005 13:10:28 -0000 1.12 *************** *** 75,85 **** break; case 'CustomizedTextBlock': ! $bbcode_on = $parameter_opt['allow_bbcode'] ? true : true; ! $html_on = $parameter_opt['allow_html'] ? true : true; ! $smilies_on = $parameter_opt['allow_smilies'] ? true : true; ! ! // Remove allowed html tags ! $html_entities_match = array(); ! $html_entities_replace = array(); if( $bbcode_on ) --- 75,85 ---- break; case 'CustomizedTextBlock': ! // ! // "Hasty" code to find text format settings. Could be wrong... ! // ! $bbcode_on = isset($HTTP_POST_VARS[$mx_blockcp->block_parameters['allow_bbcode']['parameter_id']]) ? $HTTP_POST_VARS[$mx_blockcp->block_parameters['allow_bbcode']['parameter_id']] == 'TRUE' : $mx_blockcp->block_parameters['allow_bbcode']['parameter_value'] == 'TRUE'; ! $html_on = isset($HTTP_POST_VARS[$mx_blockcp->block_parameters['allow_html']['parameter_id']]) ? $HTTP_POST_VARS[$mx_blockcp->block_parameters['allow_html']['parameter_id']] == 'TRUE' : $mx_blockcp->block_parameters['allow_html']['parameter_value'] == 'TRUE'; ! $smilies_on = isset($HTTP_POST_VARS[$mx_blockcp->block_parameters['allow_smilies']['parameter_id']]) ? $HTTP_POST_VARS[$mx_blockcp->block_parameters['allow_smilies']['parameter_id']] == 'TRUE' : $mx_blockcp->block_parameters['allow_smilies']['parameter_value'] == 'TRUE'; ! $board_config['allow_html_tags'] = isset($HTTP_POST_VARS[$mx_blockcp->block_parameters['html_tags']['parameter_id']]) ? $HTTP_POST_VARS[$mx_blockcp->block_parameters['html_tags']['parameter_id']] : $mx_blockcp->block_parameters['html_tags']['parameter_value']; if( $bbcode_on ) |
|
From: Jon O. <jon...@us...> - 2005-12-17 13:10:37
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20870/modules/mx_textblocks Modified Files: TextBlocks.pak mx_textblock_multi.php Log Message: further fixes for new parameter field - updated paks Index: mx_textblock_multi.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/mx_textblock_multi.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** mx_textblock_multi.php 11 Dec 2005 16:13:40 -0000 1.13 --- mx_textblock_multi.php 17 Dec 2005 13:10:28 -0000 1.14 *************** *** 38,41 **** --- 38,42 ---- $allow_html = $mx_block->get_parameters( 'allow_html' ) == 'TRUE'; $allow_smilies = $mx_block->get_parameters( 'allow_smilies' ) == 'TRUE'; + $board_config['allow_html_tags'] = $mx_block->get_parameters( 'html_tags' ); // ********************************************************************** Index: TextBlocks.pak =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/TextBlocks.pak,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** TextBlocks.pak 16 Dec 2005 18:58:45 -0000 1.10 --- TextBlocks.pak 17 Dec 2005 13:10:28 -0000 1.11 *************** *** 2,28 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:20=+:20=+:TextBlock (phpBB)=+:BBcodes, html and smilies usage defined by phpBB config=+:mx_textblock_bbcode.php=+: ! parameter=+:20=+:15=+:Text=+:phpBBTextBlock=+:Insert your text here=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - TextBlock (phpBB)=+:Demo block=+:20=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:20=+:80=+:TextBlock_Blog=+:UserBlog Textblock=+:mx_textblock_blog.php=+: ! parameter=+:80=+:163=+:Blog=+:BBText=+:Add your text here...=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - TextBlock_Blog=+:Demo block=+:80=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:20=+:21=+:TextBlock (Html/wysiwyg)=+:Plain html textblock, or featuring wysiwyg =+:mx_textblock_html.php=+: ! parameter=+:21=+:16=+:Html=+:WysiwygTextBlock=+:Entre your Html code here=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - TextBlock (Html/wysiwyg)=+:Demo block=+:21=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:20=+:22=+:TextBlock (Customized)=+:Textblock, featuring block defined settings=+:mx_textblock_multi.php=+: ! parameter=+:22=+:330=+:allow_bbcode=+:Boolean=+:TRUE=+: ! parameter=+:22=+:331=+:allow_html=+:Boolean=+:TRUE=+: ! parameter=+:22=+:332=+:allow_smilies=+:Boolean=+:TRUE=+: ! parameter=+:22=+:52=+:block_style=+:Boolean=+:TRUE=+: ! parameter=+:22=+:333=+:html_tags=+:Text=+:b,i,u,img=+: ! parameter=+:22=+:50=+:Text=+:CustomizedTextBlock=+:Enter your block text here=+: ! parameter=+:22=+:51=+:text_style=+:Text=+:none=+: ! parameter=+:22=+:53=+:title_style=+:Boolean=+:TRUE=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - TextBlock (Customized)=+:Demo block=+:22=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 2,28 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:20=+:20=+:TextBlock (phpBB)=+:BBcodes, html and smilies usage defined by phpBB config=+:mx_textblock_bbcode.php=+: ! parameter=+:20=+:15=+:Text=+:phpBBTextBlock=+:Insert your text here=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - TextBlock (phpBB)=+:Demo block=+:20=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:20=+:80=+:TextBlock_Blog=+:UserBlog Textblock=+:mx_textblock_blog.php=+: ! parameter=+:80=+:163=+:Blog=+:BBText=+:Add your text here...=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - TextBlock_Blog=+:Demo block=+:80=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:20=+:21=+:TextBlock (Html/wysiwyg)=+:Plain html textblock, or featuring wysiwyg =+:mx_textblock_html.php=+: ! parameter=+:21=+:16=+:Html=+:WysiwygTextBlock=+:Entre your Html code here=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - TextBlock (Html/wysiwyg)=+:Demo block=+:21=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:20=+:22=+:TextBlock (Customized)=+:Textblock, featuring block defined settings=+:mx_textblock_multi.php=+: ! parameter=+:22=+:330=+:allow_bbcode=+:Boolean=+:TRUE=+:=+:1 ! parameter=+:22=+:331=+:allow_html=+:Boolean=+:TRUE=+:=+:1 ! parameter=+:22=+:332=+:allow_smilies=+:Boolean=+:TRUE=+:=+:1 ! parameter=+:22=+:52=+:block_style=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:22=+:333=+:html_tags=+:Text=+:b,i,u=+:=+:1 ! parameter=+:22=+:50=+:Text=+:CustomizedTextBlock=+:Enter your block text here=+:=+:0 ! parameter=+:22=+:51=+:text_style=+:Text=+:none=+:=+:0 ! parameter=+:22=+:53=+:title_style=+:Boolean=+:TRUE=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - TextBlock (Customized)=+:Demo block=+:22=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 |
|
From: Jon O. <jon...@us...> - 2005-12-17 13:10:37
|
Update of /cvsroot/mxbb/core/modules/mx_last_msg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20870/modules/mx_last_msg Modified Files: LastMessage.pak Log Message: further fixes for new parameter field - updated paks Index: LastMessage.pak =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_last_msg/LastMessage.pak,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** LastMessage.pak 20 Sep 2005 15:30:59 -0000 1.7 --- LastMessage.pak 17 Dec 2005 13:10:28 -0000 1.8 *************** *** 2,16 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:30=+:30=+:Post Last Message=+:Post Last Message=+:mx_last_msg.php=+: ! parameter=+:30=+:21=+:Last_Msg_Align=+:Values=+:left=+: ! parameter=+:30=+:39=+:Last_Msg_Display_Author=+:Boolean=+:FALSE=+: ! parameter=+:30=+:18=+:Last_Msg_Display_Date=+:Boolean=+:TRUE=+: ! parameter=+:30=+:22=+:Last_Msg_Display_Forum=+:Boolean=+:TRUE=+: ! parameter=+:30=+:40=+:Last_Msg_Display_Icon_View=+:Boolean=+:TRUE=+: ! parameter=+:30=+:38=+:Last_Msg_Display_Last_Author=+:Boolean=+:TRUE=+: ! parameter=+:30=+:37=+:Last_Msg_forum=+:Function=+:=+:get_list_multiple("{parameter_id}[]", FORUMS_TABLE, 'forum_id', 'forum_name', "{parameter_value}", TRUE) ! parameter=+:30=+:17=+:Last_Msg_Number_Title=+:Number=+:15=+: ! parameter=+:30=+:20=+:Last_Msg_Target=+:Values=+:_blank=+: ! parameter=+:30=+:19=+:Last_Msg_Title_Length=+:Number=+:30=+: ! parameter=+:30=+:318=+: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}") parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Post Last Message=+:Demo block=+:30=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 2,16 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:30=+:30=+:Post Last Message=+:Post Last Message=+:mx_last_msg.php=+: ! parameter=+:30=+:21=+:Last_Msg_Align=+:Values=+:left=+:=+:0 ! parameter=+:30=+:39=+:Last_Msg_Display_Author=+:Boolean=+:FALSE=+:=+:0 ! parameter=+:30=+:18=+:Last_Msg_Display_Date=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:30=+:22=+:Last_Msg_Display_Forum=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:30=+:40=+:Last_Msg_Display_Icon_View=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:30=+:38=+:Last_Msg_Display_Last_Author=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:30=+:37=+:Last_Msg_forum=+:Function=+:=+:get_list_multiple("{parameter_id}[]", FORUMS_TABLE, 'forum_id', 'forum_name', "{parameter_value}", TRUE)=+:0 ! parameter=+:30=+:17=+:Last_Msg_Number_Title=+:Number=+:15=+:=+:0 ! parameter=+:30=+:20=+:Last_Msg_Target=+:Values=+:_blank=+:=+:0 ! parameter=+:30=+:19=+:Last_Msg_Title_Length=+:Number=+:30=+:=+:0 ! parameter=+:30=+:318=+: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 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Post Last Message=+:Demo block=+:30=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 |
|
From: Jon O. <jon...@us...> - 2005-12-17 13:10:37
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20870/modules/mx_coreblocks Modified Files: CoreBlocks.pak Log Message: further fixes for new parameter field - updated paks Index: CoreBlocks.pak =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/CoreBlocks.pak,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** CoreBlocks.pak 16 Dec 2005 18:58:45 -0000 1.8 --- CoreBlocks.pak 17 Dec 2005 13:10:28 -0000 1.9 *************** *** 2,21 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:17=+:Announcements=+:Announcements=+:mx_announce.php=+: ! parameter=+:17=+:3=+:announce_display=+:Boolean=+:TRUE=+: ! parameter=+:17=+:6=+:announce_display_global=+:Boolean=+:TRUE=+: ! parameter=+:17=+:5=+:announce_display_normal=+:Boolean=+:FALSE=+: ! parameter=+:17=+:4=+:announce_display_sticky=+:Boolean=+:TRUE=+: ! parameter=+:17=+:11=+:announce_forum=+:Function=+:=+:get_list_multiple("{parameter_id}[]", FORUMS_TABLE, 'forum_id', 'forum_name', "{parameter_value}", TRUE) ! parameter=+:17=+:7=+:announce_img=+:Text=+:thumb_globe.gif=+: ! parameter=+:17=+:10=+:announce_img_global=+:Text=+:thumb_globe.gif=+: ! parameter=+:17=+:9=+:announce_img_normal=+:Text=+:thumb_globe.gif=+: ! parameter=+:17=+:8=+:announce_img_sticky=+:Text=+:thumb_globe.gif=+: ! parameter=+:17=+:2=+:announce_nbr_days=+:Number=+:14=+: ! parameter=+:17=+:1=+:announce_nbr_display=+:Number=+:1=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Announcements=+:Demo block=+:17=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:53=+:DynamicBlock=+:Dynamic block defined by its block_id=+:mx_dynamic.php=+: ! parameter=+:53=+:136=+:default_block_id=+:Function=+:0=+:get_list_formatted("block_list","{parameter_value}","{parameter_id}[]") parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - DynamicBlock=+:Demo block=+:53=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 2,21 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:17=+:Announcements=+:Announcements=+:mx_announce.php=+: ! parameter=+:17=+:3=+:announce_display=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:17=+:6=+:announce_display_global=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:17=+:5=+:announce_display_normal=+:Boolean=+:FALSE=+:=+:0 ! parameter=+:17=+:4=+:announce_display_sticky=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:17=+:11=+:announce_forum=+:Function=+:=+:get_list_multiple("{parameter_id}[]", FORUMS_TABLE, 'forum_id', 'forum_name', "{parameter_value}", TRUE)=+:0 ! parameter=+:17=+:7=+:announce_img=+:Text=+:thumb_globe.gif=+:=+:0 ! parameter=+:17=+:10=+:announce_img_global=+:Text=+:thumb_globe.gif=+:=+:0 ! parameter=+:17=+:9=+:announce_img_normal=+:Text=+:thumb_globe.gif=+:=+:0 ! parameter=+:17=+:8=+:announce_img_sticky=+:Text=+:thumb_globe.gif=+:=+:0 ! parameter=+:17=+:2=+:announce_nbr_days=+:Number=+:14=+:=+:0 ! parameter=+:17=+:1=+:announce_nbr_display=+:Number=+:1=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Announcements=+:Demo block=+:17=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:53=+:DynamicBlock=+:Dynamic block defined by its block_id=+:mx_dynamic.php=+: ! parameter=+:53=+:136=+:default_block_id=+:Function=+:0=+:get_list_formatted("block_list","{parameter_value}","{parameter_id}[]")=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - DynamicBlock=+:Demo block=+:53=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 *************** *** 30,37 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:48=+:IncludeX=+:Include site or file=+:mx_includex.php=+: ! parameter=+:48=+:133=+:x_1=+:Text=+:=+: ! parameter=+:48=+:134=+:x_2=+:Text=+:=+: ! parameter=+:48=+:161=+:x_3=+:Text=+:http://www.mx-system.com=+: ! parameter=+:48=+:131=+: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";} parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - IncludeX=+:Demo block=+:48=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 30,37 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:48=+:IncludeX=+:Include site or file=+:mx_includex.php=+: ! parameter=+:48=+:133=+:x_1=+:Text=+:=+:=+:0 ! parameter=+:48=+:134=+:x_2=+:Text=+:=+:=+:0 ! parameter=+:48=+:161=+:x_3=+:Text=+:http://www.mx-system.com=+:=+:0 ! parameter=+:48=+:131=+: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 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - IncludeX=+:Demo block=+:48=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 *************** *** 46,52 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:19=+:Multiple Horizontal Blocks=+:Block that can arrange other blocks in a horizontal line.=+:mx_multiple_blocks.php=+: ! parameter=+:19=+:60=+:block_ids=+:Function=+:1,2,3=+:get_list_multiple( "{parameter_id}[]", BLOCK_TABLE, 'block_id', 'block_title', "{parameter_value}", TRUE, 'block_desc') ! parameter=+:19=+:61=+:block_sizes=+:Text=+:20%,30%,*=+: ! parameter=+:19=+:62=+:space_between=+:Number=+:4=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Multiple Horizontal Blocks=+:Demo block=+:19=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 46,52 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:19=+:Multiple Horizontal Blocks=+:Block that can arrange other blocks in a horizontal line.=+:mx_multiple_blocks.php=+: ! parameter=+:19=+:60=+:block_ids=+:Function=+:1,2,3=+:get_list_multiple( "{parameter_id}[]", BLOCK_TABLE, 'block_id', 'block_title', "{parameter_value}", TRUE, 'block_desc')=+:0 ! parameter=+:19=+:61=+:block_sizes=+:Text=+:20%,30%,*=+:=+:0 ! parameter=+:19=+:62=+:space_between=+:Number=+:4=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Multiple Horizontal Blocks=+:Demo block=+:19=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 *************** *** 57,62 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:12=+:Polls=+:Polls=+:mx_poll.php=+: ! parameter=+:12=+:13=+:Poll_Display=+:Function=+:0=+:poll_select( {parameter_value}, "{parameter_id}" ) ! parameter=+:12=+:36=+:poll_forum=+:Function=+:=+:get_list_multiple("{parameter_id}[]", FORUMS_TABLE, 'forum_id', 'forum_name', "{parameter_value}", TRUE) parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Polls=+:Demo block=+:12=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 57,62 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:12=+:Polls=+:Polls=+:mx_poll.php=+: ! parameter=+:12=+:13=+:Poll_Display=+:Function=+:0=+:poll_select( {parameter_value}, "{parameter_id}" )=+:0 ! parameter=+:12=+:36=+:poll_forum=+:Function=+:=+:get_list_multiple("{parameter_id}[]", FORUMS_TABLE, 'forum_id', 'forum_name', "{parameter_value}", TRUE)=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Polls=+:Demo block=+:12=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 *************** *** 67,72 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:97=+:Site Log=+:Site change monitor=+:mx_site_log.php=+: ! parameter=+:97=+:317=+: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";} ! parameter=+:97=+:315=+:numOfEvents=+:Number=+:5=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Site Log=+:Demo block=+:97=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 67,72 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:97=+:Site Log=+:Site change monitor=+:mx_site_log.php=+: ! parameter=+:97=+:317=+: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 ! parameter=+:97=+:315=+:numOfEvents=+:Number=+:5=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Site Log=+:Demo block=+:97=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 |
|
From: Jon O. <jon...@us...> - 2005-12-17 13:10:37
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20870/modules/mx_navmenu Modified Files: NavigationMenu.pak Log Message: further fixes for new parameter field - updated paks Index: NavigationMenu.pak =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/NavigationMenu.pak,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** NavigationMenu.pak 16 Dec 2005 18:58:45 -0000 1.3 --- NavigationMenu.pak 17 Dec 2005 13:10:28 -0000 1.4 *************** *** 2,8 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:56=+:11=+:Navigation Menu=+:Menu Navigation=+:mx_menu_nav.php=+: ! parameter=+:11=+:63=+:menu_display_mode=+:Radio_single_select=+:Vertical=+:a:2:{i:0;s:8:"Vertical";i:1;s:10:"Horizontal";} ! parameter=+:11=+:64=+:menu_page_sync=+:Boolean=+:0=+: ! parameter=+:11=+:334=+:Nav menu=+:nav_menu=+:=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Navigation Menu=+:Demo block=+:11=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 2,8 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:56=+:11=+:Navigation Menu=+:Menu Navigation=+:mx_menu_nav.php=+: ! parameter=+:11=+:63=+:menu_display_mode=+:Radio_single_select=+:Vertical=+:a:2:{i:0;s:8:"Vertical";i:1;s:10:"Horizontal";}=+:0 ! parameter=+:11=+:64=+:menu_page_sync=+:Boolean=+:0=+:=+:0 ! parameter=+:11=+:334=+:Nav menu=+:nav_menu=+:=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Navigation Menu=+:Demo block=+:11=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 |