|
From: Jon O. <jon...@us...> - 2008-06-22 10:29:50
|
Update of /cvsroot/mxbb/mx_kb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv911 Modified Files: mx_install_readme.htm Log Message: Updated Index: mx_install_readme.htm =================================================================== RCS file: /cvsroot/mxbb/mx_kb/mx_install_readme.htm,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** mx_install_readme.htm 3 Jun 2008 20:08:23 -0000 1.12 --- mx_install_readme.htm 21 Jun 2008 22:57:49 -0000 1.13 *************** *** 221,235 **** <td colspan="2"><p><b><font size="5">MXP</font><font size="5"> Module - Knowledge Base <br> ! <font size="2">v. 2.0.2</font></font></b></p> <p><span style="font-weight: bold"><span style="font-size: 16px; line-height: normal">Module</span></span> <br /> ! - for Mx Portal v. 2.7.5+ (with some notes, see below)</p> <p><strong>Author</strong><br /> ! Haplo<br /> <br /> <span style="font-weight: bold">Description</span> <br /> ! The MXP Module is an addon product for the MX-Publisher.</p> <p><strong>Features</strong> <br /> ! Easy to use and install/uninstall module.</p> <p> <br /> I. <a href="#install">Installation instructions</a> <br /> --- 221,239 ---- <td colspan="2"><p><b><font size="5">MXP</font><font size="5"> Module - Knowledge Base <br> ! <font size="2">v. 2.2.4</font></font></b></p> <p><span style="font-weight: bold"><span style="font-size: 16px; line-height: normal">Module</span></span> <br /> ! - for MXP 2.8.x and 3.0.x (with some notes, see below)</p> <p><strong>Author</strong><br /> ! Jon Ohlsson<br /> <br /> <span style="font-weight: bold">Description</span> <br /> ! The MXP Module is an addon product for the MX-Publisher Core.</p> <p><strong>Features</strong> <br /> ! Standard Knowledge Base features with commenting, ratings, etc. Also ! nice blocks to list latest articles and an AJAX block for fast browsing ! of articles.</p> ! <p>Note: <em>This module currently supports standalone/internal and phpBB2 ! mode only (with MXP 3.0.x)</em></p> <p> <br /> I. <a href="#install">Installation instructions</a> <br /> *************** *** 242,256 **** </a> <br /> <br /> ! <a href="http://www.mx-publisher.com/index.php?page=4" target="_blank" class="postlink"> DOWNLOAD </a> <br /> <br /><a name="install"> <br /> <span style="font-weight: bold">I. Installation Instructions</span> <br /> ! To install this module, follow these instructions. If you encounter any ! problems during install, visit the <a href="http://www.mx-publisher.com/forum/viewforum.php?f=20" target="_blank" class="postlink"> ! module support forum</a>. </p> ! <p>All install notes are maintained at www.mx-publisher.com, <a href="http://www.mx-publisher.com/forum/viewforum.php?f=11">here</a>.<br> ! <br> ! <i>To summarize:</i></p> <ul> <li> If installing from scratch, use the "install module" option in the --- 246,261 ---- </a> <br /> <br /> ! <a href="http://www.mx-publisher.com/download" target="_blank" class="postlink"> DOWNLOAD </a> <br /> <br /><a name="install"> <br /> <span style="font-weight: bold">I. Installation Instructions</span> <br /> ! To install this module, follow these instructions.</p> ! <p>If you encounter any ! problems during install, or if you need further assistance, visit the ! MXP<a href="http://www.mx-publisher.com/forum/" target="_blank" class="postlink"> ! support forum</a> or <a href="http://www.mx-publisher.com/docs" target="_blank" class="postlink">Online ! Docs</a>.</p> ! <p> <i>To summarize:</i></p> <ul> <li> If installing from scratch, use the "install module" option in the *************** *** 260,296 **** <li> If uninstalling, use the "delete module" feature in the AdminCP - Modules</li> ! </ul> <p><i>Note:</i> If upgrading, do NOT delete module prior to upgrading, or else ! you'll lose all module data!</p> ! <p><i>Note also:</i> Since this module is developed for next generation ! MX-Publisher Core, you have to patch your core 2.7.5 portal if downloaded prior ! to this module release. If using latest core this patch is already included.</p> ! <p>OPEN admin/admin_mx_module.php</p> ! <p>FIND</p> ! <table width="100%" border="1" cellpadding="2"> ! <tr> ! <td><font size="1">// <br> ! // Generate safe object identifiers for the target DB<br> ! // where this module pack is going to be imported...<br> ! // </font></td> ! </tr> ! </table> <p>BEFORE ADD</p> ! <table width="100%" border="1" cellpadding="2"> ! <tr> ! <td><font size="1">// Start - For compatibility with MX-Publisher modules 2.x<br> ! $fcontents_temp = array();<br> ! for($i = 0; $i < count($fcontents); $i++) {<br> ! $module_data = explode($delimeter, trim($fcontents[$i]));<br> ! <br> ! if ( $module_data[0] != 'New_function' && $module_data[4] != 'endoflist' ! )<br> ! {<br> ! $fcontents_temp[] = implode($delimeter, $module_data);<br> ! }<br> ! }<br> ! $fcontents = $fcontents_temp;<br> ! // End - MX-Publisher modules 2.x code patch</font></td> ! </tr> ! </table> <p><br /> ! <a href="#top"> Back to Top</a> <br /> <br /> <a name="themes"> --- 265,271 ---- <li> If uninstalling, use the "delete module" feature in the AdminCP - Modules</li> ! </ul> <p><i>Note:</i> If upgrading, do NOT delete/uninstall the module prior ! to upgrading, or else you'll lose all module data!</p> ! <p> <a href="#top"> Back to Top</a> <br /> <br /> <a name="themes"> *************** *** 304,311 **** <br /> <span style="font-weight: bold">III. Additional Languages</span> <br /> ! First check to see if your language is already translated. <br /> ! <br /> ! Translated languages are downloaded <a href="http://www.mx-publisher.com/index.php?page=4&action=category&cat_id=5" target="_blank" class="postlink"> ! here</a>. <br /> <br /> If exists, download and install in the modules/mx_modulename/language --- 279,284 ---- <br /> <span style="font-weight: bold">III. Additional Languages</span> <br /> ! First check to see if your language is already translated. Available ! translations are hosted at www.mx-publisher.com<br /> <br /> If exists, download and install in the modules/mx_modulename/language *************** *** 316,320 **** upload. <br /> <br /> ! <a href="#top"> Back to Top</a> </p> <p> /MXP Team</p> </td> --- 289,293 ---- upload. <br /> <br /> ! <a href="#top"> Back to Top</a> </p> <p> /MXP Team</p> </td> |