|
From: Jon O. <jon...@us...> - 2005-05-01 16:39:51
|
Update of /cvsroot/mxbb/mx_kb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv651/modules/mx_kb Modified Files: install.txt kb.php Log Message: additional fixes Index: kb.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** kb.php 20 Apr 2005 19:30:19 -0000 1.19 --- kb.php 1 May 2005 16:39:23 -0000 1.20 *************** *** 250,254 **** // mode - if ( isset( $HTTP_POST_VARS['mode'] ) || isset( $HTTP_GET_VARS['mode'] ) ) { --- 250,253 ---- Index: install.txt =================================================================== RCS file: /cvsroot/mxbb/mx_kb/install.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** install.txt 21 Apr 2005 19:36:16 -0000 1.4 --- install.txt 1 May 2005 16:39:23 -0000 1.5 *************** *** 182,191 **** ## - First Release ## - ## 1) Edit the Original phpBB2 Code. - ## 2) Upload all Remaining Files. - ## 3) Prepare the database by running the included install/upgrade-*.php file. - ## - use install_kb_tables.php for a fresh installation, - ## and upgrade_kb_tables.php if upgrading (even if from original kb 0.76 - supported! ) - ## 4) Delete install/upgrade files!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ## ############################################################## --- 182,185 ---- *************** *** 194,197 **** --- 188,206 ---- # + #-----[ Installation instructions ]------------------------------------------ + # + + 1) Edit the original phpBB2 files (fresh install only). + 2) Upload all shipped Files. + 3) Prepare the database by running the included install/upgrade-*.php file. + - use install_kb_tables.php for a fresh installation, + and upgrade_kb_tables.php if upgrading (even if from original kb 0.76 - supported! ) + 4) Delete install/upgrade files! + + # + #-----[ Shipped files to upload ]------------------------------------------ + # + + # #-----[ COPY ]------------------------------------------ # *************** *** 221,225 **** copy mx_kb/templates/subSilver/images/lang_english/kb.gif to phpbbroot/templates/subSilver/images/lang_english/kb.gif ! Notes: Files distributed in this zip, NOT used by the phpBB version of the KB MOD --- 230,237 ---- copy mx_kb/templates/subSilver/images/lang_english/kb.gif to phpbbroot/templates/subSilver/images/lang_english/kb.gif ! # ! #-----[ Note ]------------------------------------------ ! # ! Files distributed in this zip, NOT used by the phpBB version of the KB MOD *************** *** 232,235 **** --- 244,251 ---- # + #-----[ phpBB files to mod ]------------------------------------------ + # + + # #-----[ OPEN ]------------------------------------------ # |