|
From: Jon O. <jon...@us...> - 2008-06-22 10:04:47
|
Update of /cvsroot/mxbb/mx_pafiledb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5888 Modified Files: mx_install_readme.htm Log Message: Updated Index: mx_install_readme.htm =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/mx_install_readme.htm,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** mx_install_readme.htm 3 Jun 2008 20:21:57 -0000 1.9 --- mx_install_readme.htm 21 Jun 2008 23:04:06 -0000 1.10 *************** *** 219,233 **** <table> <tr> ! <td colspan="2"><p><b><font size="5">MX Module - pafileDB<br> ! <font size="2">v. 2.0.1</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</p> ! <p><span style="font-weight: bold">Description</span> <br /> ! The MX-Publisher 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 /> --- 219,238 ---- <table> <tr> ! <td colspan="2"><p><b><font size="5">MXP</font><font size="5"> Module - ! File Manager (pafileDB)<br> ! <font size="2">v. 2.2.5</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 [Credits]</strong><br /> ! <a href="mailto:jon...@mx...">Jon Ohlsson</a> [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin]<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 /> ! Full featured File Manager with for example commenting, ratings, etc. ! Also nice blocks to list latest files and quick downloads.</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 /> *************** *** 240,303 **** </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>. </p> ! <p>Special note for pafileDB:<br> ! ## Create and CHMOD (0777) THE FOLLOWING DIRECTORIES: <br> ! ## - pafiledb/uploads/ <br> ! ## - pafiledb/cache/ <br> ! ## - pafiledb/cache/templates/subSilver/ <br> ! ## - pafiledb/cache/templates/subSilver/admin <br> ! ## - pafiledb/images/screenshots/</p> ! <p><i>To summarize:</i></p> <ul> ! <li> If installing from scratch, use the "install module" option ! in the AdminCP - Modules</li> ! <li> If upgrading, use the "upgrade module" option in the AdminCP - Modules</li> ! <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"> --- 245,277 ---- </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 ! AdminCP - Modules</li> ! <li> If upgrading, use the "upgrade module" option in the ! AdminCP - Modules</li> ! <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>Special note for this Module:<br> ! ## Create and CHMOD (0777) THE FOLLOWING DIRECTORIES: <br> ! ## - pafiledb/uploads/ <br> ! ## - pafiledb/cache/ <br> ! ## - pafiledb/cache/templates/subSilver/ <br> ! ## - pafiledb/cache/templates/subSilver/admin <br> ! ## - pafiledb/images/screenshots/</p> ! <p> <a href="#top"> Back to Top</a> <br /> <br /> <a name="themes"> *************** *** 311,328 **** <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 ! folder. If not, duplicate (copy and paste) any included language file, ! rename to match your language, translate using any texteditor, save and ! upload. <br /> <br /> <a href="#top"> Back to Top</a> </p> ! <p> /MX-Publisher Team</p> </td> ! </tr> </table> </body> --- 285,302 ---- <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 ! folder. If not, duplicate (copy and paste) any included language ! file, rename to match your language, translate using any texteditor, ! save ! and ! upload. <br /> <br /> <a href="#top"> Back to Top</a> </p> ! <p> /MXP Team</p> </td> ! </tr> </table> </body> |