Update of /cvsroot/mxbb/mx_linkdb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32556 Modified Files: db_install.php db_uninstall.php db_upgrade.php linkdb.php linkdb_lists.php linkdb_mini.php mx_install_readme.htm Log Message: Final updates mxBB -> MXP and alike... Index: db_uninstall.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/db_uninstall.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** db_uninstall.php 30 May 2007 21:33:00 -0000 1.9 --- db_uninstall.php 3 Jun 2008 20:08:42 -0000 1.10 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: mx_install_readme.htm =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/mx_install_readme.htm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_install_readme.htm 15 Jan 2005 23:47:36 -0000 1.2 --- mx_install_readme.htm 3 Jun 2008 20:08:43 -0000 1.3 *************** *** 218,225 **** <body bgcolor="#FFFFFF" text="#000000"> <table> ! <tr> <td colspan="2"><p><b><font size="5">MX Module - mx Linkdb <br> <font size="2">v. 0.9x</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+</p> --- 218,225 ---- <body bgcolor="#FFFFFF" text="#000000"> <table> ! <tr> <td colspan="2"><p><b><font size="5">MX Module - mx Linkdb <br> <font size="2">v. 0.9x</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+</p> *************** *** 238,253 **** III. <a href="#languages">Additional languages</a><br /> <br /> ! <a href="http://www.mx-system.com" target="_blank" class="postlink">DEMO </a> <br /> <br /> ! <a href="http://www.mx-system.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-system.com/forum/viewforum.php?f=20" target="_blank" class="postlink"> module support forum</a>. </p> ! <p>All install notes are maintained at www.mx-system.com, <a href="http://www.mx-system.com/forum/viewforum.php?f=11">here</a>.<br> <br> To summarize:<br> --- 238,253 ---- III. <a href="#languages">Additional languages</a><br /> <br /> ! <a href="http://www.mx-publisher.com" target="_blank" class="postlink">DEMO </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> To summarize:<br> *************** *** 255,259 **** If upgrading, use the upgrade option in the AdminCP<br> If uninstalling, use the delete feature in the AdminCP</p> ! <p>Note: If upgrading, do NOT delete module prior to upgrading, or else you'll lose all module data!<br /> <br /> --- 255,259 ---- If upgrading, use the upgrade option in the AdminCP<br> If uninstalling, use the delete feature in the AdminCP</p> ! <p>Note: If upgrading, do NOT delete module prior to upgrading, or else you'll lose all module data!<br /> <br /> *************** *** 270,283 **** First check to see if your language is already translated. <br /> <br /> ! Translated languages are downloaded <a href="http://www.mx-system.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 Team</p> </td> --- 270,283 ---- 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 Team</p> </td> Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/db_upgrade.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** db_upgrade.php 16 Feb 2008 21:46:53 -0000 1.27 --- db_upgrade.php 3 Jun 2008 20:08:42 -0000 1.28 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: linkdb_mini.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb_mini.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** linkdb_mini.php 13 Mar 2008 19:14:35 -0000 1.3 --- linkdb_mini.php 3 Jun 2008 20:08:43 -0000 1.4 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: linkdb_lists.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb_lists.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** linkdb_lists.php 13 Mar 2008 19:14:35 -0000 1.3 --- linkdb_lists.php 3 Jun 2008 20:08:43 -0000 1.4 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/db_install.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** db_install.php 13 Mar 2008 19:14:34 -0000 1.25 --- db_install.php 3 Jun 2008 20:08:40 -0000 1.26 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: linkdb.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** linkdb.php 13 Mar 2008 19:14:35 -0000 1.16 --- linkdb.php 3 Jun 2008 20:08:42 -0000 1.17 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * *************** *** 44,48 **** // ! // Get mxBB config settings // $portal_config = $mx_cache->obtain_mxbb_config(); --- 44,48 ---- // ! // Get MX-Publisher config settings // $portal_config = $mx_cache->obtain_mxbb_config(); |