|
From: mhewitson <mhe...@us...> - 2007-01-30 00:12:12
|
Update of /cvsroot/mxbb/mx_phpbb In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv17571/mx_phpbb Added Files: readme.txt Log Message: Readme.txt added with install instructions for module. --- NEW FILE: readme.txt --- /********************************************************************************\ | | subject : mx-portal, CMS & portal, module | name : mx_phpbb | copyright : (C) 2002-2005 MX-System | mxBB project site : www.mx-system.com | | | | description : The "mx_phpbb" block is a block that | will allow 'complete intergration' between your | phpBB install, and mxBB Portal. | It requires a small addition to phpBBB's | common.php, detailed below. | | | | \********************************************************************************/ /********************************************************************************\ | Installation Instructions \********************************************************************************/ Note: In order for this module to install you must have a working phpBB and mxBB installation. phpbbroot refers to where your phpBB2 install is located, e.g in phpBB2/ or forum/ # #-----[ OPEN ]------------------------------------------ # phpbbroot/common.php # #-----[ FIND ]------------------------------------------ # ?> # #-----[ REPLACE WITH ]------------------------------------------ # //+mxbb_portal if( !defined('IN_ADMIN') ) { $mx_root_path = './../'; include_once($mx_root_path.'modules/mx_phpbb/includes/forum_hack.'.$phpEx); } //-mxbb_portal ?> # #-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ # # EoM ** Now, add the newly created mx_phpbb Block to a relevant portal page and remove, the now redundant mx_forum block. /********************************************************************************\ | End Of Document \********************************************************************************/ |