Update of /cvsroot/mxbb/mx_ggsitemaps/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31881/includes Modified Files: common_GGsitemaps.php index_forum.php index_kb.php index_mx.php sitemap_forum.php sitemap_kb.php sitemap_mx.php Log Message: Final updates mxBB -> MXP and alike... Index: index_mx.php =================================================================== RCS file: /cvsroot/mxbb/mx_ggsitemaps/includes/index_mx.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index_mx.php 22 Jul 2007 21:17:35 -0000 1.1 --- index_mx.php 3 Jun 2008 20:08:07 -0000 1.2 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_ggsitemaps * @version $Id$ ! * @copyright (c) 2002-2006 [www.phpbb-seo.com] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_ggsitemaps * @version $Id$ ! * @copyright (c) 2002-2006 [www.phpbb-seo.com] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: sitemap_mx.php =================================================================== RCS file: /cvsroot/mxbb/mx_ggsitemaps/includes/sitemap_mx.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** sitemap_mx.php 28 Jan 2008 21:48:50 -0000 1.2 --- sitemap_mx.php 3 Jun 2008 20:08:08 -0000 1.3 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_ggsitemaps * @version $Id$ ! * @copyright (c) 2002-2006 [www.phpbb-seo.com] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_ggsitemaps * @version $Id$ ! * @copyright (c) 2002-2006 [www.phpbb-seo.com] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: common_GGsitemaps.php =================================================================== RCS file: /cvsroot/mxbb/mx_ggsitemaps/includes/common_GGsitemaps.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** common_GGsitemaps.php 28 Jan 2008 21:48:50 -0000 1.2 --- common_GGsitemaps.php 3 Jun 2008 20:08:06 -0000 1.3 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_ggsitemaps * @version $Id$ ! * @copyright (c) 2002-2006 [www.phpbb-seo.com] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_ggsitemaps * @version $Id$ ! * @copyright (c) 2002-2006 [www.phpbb-seo.com] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * *************** *** 23,26 **** --- 23,31 ---- } + // + // Base template + // + $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x + define('GGSITEMAP_TABLE', $table_prefix.'ggsitemap_config'); *************** *** 39,43 **** } ! // Basically the mxBB Portal mx_redirect function // Used to circumvent header already sent matters function mx_sitemaps_redirect($url) --- 44,48 ---- } ! // Basically the MX-Publisher Portal mx_redirect function // Used to circumvent header already sent matters function mx_sitemaps_redirect($url) Index: index_kb.php =================================================================== RCS file: /cvsroot/mxbb/mx_ggsitemaps/includes/index_kb.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index_kb.php 22 Jul 2007 21:17:34 -0000 1.1 --- index_kb.php 3 Jun 2008 20:08:07 -0000 1.2 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_ggsitemaps * @version $Id$ ! * @copyright (c) 2002-2006 [www.phpbb-seo.com] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_ggsitemaps * @version $Id$ ! * @copyright (c) 2002-2006 [www.phpbb-seo.com] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: index_forum.php =================================================================== RCS file: /cvsroot/mxbb/mx_ggsitemaps/includes/index_forum.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index_forum.php 22 Jul 2007 21:17:33 -0000 1.1 --- index_forum.php 3 Jun 2008 20:08:07 -0000 1.2 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_ggsitemaps * @version $Id$ ! * @copyright (c) 2002-2006 [www.phpbb-seo.com] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_ggsitemaps * @version $Id$ ! * @copyright (c) 2002-2006 [www.phpbb-seo.com] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: sitemap_forum.php =================================================================== RCS file: /cvsroot/mxbb/mx_ggsitemaps/includes/sitemap_forum.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sitemap_forum.php 22 Jul 2007 21:17:36 -0000 1.1 --- sitemap_forum.php 3 Jun 2008 20:08:08 -0000 1.2 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_ggsitemaps * @version $Id$ ! * @copyright (c) 2002-2006 [www.phpbb-seo.com] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_ggsitemaps * @version $Id$ ! * @copyright (c) 2002-2006 [www.phpbb-seo.com] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: sitemap_kb.php =================================================================== RCS file: /cvsroot/mxbb/mx_ggsitemaps/includes/sitemap_kb.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sitemap_kb.php 22 Jul 2007 21:17:36 -0000 1.1 --- sitemap_kb.php 3 Jun 2008 20:08:08 -0000 1.2 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_ggsitemaps * @version $Id$ ! * @copyright (c) 2002-2006 [www.phpbb-seo.com] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_ggsitemaps * @version $Id$ ! * @copyright (c) 2002-2006 [www.phpbb-seo.com] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * |