|
From: Jon O. <jon...@us...> - 2008-07-01 21:49:26
|
Update of /cvsroot/mxbb/mx_kb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32301 Modified Files: db_install.php mx_install_readme.htm Log Message: image buttons minor bugfixes cleanup Index: mx_install_readme.htm =================================================================== RCS file: /cvsroot/mxbb/mx_kb/mx_install_readme.htm,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** mx_install_readme.htm 21 Jun 2008 23:03:11 -0000 1.14 --- mx_install_readme.htm 1 Jul 2008 21:49:21 -0000 1.15 *************** *** 224,229 **** <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 /> --- 224,230 ---- <p><span style="font-weight: bold"><span style="font-size: 16px; line-height: normal">Module</span></span> <br /> ! - for MXP Core 2.8.x and 3.0.x (with some notes, see below)</p> ! <p>Note: <em>This module currently supports standalone/internal and phpBB2 ! mode only (with MXP 3.0.x)</em></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 /> *************** *** 233,241 **** 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 /> <br /> II. <a href="#themes">Additional styles</a> <br /> --- 234,239 ---- 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> I. <a href="#install">Installation/Upgrade instructions</a> <br /> <br /> II. <a href="#themes">Additional styles</a> <br /> *************** *** 248,252 **** <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 /> --- 246,251 ---- <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 /> Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/db_install.php,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** db_install.php 3 Jun 2008 20:08:19 -0000 1.55 --- db_install.php 1 Jul 2008 21:49:21 -0000 1.56 *************** *** 31,35 **** $mx_module_version = '2.2.4'; ! $mx_module_copy = 'Original phpBB <i>Knowledge Base</i> MOD by <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=89202" target="_phpbb" >wGEric/Jon Ohlsson</a> :: Adapted for Mx-Publisher by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; // For compatibility with core 2.7.+ --- 31,35 ---- $mx_module_version = '2.2.4'; ! $mx_module_copy = 'Original phpBB <i>Knowledge Base</i> MOD by <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=89202" target="_phpbb" >wGEric/Jon Ohlsson</a> :: Adapted for MX-Publisher by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; // For compatibility with core 2.7.+ |