|
From: Jon O. <jon...@us...> - 2005-05-06 06:48:07
|
Update of /cvsroot/mxbb/core27x/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13016/install Added Files: index.php mx_install.php mx_install_readme.html mx_upgrade_changes_between_2.7.3_and_2.7.5.htm mx_upgrade_changes_between_2.7.5-pl4_and_2.7.6.htm mx_upgrade_changes_between_2.7.5_and_2.7.5-pl4.htm Log Message: Initital core 2.7.x commit :-) --- NEW FILE: mx_upgrade_changes_between_2.7.3_and_2.7.5.htm --- <html> <head> <title>mxBB-Portal :: Upgrade - readme</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" 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: #E5E5E5; scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1; } /* General font families for common tags */ font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } a:link,a:active,a:visited { color : #006699; } a:hover { text-decoration: underline; color : #DD6900; } hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} /* This is the border line & background colour round the entire page */ .bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; } /* This is the outline round the main forum tables */ .forumline { background-color: #FFFFFF; border: 2px #006699 solid; } /* Main table cell colours and backgrounds */ td.row1 { background-color: #EFEFEF; } td.row2 { background-color: #DEE3E7; } td.row3 { background-color: #D1D7DC; } /* 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: #FFFFFF; background-image: url(templates/subSilver/images/cellpic2.jpg); background-repeat: repeat-y; } /* Header cells - the blue and silver gradient backgrounds */ th { color: #FFA34F; font-size: 11px; font-weight : bold; background-color: #006699; height: 25px; background-image: url(templates/subSilver/images/cellpic3.gif); } td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-image: url(templates/subSilver/images/cellpic1.gif); background-color:#D1D7DC; border: #FFFFFF; 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: #FFFFFF; border-style: solid; height: 28px; } td.row3Right,td.spaceRow { background-color: #D1D7DC; border: #FFFFFF; border-style: solid; } th.thHead,td.catHead { font-size: 12px; 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: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height : 120%; color : #000000; } /* General text */ .gen { font-size : 12px; } .genmed { font-size : 11px; } .gensmall { font-size : 10px; } .gen,.genmed,.gensmall { color : #000000; } a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; } a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; } /* The register, login, search etc links at the top of the page */ .mainmenu { font-size : 11px; color : #000000 } a.mainmenu { text-decoration: none; color : #006699; } a.mainmenu:hover{ text-decoration: underline; color : #DD6900; } /* Forum category titles */ .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699} a.cattitle { text-decoration: none; color : #006699; } a.cattitle:hover{ text-decoration: underline; } /* Forum title: Text and link to the forums used in: index.php */ .forumlink { font-weight: bold; font-size: 12px; color : #006699; } a.forumlink { text-decoration: none; color : #006699; } a.forumlink:hover{ text-decoration: underline; color : #DD6900; } /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ .nav { font-weight: bold; font-size: 11px; color : #000000;} a.nav { text-decoration: none; color : #006699; } a.nav:hover { text-decoration: underline; } /* titles for the topics: could specify viewed link colour too */ .topictitle,h1,h2 { font-weight: bold; font-size: 11px; color : #000000; } a.topictitle:link { text-decoration: none; color : #006699; } a.topictitle:visited { text-decoration: none; color : #5493B4; } a.topictitle:hover { text-decoration: underline; color : #DD6900; } /* Name of poster in viewmsg.php and viewtopic.php and other places */ .name { font-size : 11px; color : #000000;} /* Location, number of posts, post date etc */ .postdetails { font-size : 10px; color : #000000; } /* The content of the posts (body of text) */ .postbody { font-size : 12px; line-height: 18px} a.postlink:link { text-decoration: none; color : #006699 } a.postlink:visited { text-decoration: none; color : #5493B4; } a.postlink:hover { text-decoration: underline; color : #DD6900} /* Quote & Code blocks */ .code { font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600; background-color: #FAFAFA; border: #D1D7DC; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } .quote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%; background-color: #FAFAFA; border: #D1D7DC; 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: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;} a.copyright { color: #444444; text-decoration: none;} a.copyright:hover { color: #000000; text-decoration: underline;} /* Form elements */ input,textarea, select { color : #000000; font: normal 11px Verdana, Arial, Helvetica, sans-serif; border-color : #000000; } /* The text input fields background colour */ input.post, textarea.post, select { background-color : #FFFFFF; } input { text-indent : 2px; } /* The buttons used for bbCode styling in message post */ input.button { background-color : #EFEFEF; color : #000000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; } /* The main submit button option */ input.mainoption { background-color : #FAFAFA; font-weight : bold; } /* None-bold submit button */ input.liteoption { background-color : #FAFAFA; 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: #DEE3E7; border-style: none; } /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ @import url("templates/subSilver/formIE.css"); --> </style> </head> <body bgcolor="#FFFFFF" text="#000000"> <table class="bodyline" cellpadding="8" cellspacing="0" width="90%" align="center"> <tr> <td colspan="2"><span class="postbody"><span style="font-size: 18px; line-height: normal">Changed/Added/Removed files between <span style="color: red"><span style="font-weight: bold">2.7.3</span></span> and <span style="color: blue"><span style="font-weight: bold">2.7.5</span></span></span> <br /> <br /> Note: The following instructions are part of our global upgrade procedure described in the <a href="http://www.mx-system.com/forum/viewtopic.php?t=1224#upgrade" target="_blank" class="postlink">Release Notes</a>! <br /> <br /> <br /> <ol type="1"><li>Using your FTP client of choice (or File Manager, if your webserver is local), point yourself into the directory where your mxBB-Portal is installed and remove the following files: <br /> <br /> <span style="color: red">* WARNING: Do NOT confuse with the same/similar files/folders in the phpBB directory !!!</span> <br /> <br /> <ol type="a"><li>Delete the "db" subdirectory and all of its contents. <br /> <br /> DELETE db/*.* <br /> DELETE db <br /> <br /> <li>Enter the includes subdirectory and remove the following files: <br /> <br /> DELETE auth.php <br /> DELETE bbcode.php <br /> DELETE constants.php <br /> DELETE db.php <br /> DELETE functions.php <br /> DELETE functions_admin.php <br /> DELETE functions_post.php <br /> DELETE functions_selects.php <br /> DELETE functions_validate.php <br /> DELETE sessions.php <br /> DELETE sql_parse.php</ol> <br /> <br /> <li>Now extract the <span style="text-decoration: underline">latest distributed ZIP</span> and copy/upload into place the following new/changed files: <br /> <br /> COPY templates/subSilver/images/banner_mx-system.gif <br /> COPY common.php <br /> COPY index.php <br /> COPY login.php <br /> COPY mx_menu_nav.php <br /> COPY mx_multiple_blocks.php <br /> COPY admin/admin_mx_module.php <br /> COPY admin/admin_mx_portal.php <br /> COPY includes/mx_functions.php <br /> COPY includes/page_tail.php <br /> COPY includes/template.php <br /> COPY language/lang_english/lang_admin.php <br /> COPY templates/subSilver/overall_footer.tpl <br /> COPY templates/subSilver/admin/page_footer.tpl <br /> </ol> </td> </tr> </table> </body> </html> --- NEW FILE: mx_install_readme.html --- <html> <head> <title>mxBB-Portal :: Installation - readme</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" 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: #E5E5E5; scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1; } /* General font families for common tags */ font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } a:link,a:active,a:visited { color : #006699; } a:hover { text-decoration: underline; color : #DD6900; } hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} /* This is the border line & background colour round the entire page */ .bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; } /* This is the outline round the main forum tables */ .forumline { background-color: #FFFFFF; border: 2px #006699 solid; } /* Main table cell colours and backgrounds */ td.row1 { background-color: #EFEFEF; } td.row2 { background-color: #DEE3E7; } td.row3 { background-color: #D1D7DC; } /* 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: #FFFFFF; background-image: url(templates/subSilver/images/cellpic2.jpg); background-repeat: repeat-y; } /* Header cells - the blue and silver gradient backgrounds */ th { color: #FFA34F; font-size: 11px; font-weight : bold; background-color: #006699; height: 25px; background-image: url(templates/subSilver/images/cellpic3.gif); } td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-image: url(templates/subSilver/images/cellpic1.gif); background-color:#D1D7DC; border: #FFFFFF; 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: #FFFFFF; border-style: solid; height: 28px; } td.row3Right,td.spaceRow { background-color: #D1D7DC; border: #FFFFFF; border-style: solid; } th.thHead,td.catHead { font-size: 12px; 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: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height : 120%; color : #000000; } /* General text */ .gen { font-size : 12px; } .genmed { font-size : 11px; } .gensmall { font-size : 10px; } .gen,.genmed,.gensmall { color : #000000; } a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; } a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; } /* The register, login, search etc links at the top of the page */ .mainmenu { font-size : 11px; color : #000000 } a.mainmenu { text-decoration: none; color : #006699; } a.mainmenu:hover{ text-decoration: underline; color : #DD6900; } /* Forum category titles */ .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699} a.cattitle { text-decoration: none; color : #006699; } a.cattitle:hover{ text-decoration: underline; } /* Forum title: Text and link to the forums used in: index.php */ .forumlink { font-weight: bold; font-size: 12px; color : #006699; } a.forumlink { text-decoration: none; color : #006699; } a.forumlink:hover{ text-decoration: underline; color : #DD6900; } /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ .nav { font-weight: bold; font-size: 11px; color : #000000;} a.nav { text-decoration: none; color : #006699; } a.nav:hover { text-decoration: underline; } /* titles for the topics: could specify viewed link colour too */ .topictitle,h1,h2 { font-weight: bold; font-size: 11px; color : #000000; } a.topictitle:link { text-decoration: none; color : #006699; } a.topictitle:visited { text-decoration: none; color : #5493B4; } a.topictitle:hover { text-decoration: underline; color : #DD6900; } /* Name of poster in viewmsg.php and viewtopic.php and other places */ .name { font-size : 11px; color : #000000;} /* Location, number of posts, post date etc */ .postdetails { font-size : 10px; color : #000000; } /* The content of the posts (body of text) */ .postbody { font-size : 12px; line-height: 18px} a.postlink:link { text-decoration: none; color : #006699 } a.postlink:visited { text-decoration: none; color : #5493B4; } a.postlink:hover { text-decoration: underline; color : #DD6900} /* Quote & Code blocks */ .code { font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600; background-color: #FAFAFA; border: #D1D7DC; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } .quote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%; background-color: #FAFAFA; border: #D1D7DC; 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: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;} a.copyright { color: #444444; text-decoration: none;} a.copyright:hover { color: #000000; text-decoration: underline;} /* Form elements */ input,textarea, select { color : #000000; font: normal 11px Verdana, Arial, Helvetica, sans-serif; border-color : #000000; } /* The text input fields background colour */ input.post, textarea.post, select { background-color : #FFFFFF; } input { text-indent : 2px; } /* The buttons used for bbCode styling in message post */ input.button { background-color : #EFEFEF; color : #000000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; } /* The main submit button option */ input.mainoption { background-color : #FAFAFA; font-weight : bold; } /* None-bold submit button */ input.liteoption { background-color : #FAFAFA; 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: #DEE3E7; border-style: none; } /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ @import url("templates/subSilver/formIE.css"); --> </style> </head> <body bgcolor="#FFFFFF" text="#000000"> <table class="bodyline" cellpadding="8" cellspacing="0" width="90%" align="center"> <tr> <td colspan="2"><span class="postbody"><a name="top"><span style="font-weight: bold"><span style="font-size: 18px; line-height: normal">[RELEASE] mxBB-Portal v 2.7.6 </span></span></a> <br /> <span style="font-style: italic">The "in between milestones" edition</span> <img src="http://www.mx-system.com/forum/images/smiles/icon_cool.gif" alt="Cool" border="0" /> <br /> <br /> <br /> This is the mxBB-Portal release and installation notes. Further portal information (i.e. roadmap, development, <a href="http://www.mx-system.com/forum/viewtopic.php?t=2829#MXhistory" target="_blank" class="postlink">version history,</a> etc,) is located <a href="http://www.mx-system.com/forum/viewtopic.php?t=2829" target="_blank" class="postlink">here </a>. <br /> <br /> <span style="font-weight: bold"><span style="font-size: 14px; line-height: normal">Overview</span></span> <br /> mxBB-Portal is a fully modular portal and CMS for phpBB. It features dynamic pages/blocks/themes by means of a powerful yet flexible Admin CP. While it uses integrated features, it works without touching phpBB. This makes it a lot easier to upgrade to phpBB 3.0 "Olympus" when the time comes, among other things. mxBB-Portal requires phpBB to run, and currently supports the mySQL and postgreSQL databases. mxBB-Portal is the classical phpBB portal add-on, improved and enhanced for every phpBB version since 2001. <br /> <br /> <a href="http://www.mx-system.com" target="_blank" class="postlink"> DEMO </a> <br /> <br /> Download the <a href="http://www.mx-system.com/index.php?page=112&action=category&cat_id=3" target="_blank" class="postlink"> mxBB-Portal Core </a> (required for <span style="font-weight: bold">all</span> setups) / <a href="http://www.mx-system.com/index.php?page=112&action=category&cat_id=4" target="_blank" class="postlink"> Add-on Modules</a> (optional; download whichever ones you need) <br /> <br /> Keep yourself up to date! Subscribe to the <a href="http://lists.sourceforge.net/lists/listinfo/mxbb-news" target="_blank" class="postlink">mxBB-News Mailing List</a>! <img src="http://www.mx-system.com/forum/images/smiles/icon_wink.gif" alt="Wink" border="0" /> <br /> <br /> <hr /> <br /> <span style="font-weight: bold"><span style="font-size: 14px; line-height: normal">Contents</span></span> <br /> 0. <a href="#features">mxBB-Portal Features</a> <br /> Ia. <a href="#install">Installation Instructions</a> <br /> Ib. <a href="#upgrade">Upgrade Instructions</a> <br /> II. <a href="#modules">Installing Add-on Modules</a> <br /> III. <a href="#themes">Installing Themes/Styles</a> <br /> IV. <a href="#languages">Additional Languages</a> <br /> <br /> <hr /> <br /> <br /> <a name="features"><span style="font-size: 18px; line-height: normal"><span style="font-weight: bold">0. mxBB-Portal features</span></span></a> <br /> <br /> - Easy to use <br /> - An easy-to-install web portal/CMS <br /> - Intergrates smoothly with the popular <a href="http://www.phpbb.com" target="_blank" class="postlink"> phpBB forum</a> forum,without modifying (aka MODding) any phpBB files, hence "modular" <br /> - Intuitive, yet advanced Portal Admin Control Panel, managing every aspect of the portal, AND the phpBB admin pages <br /> - Modular based approach with easy to use and install/upgrade (and create) add-on packages; this means no MODding to the mxBB-Portal core. <img src="http://www.mx-system.com/forum/images/smiles/icon_wink.gif" alt="Wink" border="0" /> <br /> - Install only the modules with features YOU want <br /> - Unlimited number of dynamic portal pages, making unique page designs truly creative <br /> - Flexible Core Page Blocks featuring standard phpBB themes, BBcode/HTML, languages and view/edit permissions (user/group) <br /> - Additional Module Page Blocks, enriched with tailored features <br /> - Advanced interface for categorized menu navigation <br /> - Cache system, for fast functionality and decreased DB queries needed <br /> - Support forum <a href="http://www.mx-system.com" target="_blank" class="postlink">www.mx-system.com</a>) <br /> <br /> <span style="font-weight: bold">Included Modules in the Mx Portal - Core distribution</span> <br /> - CORE Module (standard blocks) <br /> - Last Message Module <br /> - Statistics Module <br /> - Textblocks Module <br /> <br /> <span style="font-weight: bold">Official Modules - Add-On packages</span> <br /> <br /> Official Modules/Styles/Languages are released and supported <a href="http://www.mx-system.com/forum/viewforum.php?f=11" target="_blank" class="postlink">here</a>. <br /> <br /> <br /> <span style="font-weight: bold">User-Contributed Modules</span> <br /> User contributed Modules/Styles/Languages are released and supported <a href="http://www.mx-system.com/forum/viewforum.php?f=10" target="_blank" class="postlink">here</a>. <br /> <br /> Also, be sure to visit <a href="http://www.mx-system.com/index.php?page=107&mode=viewprofile&u=976" target="_blank" class="postlink">markus'</a> module dev site - <a href="http://www.phpmix.com" target="_blank">http://www.phpmix.com</a> - hosting several popular mxBB modules! <br /> <br /> <br /> <br /> <span style="font-weight: bold">Requirements</span> <br /> - PHP4 (Recommended: Most recent PHP4 version, currently 4.3.11) <br /> - phpBB 2.0.x (latest version) <br /> - mySQL or postgreSQL databases <br /> - An FTP client capable of uploading files to your server (this is not needed if you're hosting your own server) <br /> <br /> <span style="font-weight: bold">Note that the mxBB-Portal Core 2.7.x and up do NOT support PHP5. Sorry. We are planning to implement PHP5 support with our mxBB 3.0 release, which will be released parallel to phpBB 3.0 "Olympus".</span> <br /> <br /> Be sure to use the lastest phpBB, mxBB Core, and module releases: otherwise, conflicts may occur! <br /> <a href="#top">Back to Top</a> <br /> <br /> <a name="install"> <br /> <span style="font-size: 18px; line-height: normal"><span style="font-weight: bold">Ia. Installation Instructions</span></span> <br /> </a> <br /> <br /> <span style="font-weight: bold">1)</span> The mxBB Portal requires a working installation of phpBB and will <span style="font-weight: bold">not</span> run standalone. If phpBB is not installed on your system, please visit <a href="http://www.phpbb.com" target="_blank">www.phpbb.com</a> for further instructions. <br /> <br /> For the new installer introduced in 2.7.5, you need not set the board's default theme to subSilver; you also need not set the default language to English. The installer automatically picks all of this for you. <br /> <br /> <span style="font-weight: bold">2)</span> The mxBB Portal and phpBB forum <span style="font-weight: bold"><span style="text-decoration: underline">must</span></span> be installed in <span style="font-style: italic">different</span> directories. Do not mix the files up!! <br /> <br /> <span style="font-size: 16px; line-height: normal"><span style="font-weight: bold">Note that for ALL of the directory structure examples below, you MUST include the trailing slash at the end of the folder names! If you don't, you'll run into errors later!</span></span> <br /> <br /> <br /> <br /> <span style="font-style: italic">Default directory structure is:</span> <br /> <br /> /your/path/to/public/html/YOUR_FORUM_NAME/ (this is the place where your working phpBB installation should be located) <br /> <br /> /your/path/to/public/html/YOUR_PORTAL_NAME/ (this is the place were all mxBB files should be located) <br /> <br /> Note that you can alternatively install mxBB in your root directory (which can be accessed via <a href="http://www.yourdomain.com/)" target="_blank">www.yourdomain.com/)</a> while your forum can be installed in a folder <span style="font-style: italic">within</span> mxBB's (ie it'd be located in <a href="http://www.yourdomain.com/phpBB2/)." target="_blank">www.yourdomain.com/phpBB2/).</a> <br /> <br /> Using the <span style="font-weight: bold">default setup above</span>, the install path variables should be: <br /> <br /> phpBB Relative Path: <span style="font-weight: bold">../YOUR_FORUM_NAME/</span> <br /> Portal URL: <span style="font-weight: bold">http://www.yourdomain.com/YOUR_PORTAL_NAME/</span> <br /> phpBB URL: <span style="font-weight: bold">http://www.yourdomain.com/YOUR_FORUM_ NAME/</span> <br /> <br /> <span style="font-style: italic">Note #1</span>: If you move the phpBB folder into another one before installing mxBB, the phpBB configuration (the /phpbbroot/config.php file) must also be modified to match the new phpB location. This is done in the Admin CP <span style="font-weight: bold">and</span> the config.php file directly. <br /> <br /> <span style="font-style: italic">Note #2</span>: phpBB and mxBB use individual config.php files. Do not confuse them together! They are two different files. <br /> <br /> <span style="font-style: italic">Example: mxBB is installed in your root directory</span> <br /> <br /> /your/site/root/ <br /> <br /> /admin <br /> /db <br /> /language <br /> /modules <br /> /phpBB2 (this is the place where your working phpBB installation should be located) <br /> /templates <br /> <br /> <img src="http://www.techbaseforums.com/files/images/mxbb_install_276.jpg" /> <br /> <br /> As stated above, using the default setup, the install path variables should be: <br /> <br /> phpBB Relative Path: phpBB2/ <br /> Portal URL: <a href="http://www.yourdomain.com/" target="_blank">http://www.yourdomain.com/</a> <br /> phpBB URL: <a href="http://www.yourdomain.com/phpBB2/" target="_blank">http://www.yourdomain.com/phpBB2/</a> <br /> <br /> I'm repeating this just to clarify this for any of you who are confused. <img src="http://www.mx-system.com/forum/images/smiles/icon_wink.gif" alt="Wink" border="0" /> <br /> <br /> <span style="font-style: italic">Note</span>: These are standard install paths, since they acknowledge the standard phpBB install directory (/phpBB2). No further changes are needed for the phpBB configuration. <br /> <br /> <span style="font-weight: bold">3)</span> Unzip the distributed MX-Portal files and upload <br /> <br /> <span style="font-style: italic">Special note</span> <br /> mxBB needs write access/permissions to the cache folder and the mx_meta.inc file. <br /> <br /> ## CHMOD (0777) THE FOLLOWING FILES/DIRECTORIES: <br /> ## - mxroot/cache/ <br /> ## - mxroot/mx_meta.inc <br /> <br /> For those with Windows servers, CHMOD 0777 gives read, write, and access permissions to all 3 auth types (commonly Owner, Group, and Other/Anonymous). You'll have to give the files/folders above these permissions; this depends from host to host, though usually you can do it via your hosting control panel (ie cPanel, DirectAdmin, etc.). <br /> <br /> <span style="font-weight: bold">4)</span> In your browser, call <a href="http://www.yourdomain.com/mxroot/install/." target="_blank">http://www.yourdomain.com/mxroot/install/.</a> Replace "mxroot" with whatever name you had for your mxBB folder, which contains all of the mxBB files and folders. <br /> <br /> With the new installer recently introduced for 2.7.5, all of the values should already be filled in, and you should be set up to go and click "Install." However, you should go over the information filled in. If you definitely need something changed, and you KNOW WHAT YOU'RE DOING, then go ahead, though the mxBB Installer probably has the most accurate information. <br /> <br /> <span style="font-style: italic">Note</span>: The install script creates/generates the mxBB config.php file. If for some reason the install fails, you may need to remove the created config.php manually before retrying the install. <br /> <br /> <span style="font-style: italic">Note</span>: If you feel like doing a fresh reinstallation, you have to remove old mxBB config.php file; otherwise, the script will try to update. <br /> <br /> Also, some webservers deny the installer the rights to edit the config.php file. In this case you'll need to CHMOD the config.php file to 0777. (CHMOD is overviewed above). If you have any other errors regarding config.php (you shouldn't), go <a href="http://www.mx-system.com/forum/viewtopic.php?t=5593#configerror" target="_blank" class="postlink">here</a> <br /> <br /> <span style="font-weight: bold">5)</span> Don't forget to remove the install and contrib folders after a successful installation! Otherwise, this could mean a potential security hole. <br /> <br /> <span style="font-weight: bold">6)</span> Installation Complete! <img src="http://www.mx-system.com/forum/images/smiles/icon_smile.gif" alt="Smile" border="0" /> <br /> Now enter the Portal Admin CP and configure the portal. The user interface is intuitive. For further information, visit some of our docs/KB articles at mx-system.com . <br /> <br /> <img src="http://www.mx-system.com/images/docs/adminCP_overview.gif"> <br /> <br /> Note 1: In version 2.7.x there's a new syntax for the mxBB config.php file. This may be of interest for those who want to edit this file directly: <br /> <br /> </span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><b>Code:</b></span></td> </tr> <tr> <td class="code"><?php <br /> <br /> // <br /> // MX-Portal 2.x auto-generated config file <br /> // <br /> // <br /> <br /> $mx_table_prefix = "mx_"; <br /> <br /> define('MX_INSTALLED', true); <br /> <br /> $dbms = 'mysql'; <br /> <br /> $dbhost = 'host'; <br /> $dbname = 'DBNAME'; <br /> $dbuser = 'DBUSER'; <br /> $dbpasswd = 'DBPASSWD'; <br /> <br /> $table_prefix = 'phpbb_'; <br /> <br /> define('PHPBB_INSTALLED', true); <br /> <br /> $phpbb_root_path = $mx_root_path . "/forum/" <br /> <br /> ?></td> </tr></table><span class="postbody"> <br /> <br /> <a href="#top">Back to Top</a> <br /> <br /> <a name="upgrade"> <br /> <span style="font-size: 18px; line-height: normal"><span style="font-weight: bold">Ib. Upgrade Instructions</span></span> <br /> </a> <br /> <br /> <img src="http://www.techbaseforums.com/files/images/mxbb_upgrade_276.jpg" /> <br /> <br /> When upgrading from older versions, you should first apply the changes described to upgrade from your current version to the next, and so on! <br /> <br /> If your current portal version is far from more than one release, we advise you to remove all your portal files from your webspace, then proceed as if it was a new installation, except: keep your current portal config.php file (otherwise, the installation wizard will assume you're doing a fresh installation! ) and also all non-core modules in place. <br /> <br /> Remember: The rule that makes the Installation Wizard switch from installation to upgrade modes is the presence of a valid config.php in your portal root folder, with all correct settings in place. The upgrade mode makes changes to your database to upgrade to latest version, whereas the install mode DELETEs all your previous portal tables (if exist) and then creates fresh tables with default settings! <br /> <br /> <span style="color: red">Please, make sure you have verified backups of ALL your files and database BEFORE proceeding!</span> <br /> <br /> <br /> <span style="font-weight: bold">Step by step upgrade instructions from 2.7.3 to the latest version in 5/10 minutes!</span> <br /> <ul><li>First step, of course, and this is a must: Make backups of ALL your files and database BEFORE proceeding! <br /> <br /> * NOTE: Minutes count after this step is completely done and verified <img src="http://www.mx-system.com/forum/images/smiles/icon_mrgreen.gif" alt="Mr. Green" border="0" /> <br /> <br /> <li>Goto your AdminCP and disable your board. <br /> <br /> <li>Now, please apply the changes described to upgrade from your current version to the next, and so on! <br /> <br /> <ul><li><a href="mx_upgrade_changes_between_2.7.3_and_2.7.5.htm" target="_blank" class="postlink"><span style="font-weight: bold">Upgrade from 2.7.3 to 2.7.5</span></a> <br /> <li><a href="mx_upgrade_changes_between_2.7.5_and_2.7.5-pl4.htm" target="_blank" class="postlink"><span style="font-weight: bold">Upgrade from 2.7.5 to 2.7.5-pl4</span></a> <br /> <li><a href="mx_upgrade_changes_between_2.7.5-pl4_and_2.7.6.htm" target="_blank" class="postlink"><span style="font-weight: bold">Upgrade from 2.7.5-pl4 to 2.7.6</span></a></ul> <br /> <li>Now, extract the <span style="text-decoration: underline">latest distributed ZIP</span> and copy/upload into place all installer related stuff (preserving directory structure): <br /> <br /> COPY install/*.* <br /> <br /> <li>Then, point yourself to your website/install folder using your browser of choice. <br /> <br /> <a href="http://www.example.com/install" target="_blank">http://www.example.com/install</a> <br /> <br /> ...and follow instructions. <br /> <br /> * FYI: This step is necessary to upgrade some pieces of your database. Basically, the version number. <br /> <br /> <li>Open your FTP client/File Manager of choice and delete the install and contrib directories from your portal root. <br /> <br /> <li>Goto your AdminCP and enable your board, back again. <br /> <br /> <li>You're done! <img src="http://www.mx-system.com/forum/images/smiles/icon_cool.gif" alt="Cool" border="0" /></ul> <br /> <span style="font-weight: bold">Upgrading from older versions</span> <br /> <br /> Remember to make backups first. Then simply override all of your old files (important: except your config.php file) and run the install script by calling <a href="http://www.example.com/install" target="_blank">http://www.example.com/install</a> . Also remember to upgrade all of the modules you have installed to the most recent version. <br /> <br /> <span style="font-style: italic">Note:</span> If upgrading from mxBB 2.704, we have renamed most of the core images and moved them to the template's folder. This will affect nav images in the menu, and Page Admin. You'll have to update the image names manually!! There is a PhotoShop template file ( *.PSD ) in the mxBB Download area with all MX graphics if you want to develop your own styles. <br /> <br /> <a href="#top">Back to Top</a> <br /> <br /> <a name="modules"> <br /> <span style="font-size: 18px; line-height: normal"><span style="font-weight: bold">II. Installing Add-On Modules</span></span> <br /> </a> <br /> <br /> Official Modules are released <a href="http://www.mx-system.com/forum/viewforum.php?f=11" target="_blank" class="postlink">here</a>. Simply download a module pack, unZIP it onto your computer, and upload it into the mxroot/modules/ folder (see image below). Go into your mxBB Admin CP, and click on the "Install Module" button in the <span style="font-weight: bold">Module Administration</span> page. For further instructions, see the install documentation for the module. <br /> <br /> <a href="#top">Back to Top</a> <br /> <br /> <img src="http://www.mx-system.com/images/docs/setup_modules.gif"> <br /> <br /> <a name="themes"> <br /> <span style="font-size: 18px; line-height: normal"><span style="font-weight: bold">III. Additional Themes/Styles</span></span> <br /> <br /> </a> <br /> <br /> Installed phpBB themes/templates may be used for mxBB too, but they also need to be installed for mxBB. Read the whole documentation article regarding theme install <a href="http://www.mx-system.com/forum/viewtopic.php?t=4741" target="_blank" class="postlink">here</a>. <br /> <br /> <span style="font-style: italic">Note:</span> mxBB uses the same theme/style syntax as phpBB, so please be sure you understand the phpBB approach before trying to adapt a theme to mxBB! <br /> <br /> <a href="#top">Back to Top</a> <br /> <br /> <a name="languages"> <br /> <span style="font-size: 18px; line-height: normal"><span style="font-weight: bold">IV. Additional Languages</span></span> <br /> </a> <br /> First check to see if your language is already translated. Translated languages are downloaded in the mxBB download area. <br /> <br /> If your language is not already translated, duplicate (copy and paste) the /language/lang_english/ directory, rename it to something like "lang_yourlanguage." Translate all of the included files, save it, ZIP it, and upload it to the mxBB Languages Download Area. Be sure to report translated languages to us. We appreciate your contribution. <img src="http://www.mx-system.com/forum/images/smiles/icon_smile.gif" alt="Smile" border="0" /> <br /> <br /> <a href="#top">Back to Top</a> <br /> <br /> Jon and MennoniteHobbit <br /> <span style="font-style: italic">On behalf of the rest of the mxBB Team</span></span> </td> </tr> </table> </body> </html> --- NEW FILE: mx_install.php --- <?php /** ------------------------------------------------------------------------ * subject : mxBB-Portal Installation Script * begin : june, 2002 * copyright : (C) 2002-2005 mxBB-Portal * email : jon...@ho... * project site : www.mx-system.com * * editor settings : Please, set tabsize to 4 * * description : * ------------------------------------------------------------------------- * * $Id: mx_install.php,v 1.1 2005/05/06 06:47:59 jonohlsson Exp $ */ /** * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by [...1672 lines suppressed...] // // When the PHP realpath function is disabled it returns false and generates a message like: // // Warning: realpath (and maybe other functions) has been disabled for security reasons in // path-to-your/install/mx_install.php on line XXX // // This "security" measure seems somehow stupid since information of the filesystem layout // can be easily retrieved from PHP (and Apache) global variables ...as well as from the // same PHP generated warning message! :P // // Just wanted to mention I already saw the phpBB guys also created their own phpbb_realpath // function (in includes/functions.php). I never understood why they did it. Only if they // had documented the correct reason in their source code. ;-) // function mx_realpath($path) { return ( @function_exists('realpath') && @realpath(__FILE__) ? realpath($path) : $path ); } ?> --- NEW FILE: mx_upgrade_changes_between_2.7.5_and_2.7.5-pl4.htm --- <html> <head> <title>mxBB-Portal :: Upgrade - readme</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" 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: #E5E5E5; scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1; } /* General font families for common tags */ font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } a:link,a:active,a:visited { color : #006699; } a:hover { text-decoration: underline; color : #DD6900; } hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} /* This is the border line & background colour round the entire page */ .bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; } /* This is the outline round the main forum tables */ .forumline { background-color: #FFFFFF; border: 2px #006699 solid; } /* Main table cell colours and backgrounds */ td.row1 { background-color: #EFEFEF; } td.row2 { background-color: #DEE3E7; } td.row3 { background-color: #D1D7DC; } /* 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: #FFFFFF; background-image: url(templates/subSilver/images/cellpic2.jpg); background-repeat: repeat-y; } /* Header cells - the blue and silver gradient backgrounds */ th { color: #FFA34F; font-size: 11px; font-weight : bold; background-color: #006699; height: 25px; background-image: url(templates/subSilver/images/cellpic3.gif); } td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-image: url(templates/subSilver/images/cellpic1.gif); background-color:#D1D7DC; border: #FFFFFF; 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: #FFFFFF; border-style: solid; height: 28px; } td.row3Right,td.spaceRow { background-color: #D1D7DC; border: #FFFFFF; border-style: solid; } th.thHead,td.catHead { font-size: 12px; 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: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height : 120%; color : #000000; } /* General text */ .gen { font-size : 12px; } .genmed { font-size : 11px; } .gensmall { font-size : 10px; } .gen,.genmed,.gensmall { color : #000000; } a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; } a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; } /* The register, login, search etc links at the top of the page */ .mainmenu { font-size : 11px; color : #000000 } a.mainmenu { text-decoration: none; color : #006699; } a.mainmenu:hover{ text-decoration: underline; color : #DD6900; } /* Forum category titles */ .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699} a.cattitle { text-decoration: none; color : #006699; } a.cattitle:hover{ text-decoration: underline; } /* Forum title: Text and link to the forums used in: index.php */ .forumlink { font-weight: bold; font-size: 12px; color : #006699; } a.forumlink { text-decoration: none; color : #006699; } a.forumlink:hover{ text-decoration: underline; color : #DD6900; } /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ .nav { font-weight: bold; font-size: 11px; color : #000000;} a.nav { text-decoration: none; color : #006699; } a.nav:hover { text-decoration: underline; } /* titles for the topics: could specify viewed link colour too */ .topictitle,h1,h2 { font-weight: bold; font-size: 11px; color : #000000; } a.topictitle:link { text-decoration: none; color : #006699; } a.topictitle:visited { text-decoration: none; color : #5493B4; } a.topictitle:hover { text-decoration: underline; color : #DD6900; } /* Name of poster in viewmsg.php and viewtopic.php and other places */ .name { font-size : 11px; color : #000000;} /* Location, number of posts, post date etc */ .postdetails { font-size : 10px; color : #000000; } /* The content of the posts (body of text) */ .postbody { font-size : 12px; line-height: 18px} a.postlink:link { text-decoration: none; color : #006699 } a.postlink:visited { text-decoration: none; color : #5493B4; } a.postlink:hover { text-decoration: underline; color : #DD6900} /* Quote & Code blocks */ .code { font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600; background-color: #FAFAFA; border: #D1D7DC; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } .quote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%; background-color: #FAFAFA; border: #D1D7DC; 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: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;} a.copyright { color: #444444; text-decoration: none;} a.copyright:hover { color: #000000; text-decoration: underline;} /* Form elements */ input,textarea, select { color : #000000; font: normal 11px Verdana, Arial, Helvetica, sans-serif; border-color : #000000; } /* The text input fields background colour */ input.post, textarea.post, select { background-color : #FFFFFF; } input { text-indent : 2px; } /* The buttons used for bbCode styling in message post */ input.button { background-color : #EFEFEF; color : #000000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; } /* The main submit button option */ input.mainoption { background-color : #FAFAFA; font-weight : bold; } /* None-bold submit button */ input.liteoption { background-color : #FAFAFA; 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: #DEE3E7; border-style: none; } /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ @import url("templates/subSilver/formIE.css"); --> </style> </head> <body bgcolor="#FFFFFF" text="#000000"> <table class="bodyline" cellpadding="8" cellspacing="0" width="90%" align="center"> <tr> <td colspan="2"><span class="postbody"><span style="font-size: 18px; line-height: normal">Changed/Added/Removed files between <span style="color: red"><span style="font-weight: bold">2.7.5</span></span> and <span style="color: blue"><span style="font-weight: bold">2.7.5-pl4</span></span></span> <br /> <br /> Note: The following instructions are part of our global upgrade procedure described in the <a href="http://www.mx-system.com/forum/viewtopic.php?t=1224#upgrade" target="_blank" class="postlink">Release Notes</a>! <br /> <br /> <br /> <ol type="1"><li>Please, extract the <span style="text-decoration: underline">latest distributed ZIP</span> and copy/upload into place the following new/changed files: <br /> <br /> COPY common.php <br /> COPY index.php <br /> COPY login.php <br /> COPY mx_online.php <br /> COPY admin/admin_mx_block.php <br /> COPY admin/admin_mx_gen_cache.php <br /> COPY admin/admin_mx_meta.php <br /> COPY admin/admin_mx_module.php <br /> COPY admin/admin_mx_page.php <br /> COPY cache/mx_cache.php <br /> COPY includes/mx_functions.php <br /> COPY includes/page_header.php <br /> COPY language/lang_english/lang_admin.php <br /> COPY language/lang_english/lang_main.php <br /> COPY language/lang_english/lang_meta.php <br /> </ol> </td> </tr> </table> </body> </html> --- NEW FILE: mx_upgrade_changes_between_2.7.5-pl4_and_2.7.6.htm --- <html> <head> <title>mxBB-Portal :: Upgrade - readme</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" 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: #E5E5E5; scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1; } /* General font families for common tags */ font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } a:link,a:active,a:visited { color : #006699; } a:hover { text-decoration: underline; color : #DD6900; } hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} /* This is the border line & background colour round the entire page */ .bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; } /* This is the outline round the main forum tables */ .forumline { background-color: #FFFFFF; border: 2px #006699 solid; } /* Main table cell colours and backgrounds */ td.row1 { background-color: #EFEFEF; } td.row2 { background-color: #DEE3E7; } td.row3 { background-color: #D1D7DC; } /* 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: #FFFFFF; background-image: url(templates/subSilver/images/cellpic2.jpg); background-repeat: repeat-y; } /* Header cells - the blue and silver gradient backgrounds */ th { color: #FFA34F; font-size: 11px; font-weight : bold; background-color: #006699; height: 25px; background-image: url(templates/subSilver/images/cellpic3.gif); } td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-image: url(templates/subSilver/images/cellpic1.gif); background-color:#D1D7DC; border: #FFFFFF; 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: #FFFFFF; border-style: solid; height: 28px; } td.row3Right,td.spaceRow { background-color: #D1D7DC; border: #FFFFFF; border-style: solid; } th.thHead,td.catHead { font-size: 12px; 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: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height : 120%; color : #000000; } /* General text */ .gen { font-size : 12px; } .genmed { font-size : 11px; } .gensmall { font-size : 10px; } .gen,.genmed,.gensmall { color : #000000; } a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; } a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; } /* The register, login, search etc links at the top of the page */ .mainmenu { font-size : 11px; color : #000000 } a.mainmenu { text-decoration: none; color : #006699; } a.mainmenu:hover{ text-decoration: underline; color : #DD6900; } /* Forum category titles */ .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699} a.cattitle { text-decoration: none; color : #006699; } a.cattitle:hover{ text-decoration: underline; } /* Forum title: Text and link to the forums used in: index.php */ .forumlink { font-weight: bold; font-size: 12px; color : #006699; } a.forumlink { text-decoration: none; color : #006699; } a.forumlink:hover{ text-decoration: underline; color : #DD6900; } /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ .nav { font-weight: bold; font-size: 11px; color : #000000;} a.nav { text-decoration: none; color : #006699; } a.nav:hover { text-decoration: underline; } /* titles for the topics: could specify viewed link colour too */ .topictitle,h1,h2 { font-weight: bold; font-size: 11px; color : #000000; } a.topictitle:link { text-decoration: none; color : #006699; } a.topictitle:visited { text-decoration: none; color : #5493B4; } a.topictitle:hover { text-decoration: underline; color : #DD6900; } /* Name of poster in viewmsg.php and viewtopic.php and other places */ .name { font-size : 11px; color : #000000;} /* Location, number of posts, post date etc */ .postdetails { font-size : 10px; color : #000000; } /* The content of the posts (body of text) */ .postbody { font-size : 12px; line-height: 18px} a.postlink:link { text-decoration: none; color : #006699 } a.postlink:visited { text-decoration: none; color : #5493B4; } a.postlink:hover { text-decoration: underline; color : #DD6900} /* Quote & Code blocks */ .code { font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600; background-color: #FAFAFA; border: #D1D7DC; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } .quote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%; background-color: #FAFAFA; border: #D1D7DC; 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: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;} a.copyright { color: #444444; text-decoration: none;} a.copyright:hover { color: #000000; text-decoration: underline;} /* Form elements */ input,textarea, select { color : #000000; font: normal 11px Verdana, Arial, Helvetica, sans-serif; border-color : #000000; } /* The text input fields background colour */ input.post, textarea.post, select { background-color : #FFFFFF; } input { text-indent : 2px; } /* The buttons used for bbCode styling in message post */ input.button { background-color : #EFEFEF; color : #000000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; } /* The main submit button option */ input.mainoption { background-color : #FAFAFA; font-weight : bold; } /* None-bold submit button */ input.liteoption { background-color : #FAFAFA; 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: #DEE3E7; border-style: none; } /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ @import url("templates/subSilver/formIE.css"); --> </style> </head> <body bgcolor="#FFFFFF" text="#000000"> <table class="bodyline" cellpadding="8" cellspacing="0" width="90%" align="center"> <tr> <td colspan="2"><span class="postbody"><span style="font-size: 18px; line-height: normal">Changed/Added/Removed files between <span style="color: red"><span style="font-weight: bold">2.7.5-pl4</span></span> and <span style="color: blue"><span style="font-weight: bold">2.7.6</span></span></span> <br /> <br /> Note: The following instructions are part of our global upgrade procedure described in the <a href="http://www.mx-system.com/forum/viewtopic.php?t=1224#upgrade" target="_blank" class="postlink">Release Notes</a>! <br /> <br /> <br /> <ol type="1"><li>Using your FTP client of choice (or File Manager, if your webserver is local), point yourself into the directory where your mxBB-Portal is installed and remove the following files: <br /> <br /> <span style="color: red">* WARNING: Do NOT confuse with the same/similar files/folders in the phpBB directory !!!</span> <br /> <br /> DELETE more_smilies.php <br /> DELETE mx_meta.inc.distrib <br /> DELETE templates/subSilver/bbcode.tpl <br /> DELETE templates/subSilver/confirm_body.tpl <br /> DELETE templates/subSilver/formIE.css <br /> DELETE templates/subSilver/jumpbox.tpl <br /> DELETE templates/subSilver/login_body.tpl <br /> DELETE templates/subSilver/message_body.tpl <br /> DELETE templates/subSilver/mx_posting_smilies.tpl <br /> DELETE templates/subSilver/overall_header_mxstyle.tpl <br /> DELETE templates/subSilver/overall_header_mxstyle_toPHPBB.tpl <br /> DELETE templates/subSilver/overall_header_phpbbstyle.tpl <br /> DELETE templates/subSilver/overall_header_phpbbstyle_toPHPBB.tpl <br /> DELETE templates/subSilver/posting_body.tpl <br /> DELETE templates/subSilver/posting_smilies.tpl <br /> DELETE templates/subSilver/SubSilver.css <br /> DELETE templates/subSilver/admin/admin_message_body.tpl <br /> <br /> <li>Now extract the <span style="text-decoration: underline">latest distributed ZIP</span> and copy/upload into place the following new/changed files: <br /> <br /> COPY common.php <br /> COPY extension.inc <br /> COPY index.php <br /> COPY mx_login.php <br /> COPY mx_menu_nav.php <br /> COPY mx_online.php <br /> COPY mx_poll.php <br /... [truncated message content] |