You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
(95) |
Apr
(270) |
May
(111) |
Jun
|
Jul
|
Aug
(64) |
Sep
(130) |
Oct
(319) |
Nov
(17) |
Dec
(191) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(53) |
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(387) |
Jul
(102) |
Aug
(247) |
Sep
(120) |
Oct
(1) |
Nov
(8) |
Dec
(21) |
| 2007 |
Jan
(38) |
Feb
(36) |
Mar
|
Apr
(32) |
May
(135) |
Jun
(523) |
Jul
(192) |
Aug
(103) |
Sep
(533) |
Oct
(77) |
Nov
(23) |
Dec
(203) |
| 2008 |
Jan
(312) |
Feb
(1193) |
Mar
(404) |
Apr
(67) |
May
(62) |
Jun
(497) |
Jul
(297) |
Aug
(110) |
Sep
(335) |
Oct
(256) |
Nov
(50) |
Dec
(118) |
| 2009 |
Jan
(67) |
Feb
(10) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(10) |
Jul
(61) |
Aug
|
Sep
(16) |
Oct
(45) |
Nov
(12) |
Dec
(14) |
| 2010 |
Jan
(30) |
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
(7) |
Aug
(7) |
Sep
(5) |
Oct
(5) |
Nov
|
Dec
|
| 2011 |
Jan
(7) |
Feb
(3) |
Mar
(89) |
Apr
(11) |
May
(5) |
Jun
|
Jul
(8) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(89) |
| 2012 |
Jan
(7) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(3) |
Oct
(42) |
Nov
(1) |
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
(19) |
Apr
(90) |
May
(38) |
Jun
(235) |
Jul
(38) |
Aug
(10) |
Sep
|
Oct
(29) |
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(6) |
May
(52) |
Jun
|
Jul
(7) |
Aug
|
Sep
(17) |
Oct
|
Nov
|
Dec
|
|
From: Jon O. <jon...@us...> - 2005-10-15 22:12:28
|
Update of /cvsroot/mxbb/core/modules/mx_mod_rewrite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28601/modules/mx_mod_rewrite Added Files: mod_rewrite_how_to_doc.txt Log Message: Adding support for mod_rewrite --- NEW FILE: mod_rewrite_how_to_doc.txt --- mod_rewrite for mxBB ----------------------------------------------------------------------------------------------------- "Despite the tons of examples and docs, mod_rewrite is voodoo. Damned cool voodoo, but still voodoo." -- Brian Moore be...@ne... Requirements ------------ You need Apache server with module mod_rewrite enabled. http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html Setup instructions for mxBB --------------------------- Located in the contrib folder are located the files .htaccess and rewrite_custom_defs.php. These files should be moved as instructed: mxBB_root/.htaccess (required) mxBB_root/modules/mx_mod_rewrite/rewrite_custom_defs.php (optional) The preconfigured "rules" will transform any portal url (http://domain/index.php?page=x) to an SEO alternative (http://domain/pagex). All Navigation Menu urls will apply to these rules. Custom rules (defs) ------------------- You may (optionally) define more rules, to make your site even more SEO and user friendly. Such additional rules are defined in rewrite_custom_defs.php (mxBB side of things) and in the .htaccess file (server side of things). This distribution comes with a basic set of examples. To see a "live" example of mod_rewrite in action with mxBB, visit www.samskolan.se Resources --------- You'll need some knowledge of Apache and its .htaccess usage - and mod_rewrite itself. Further you need some regex skills. http://mpcon.org/apacheguide/ http://www.ilovejackdaniels.com/cheat-sheets/mod_rewrite-cheat-sheet/ http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html |
|
From: Jon O. <jon...@us...> - 2005-10-15 22:12:25
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28601/includes Modified Files: mx_functions.php Log Message: Adding support for mod_rewrite Index: mx_functions.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions.php,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** mx_functions.php 13 Oct 2005 17:25:51 -0000 1.49 --- mx_functions.php 15 Oct 2005 22:12:17 -0000 1.50 *************** *** 1505,1620 **** } // class mx_request_vars - class mx_mod_rewrite - { - function encode($url) - { - //echo('<br><br>'.$url); - - $input = array( - "'(?)index.php'", - - // - // User defined - // - "'(?)index.htm\?page=9(&|\&|$)'", - "'(?)index.htm\?page=5(&|\&|$)'", - "'(?)index.htm\?page=7(&|\&|$)'", - "'(?)index.htm\?page=27(&|\&|$)'", - "'(?)index.htm\?page=11(&|\&|$)'", - "'(?)index.htm\?page=3(&|\&|$)'", - - "'(?)index.htm\?page=10(&|\&|$)'", - "'(?)index.htm\?page=46(&|\&|$)'", - "'(?)index.htm\?page=6(&|\&|$)'", - "'(?)index.htm\?page=8(&|\&|$)'", - "'(?)index.htm\?page=28(&|\&|$)'", - "'(?)index.htm\?page=22(&|\&|$)'", - "'(?)index.htm\?page=35(&|\&|$)'", - "'(?)index.htm\?page=32(&|\&|$)'", - "'(?)index.htm\?page=41(&|\&|$)'", - "'(?)index.htm\?page=19(&|\&|$)'", - "'(?)index.htm\?page=4(&|\&|$)'", - - "'(?)index.htm\?page=1(&|\&|$)'", - - "'(?)index.htm\?page=2(&|\&|$)'", - "'dynamic_block=78'", // idag/lilla - "'dynamic_block=79'", // idag/stora/ar-7-9 - "'dynamic_block=80'", // idag/stora/gymnasiet - "'dynamic_block=69'", // traditioner/1 - "'dynamic_block=71'", // traditioner/2 - "'dynamic_block=70'", // pedagogik/1 - "'dynamic_block=74'", // pedagogik/2 - "'dynamic_block=75'", // pedagogik/3 - "'dynamic_block=76'", // pedagogik/4 - "'dynamic_block=77'", // pedagogik/5 - - "'(?)index.htm\?page=81(&|\&|$)'", - - - // - // General - // - "'(?)index.htm\?page=([0-9]*)'", - "'(?)index.htm\?block_id=([0-9]*)'", - "'(&|\&)dynamic_block=([0-9]*)'", - "'(&|\&)cat_link=([0-9]*)'", - ); - - $output = array( - "index.htm", - - // - // Site Specific - // - "lilla/elev", - "lilla/kalender", - "lilla/kontakt", - "lilla/lankar", - "lilla/forum", - "lilla", - - "stora/elev", - "stora/foto", - "stora/kalender", - "stora/kontakt", - "stora/lankar", - "stora/forum", - "stora/basketligan", - "stora/elevrad", - "stora/sambladet", - "stora/sambladet", - "stora", - - "hem", - "omskolan", - "/idag/lilla", - "/idag/stora/ar7-9", - "/idag/stora/gymnasiet", - "/traditioner/1", - "/traditioner/2", - "/pedagogik/1", - "/pedagogik/2", - "/pedagogik/3", - "/pedagogik/4", - "/pedagogik/5", - "ansokan", - - // - // General - // - "page\\1", - "block\\1", - "/sub\\2", - "/catlink\\2", - ); - - $url = preg_replace($input, $output, $url); - - //echo('<br>'.$url); - - return $url; - } - } - ?> \ No newline at end of file --- 1505,1507 ---- |
|
From: Jon O. <jon...@us...> - 2005-10-15 22:12:25
|
Update of /cvsroot/mxbb/core/modules/mx_mod_rewrite/contrib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28601/modules/mx_mod_rewrite/contrib Added Files: .htaccess rewrite_custom_defs.php Log Message: Adding support for mod_rewrite --- NEW FILE: rewrite_custom_defs.php --- <?php /** ------------------------------------------------------------------------ * Subject : mxBB - a fully modular portal and CMS (for phpBB) * Author : Jon Ohlsson and the mxBB Team * Credits : The phpBB Group & Marc Morisette * Copyright : (C) 2002-2005 mxBB Portal * Email : jo...@mx... * Project site : www.mxbb-portal.com * ------------------------------------------------------------------------- * * $Id: rewrite_custom_defs.php,v 1.1 2005/10/15 22:12:17 jonohlsson Exp $ */ /** * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. */ // // Module functions class // Do not define module functions outside this class!! // class mx_mod_rewrite_custom { /* Examples given below will define rules for the following site urls: http://domain/home http://domain/forum http://domain/something http://domain/something_more http://domain/info http://domain/info/p1 http://domain/info/p2 http://domain/info/p3 */ function encode($url) { $input = array( // // What to map? // /* // Examples "'(?)index.htm\?page=1($|&|\&)'", // Home "'(?)index.htm\?page=2($|&|\&)'", // Forum "'(?)index.htm\?page=3($|&|\&)'", // Something "'(?)index.htm\?page=4($|&|\&)'", // Something_more "'(?)index.htm\?page=5($|&|\&)'", // info "'(&|\&)dynamic_block=1'", // Sub page 1 "'(&|\&)dynamic_block=2'", // Sub page 2 "'(&|\&)dynamic_block=3'", // Sub page 3 */ ); $output = array( // // Map to... // /* "home\\1", "forum\\1", "something\\1", "something_more\\1", "info\\1", "/p1", "/p2", "/p3", */ ); $url = preg_replace($input, $output, $url); return $url; } } ?> --- NEW FILE: .htaccess --- DirectoryIndex index.php index.cgi index.pl index.shtml index.html # # Limit # <Limit GET HEAD POST> # # Allow access to everyone, but... # order allow,deny allow from all # # Banned: Who, Reason, Reference Link (topic), etc. ???... # # MX # deny from 212.138.47.0/24 # deny from 212.138.64.0/22 </Limit> # deny most common except .php <FilesMatch "\.(inc|tpl|h|ihtml|sql|ini|conf|class|bin|spd|theme|module|exe)$"> deny from all </FilesMatch> #Disable .htaccess viewing from browser <Files ~ "^\.ht"> Order allow,deny Deny from all Satisfy All </Files> <Files ~ "\config.php$"> deny from all </Files> <IfModule mod_rewrite.c> RewriteEngine on # # Custom Defs (examples) # Note: You need the additional catlink version for every rule to support the navigation menu additional vars (main category links only) #RewriteRule ^home/catlink([0-9]*)(.*)$ index.php?page=1&cat_link=$1 [L] #RewriteRule ^home(.*)$ index.php?page=1 [L] #RewriteRule ^forum/catlink([0-9]*)(.*)$ index.php?page=2&cat_link=$1 [L] #RewriteRule ^forum(.*)$ index.php?page=2 [L] #RewriteRule ^something/catlink([0-9]*)(.*)$ index.php?page=3&cat_link=$1 [L] #RewriteRule ^something(.*)$ index.php?page=3 [L] #RewriteRule ^something_more/catlink([0-9]*)(.*)$ index.php?page=4&cat_link=$1 [L] #RewriteRule ^something_more(.*)$ index.php?page=4 [L] # NOTE: The parent rule must be located last in line, since they are executed in order #RewriteRule ^info/p1(.*)$ index.php?page=5&dynamic_block=1 [L] #RewriteRule ^info/p2(.*)$ index.php?page=5&dynamic_block=2 [L] #RewriteRule ^info/p3(.*)$ index.php?page=5&dynamic_block=3 [L] #RewriteRule ^info(.*)$ index.php?page=5 [L] # # General # RewriteCond %{REQUEST_URI} ^(.*)/catlink([0-9]*)(.*)$ RewriteRule ^page([0-9]*)/catlink([0-9]*)(.*)$ index.php?page=$1&cat_link=$2 [L] RewriteCond %{REQUEST_URI} ^(.*)/sub([0-9]*)(.*)$ RewriteRule ^page([0-9]*)/sub([0-9]*)(.*)$ index.php?page=$1&dynamic_block=$2 [L] RewriteCond %{REQUEST_URI} ^/page([0-9]*)(.*)$ RewriteRule ^page([0-9]*)(.*)$ index.php?page=$1$2 [L] RewriteCond %{REQUEST_URI} ^/block([0-9]*)(.*)$ RewriteRule ^block([0-9]*)(.*)$ index.php?block=$1$2 [L] </IfModule> |
|
From: Jon O. <jon...@us...> - 2005-10-15 22:12:25
|
Update of /cvsroot/mxbb/core/modules/mx_mod_rewrite/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28601/modules/mx_mod_rewrite/includes Added Files: rewrite_constants.php rewrite_functions.php Log Message: Adding support for mod_rewrite --- NEW FILE: rewrite_constants.php --- <?php /** ------------------------------------------------------------------------ * Subject : mxBB - a fully modular portal and CMS (for phpBB) * Author : Jon Ohlsson and the mxBB Team * Credits : The phpBB Group & Marc Morisette * Copyright : (C) 2002-2005 mxBB Portal * Email : jo...@mx... * Project site : www.mxbb-portal.com * ------------------------------------------------------------------------- * * $Id: rewrite_constants.php,v 1.1 2005/10/15 22:12:17 jonohlsson Exp $ */ /** * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. */ // ********************************************************************** // Read language definition // ********************************************************************** if ( !file_exists( $mx_root_path . $mx_block->module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx ) ) { include( $mx_root_path . $mx_block->module_root_path . 'language/lang_english/lang_main.' . $phpEx ); $link_language = 'lang_english'; } else { include( $mx_root_path . $mx_block->module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx ); $link_language = 'lang_' . $board_config['default_lang']; } // // Module Copyrights // $mxbb_footer_addup[] = 'mxBB mod_rewrite'; // ---------- $phpbb_module_version = "1.0"; $phpbb_module_author = "mxBB Team"; ?> --- NEW FILE: rewrite_functions.php --- <?php /** ------------------------------------------------------------------------ * Subject : mxBB - a fully modular portal and CMS (for phpBB) * Author : Jon Ohlsson and the mxBB Team * Credits : The phpBB Group & Marc Morisette * Copyright : (C) 2002-2005 mxBB Portal * Email : jo...@mx... * Project site : www.mxbb-portal.com * ------------------------------------------------------------------------- * * $Id: rewrite_functions.php,v 1.1 2005/10/15 22:12:17 jonohlsson Exp $ */ /** * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. */ // // Module functions class // Do not define module functions outside this class!! // class mx_mod_rewrite { function encode($url) { global $mx_root_path; // // First redirect to *.htm // $input = array( "'(?)index.php'", ); $output = array( "index.htm", ); $url = preg_replace($input, $output, $url); // // Load Custom Defs (if any) // if ( file_exists( $mx_root_path . 'modules/mx_mod_rewrite/includes/rewrite_custom_defs.php' ) ) { include_once( $mx_root_path . 'modules/mx_mod_rewrite/includes/rewrite_custom_defs.php' ); if (class_exists('mx_mod_rewrite_custom')) { $mx_mod_rewrite_custom = new mx_mod_rewrite_custom(); if ( method_exists( $mx_mod_rewrite_custom, 'encode' ) ) { $url = $mx_mod_rewrite_custom->encode($url); } } } // // Now do a standard mxBB mapping // - the keys are defined in the lang files // $input = array( // // General // "'(?)index.htm\?page=([0-9]*)'", "'(?)index.htm\?block_id=([0-9]*)'", "'(&|\&)dynamic_block=([0-9]*)'", "'(&|\&)cat_link=([0-9]*)'", ); $output = array( // // General // "page\\1", "block\\1", "/sub\\2", "/catlink\\2", ); $url = preg_replace($input, $output, $url); return $url; } } ?> |
|
From: Jon O. <jon...@us...> - 2005-10-15 22:12:25
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28601 Modified Files: common.php Log Message: Adding support for mod_rewrite Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** common.php 14 Oct 2005 20:06:07 -0000 1.40 --- common.php 15 Oct 2005 22:12:17 -0000 1.41 *************** *** 224,230 **** define('PORTAL_VERSION', $portal_config['portal_version']); if ($portal_config['mod_rewrite']) { ! $mx_mod_rewrite = new mx_mod_rewrite(); } --- 224,241 ---- define('PORTAL_VERSION', $portal_config['portal_version']); + // + // instantiate the mx_mod_rewrite class (if activated) + // if ($portal_config['mod_rewrite']) { ! if ( file_exists( $mx_root_path . 'modules/mx_mod_rewrite/includes/rewrite_functions.php' ) ) ! { ! include_once( $mx_root_path . 'modules/mx_mod_rewrite/includes/rewrite_functions.php' ); ! ! if (class_exists('mx_mod_rewrite')) ! { ! $mx_mod_rewrite = new mx_mod_rewrite(); ! } ! } } |
|
From: Jon O. <jon...@us...> - 2005-10-15 22:11:22
|
Update of /cvsroot/mxbb/core/modules/mx_mod_rewrite/contrib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28242/contrib Log Message: Directory /cvsroot/mxbb/core/modules/mx_mod_rewrite/contrib added to the repository |
|
From: Jon O. <jon...@us...> - 2005-10-15 22:11:22
|
Update of /cvsroot/mxbb/core/modules/mx_mod_rewrite/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28242/includes Log Message: Directory /cvsroot/mxbb/core/modules/mx_mod_rewrite/includes added to the repository |
|
From: Jon O. <jon...@us...> - 2005-10-15 22:11:16
|
Update of /cvsroot/mxbb/core/modules/mx_mod_rewrite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28108/mx_mod_rewrite Log Message: Directory /cvsroot/mxbb/core/modules/mx_mod_rewrite added to the repository |
|
From: Justin H. <jus...@us...> - 2005-10-14 20:37:46
|
Update of /cvsroot/mxbb/mx_who_am_i In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12498/mx_who_am_i Added Files: changelog.txt mx_who_am_i.pak mx_who_am_i.php readme.txt Log Message: New module: mx_who_am_i Quick profile view for users logged in with REG access rights. --- NEW FILE: changelog.txt --- /********************************************************************************\ | | subject : mx-portal, CMS & portal, module | name : Who Am I | begin : october, 2005 | copyright : (C) 2002-2005 MX-System | author : horace & retorq (see below) | email : ho...@em... | mxBB project site : www.mx-system.com | | credit : This module is based on the mx_loggedin function | created by RETORQ. | re...@di... | www.digitalhijinx.com | | description : The "Who Am I" block is a block is a block that | will be visable only to registered users who are | logged in. It can be used to quickly display | statistics and current user image. |********************************************************************************| | | $Id: changelog.txt,v 1.1 2005/10/14 20:37:32 justinheasman Exp $ | \********************************************************************************/ /********************************************************************************\ | | This program is free software; you can redistribute it and/or modify | it under the terms of the GNU General Public License as published by | the Free Software Foundation; either version 2 of the License, or | (at your option) any later version. | \********************************************************************************/ /********************************************************************************\ | Version 1.0 - First Public Release \********************************************************************************/ * After full testing - changed version number to 1.0 for release. /********************************************************************************\ | Version 0.1 - Initial Beta Release \********************************************************************************/ * Initial release. * Re-worked mx_loggedin.php by RETORQ into a classed environment. * Re-worked template files to match new mxBB 2.8 classes. * Moved template files into templates/subSilver folder * Created includes/mx_common.php. * Created language files for the module. * Created full installation routines for module. * Renamed new module to mx_who_am_i /********************************************************************************\ | End Of Document \********************************************************************************/ --- NEW FILE: mx_who_am_i.pak --- module=+:1100=+:Who Am I=+:modules/mx_who_am_i/=+:mx_who_am_i version 1.0=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:1100=+:1110=+:Who Am I=+:Who Am I=+:mx_who_am_i.php=+: block=+:1120=+:Demo - Who Am I=+:Demo block=+:1110=+:0=+:5=+:0 function=+:0=+:0=+:0=+:endoflist=+:0=+:0 --- NEW FILE: mx_who_am_i.php --- <?php /********************************************************************************\ | | subject : mx-portal, CMS & portal, module | name : Who Am I | begin : october, 2005 | copyright : (C) 2002-2005 MX-System | author : horace & retorq (see below) | email : ho...@em... | mxBB project site : www.mx-system.com | | credit : This module is based on the mx_loggedin function | created by RETORQ. | re...@di... | www.digitalhijinx.com | | description : The "Who Am I" block is a block is a block that | will be visable only to registered users who are | logged in. It can be used to quickly display | statistics and current user image. |********************************************************************************| | | $Id: mx_who_am_i.php,v 1.1 2005/10/14 20:37:32 justinheasman Exp $ | \********************************************************************************/ /********************************************************************************\ | | This program is free software; you can redistribute it and/or modify | it under the terms of the GNU General Public License as published by | the Free Software Foundation; either version 2 of the License, or | (at your option) any later version. | \********************************************************************************/ /********************************************************************************\ | Security Section (Self Explainatory) \********************************************************************************/ if (!defined('IN_PORTAL')) { die("Hacking attempt"); } /********************************************************************************\ | Main Body Section (Main Stuff) \********************************************************************************/ include_once('includes/mx_common.' . $phpEx); $who_am_i->show_block(); /********************************************************************************\ | End Of Function (Self Explainatory) \********************************************************************************/ ?> --- NEW FILE: readme.txt --- /********************************************************************************\ | | subject : mx-portal, CMS & portal, module | name : Who Am I | begin : october, 2005 | copyright : (C) 2002-2005 MX-System | author : horace & retorq (see below) | email : ho...@em... | mxBB project site : www.mx-system.com | | credit : This module is based on the mx_loggedin function | created by RETORQ. | re...@di... | www.digitalhijinx.com | | description : The "Who Am I" block is a block is a block that | will be visable only to registered users who are | logged in. It can be used to quickly display | statistics and current user image. |********************************************************************************| | | $Id: readme.txt,v 1.1 2005/10/14 20:37:32 justinheasman Exp $ | \********************************************************************************/ /********************************************************************************\ | | This program is free software; you can redistribute it and/or modify | it under the terms of the GNU General Public License as published by | the Free Software Foundation; either version 2 of the License, or | (at your option) any later version. | \********************************************************************************/ /********************************************************************************\ | Installation Instructions \********************************************************************************/ Note: In order for this module to install you must have a working phpBB and mxBB installation. 1) Copy the folder: mx_who_am_i into your: {mxBB install}\modules\ folder on your web server. 2) From your website enter mxBB Admin Control Panel. 3) Under mxBB-Portal click on Management. 4) Now click on Modules Setup. 5) Under Module Administration use the pull down menu and choose: mx_who_am_i 6) Press the Install Module button 7) If you have followed the instructions correctly you should now be able to create mx_who_am_i blocks for inclusion on you pages. /********************************************************************************\ | End Of Document \********************************************************************************/ |
|
From: Justin H. <jus...@us...> - 2005-10-14 20:37:45
|
Update of /cvsroot/mxbb/mx_who_am_i/templates/subSilver/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12498/mx_who_am_i/templates/subSilver/images Added Files: noavatar.png Log Message: New module: mx_who_am_i Quick profile view for users logged in with REG access rights. --- NEW FILE: noavatar.png --- (This appears to be a binary file; contents omitted.) |
|
From: Justin H. <jus...@us...> - 2005-10-14 20:37:45
|
Update of /cvsroot/mxbb/mx_who_am_i/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12498/mx_who_am_i/templates/subSilver Added Files: mx_who_am_i.tpl Log Message: New module: mx_who_am_i Quick profile view for users logged in with REG access rights. --- NEW FILE: mx_who_am_i.tpl --- <table width="100%" cellpadding="0" cellspacing="0" border="0" class="mx_blockline"> <tr> <th class="mxthHead" align="left"> {LANG_PROFILE_NAME} {USERNAME} </th> </tr> </table> <table width="100%" cellpadding="4" cellspacing="0" border="0" class="forumline"> <tr> <td class="row1" align="left" width="100%"><span class="genmed"><center>{AVATAR_IMG}</center></span></td> </tr> <tr> <td class="row1" align="left"><span class="gen"> <center><b>{LANG_DATE_JOINED}</b><br /> {JOINED}<br /> <br /> <b>{LANG_POST_TOTAL}</b><br /> {POSTS}<br /> <br /> <b>{LANG_POST_STATS}</b><br /> {POST_PERCENTAGE}% {LANG_OF_TOTAL_POSTS}<br /> {POST_PER_DAY} {LANG_POSTS_PER_DAY}</center><br /> <center><a href="{U_PROFILE}" class="mainmenu">{LANG_CHANGE_PROFILE}</a></center></span> </td> </tr> </table> <br clear="all" /> |
|
From: Justin H. <jus...@us...> - 2005-10-14 20:37:43
|
Update of /cvsroot/mxbb/mx_who_am_i/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12498/mx_who_am_i/includes Added Files: mx_common.php Log Message: New module: mx_who_am_i Quick profile view for users logged in with REG access rights. --- NEW FILE: mx_common.php --- <?php /********************************************************************************\ | | subject : mx-portal, CMS & portal, module | name : Who Am I | begin : october, 2005 | copyright : (C) 2002-2005 MX-System | author : horace & retorq (see below) | email : ho...@em... | mxBB project site : www.mx-system.com | | credit : This module is based on the mx_loggedin function | created by RETORQ. | re...@di... | www.digitalhijinx.com | | description : The "Who Am I" block is a block is a block that | will be visable only to registered users who are | logged in. It can be used to quickly display | statistics and current user image. |********************************************************************************| | | $Id: mx_common.php,v 1.1 2005/10/14 20:37:32 justinheasman Exp $ | \********************************************************************************/ /********************************************************************************\ | | This program is free software; you can redistribute it and/or modify | it under the terms of the GNU General Public License as published by | the Free Software Foundation; either version 2 of the License, or | (at your option) any later version. | \********************************************************************************/ /********************************************************************************\ | Security Section (Self Explainatory) \********************************************************************************/ if (!defined('IN_PORTAL')) { die("Hacking attempt"); } /********************************************************************************\ | Class Declaration Section (Classes) \********************************************************************************/ class mx_who_am_i { var $regdate; var $memberdays; var $posts_per_day; var $percentage; var $total_posts; var $avatar_img; var $no_avatar_img; /********************************************************************************\ | The main Who Am I Constructor (Used to initialise variables) \********************************************************************************/ function mx_who_am_i() { global $phpEx; global $mx_root_path; global $userdata; $this->regdate = $userdata['user_regdate']; $this->memberdays = max(1, round((time() - $this->regdate) / 86400)); $this->posts_per_day = round($userdata['user_posts'] / $this->memberdays, 2); $this->percentage = 0; $this->total_posts = 0; $this->avatar_img = ''; $this->no_avatar_img = 'noavatar.png'; } /********************************************************************************\ | The Get_Details function oes exactly what it says - it gets and poulates | the class variables. \********************************************************************************/ function get_details() { global $userdata; global $board_config; global $module_root_path; global $theme; global $lang; if ($userdata['user_posts'] != 0) { $this->total_posts = get_db_stat('postcount'); $this->percentage = round(($this->total_posts) ? min(100, ($userdata['user_posts'] / $this->total_posts) * 100) : 0, 2); } else { $this->percentage = 0; } if ($userdata['user_avatar_type'] && $userdata['user_allowavatar']) { switch($userdata['user_avatar_type']) { case USER_AVATAR_UPLOAD: $this->avatar_img = '<img src=' . '"' . PHPBB_URL . $board_config['avatar_path'] . '/' . $userdata['user_avatar'] . '" alt="" border="0">'; break; case USER_AVATAR_REMOTE: $this->avatar_img = '<img src=' . '"' . $userdata['user_avatar'] . '" alt="" border="0">'; break; case USER_AVATAR_GALLERY: $this->avatar_img = '<img src=' . '"' . PHPBB_URL . $board_config['avatar_gallery_path'] . '/' . $userdata['user_avatar'] . '" alt="" border="0">'; break; } } if (empty($this->avatar_img)) { if (file_exists($module_root_path . 'templates/' . $theme['template_name'] . '/' . 'images/' . $this->no_avatar_img)) { $this->avatar_img = '<img src=' . '"' . $module_root_path . 'templates/' . $theme['template_name'] . '/' . 'images/' . $this->no_avatar_img . '" alt="" border="0">'; } else { $this->avatar_img = $lang['Missing_default_image']; } } } /********************************************************************************\ | Get language for the HTML Output (All Language Related) \********************************************************************************/ function get_language() { global $phpEx; global $module_root_path; global $lang; if (!file_exists($module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx)) { include($module_root_path . 'language/lang_english/lang_main.' . $phpEx); } else { include($module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx); } } /********************************************************************************\ | HTML Output Section - Using Templates (All Output Related) \********************************************************************************/ function html_output() { global $phpEx; global $userdata; global $board_config; global $template; global $lang; $template->set_filenames(array( 'body_who_am_i' => 'mx_who_am_i.tpl') ); $template->assign_vars(array( 'LANG_PROFILE_NAME' => $lang['Profile_Name'], 'LANG_DATE_JOINED' => $lang['Date_Joined'], 'LANG_POST_TOTAL' => $lang['Post_Total'], 'LANG_POST_STATS' => $lang['Post_Stats'], 'LANG_CHANGE_PROFILE' => $lang['Change_Profile'], 'LANG_OF_TOTAL_POSTS' => $lang['Of_Total_Posts'], 'LANG_POSTS_PER_DAY' => $lang['Posts_Per_Day'], 'USERNAME' => $userdata['username'], 'AVATAR_IMG' => '<a href="' . PHPBB_URL . 'profile.php?mode=viewprofile&u=' . $userdata['user_id'] . '">' . $this->avatar_img . '</a>', 'U_PROFILE' => append_sid(PHPBB_URL . 'profile.' . $phpEx . '?mode=editprofile'), 'JOINED' => create_date($lang['DATE_FORMAT'], $userdata['user_regdate'], $board_config['board_timezone']), 'POSTS' => $userdata['user_posts'], 'POST_PER_DAY' => $this->posts_per_day, 'POST_PERCENTAGE' => $this->percentage) ); $template->pparse('body_who_am_i'); } /********************************************************************************\ | HTML Output Section - Using Templates (All Output Related) \********************************************************************************/ function show_block() { $this->get_language(); $this->get_details(); $this->html_output(); } } /********************************************************************************\ | Main Body Section (Main Stuff) \********************************************************************************/ $who_am_i = new mx_who_am_i; /********************************************************************************\ | End Of Function (Self Explainatory) \********************************************************************************/ ?> |
|
From: Justin H. <jus...@us...> - 2005-10-14 20:37:43
|
Update of /cvsroot/mxbb/mx_who_am_i/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12498/mx_who_am_i/language/lang_english Added Files: lang_main.php Log Message: New module: mx_who_am_i Quick profile view for users logged in with REG access rights. --- NEW FILE: lang_main.php --- <?php /********************************************************************************\ | | subject : mx-portal, CMS & portal, module | name : Who Am I | begin : october, 2005 | copyright : (C) 2002-2005 MX-System | author : horace & retorq (see below) | email : ho...@em... | mxBB project site : www.mx-system.com | | credit : This module is based on the mx_loggedin function | created by RETORQ. | re...@di... | www.digitalhijinx.com | | description : The "Who Am I" block is a block is a block that | will be visable only to registered users who are | logged in. It can be used to quickly display | statistics and current user image. |********************************************************************************| | | $Id: lang_main.php,v 1.1 2005/10/14 20:37:32 justinheasman Exp $ | \********************************************************************************/ /********************************************************************************\ | | This program is free software; you can redistribute it and/or modify | it under the terms of the GNU General Public License as published by | the Free Software Foundation; either version 2 of the License, or | (at your option) any later version. | \********************************************************************************/ // // The format of this file is: // // ---> $lang["message"] = "text"; // // Specify your language character encoding... [optional] // // setlocale(LC_ALL, "en"); // Module $lang['Profile_Name'] = "Name:"; $lang['Date_Joined'] = "Date Joined"; $lang['Post_Total'] = "Post Total"; $lang['Post_Stats'] = "Post Stats"; $lang['Change_Profile'] = "...Change Profile..."; $lang['Of_Total_Posts'] = "of the total posts"; $lang['Posts_Per_Day'] = "posts per day"; $lang['Missing_default_image'] = "...Defaut Image Missing..."; // // That's all Folks! // ------------------------------------------------- ?> |
|
From: Justin H. <jus...@us...> - 2005-10-14 20:36:04
|
Update of /cvsroot/mxbb/mx_who_am_i/templates/subSilver/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12121/images Log Message: Directory /cvsroot/mxbb/mx_who_am_i/templates/subSilver/images added to the repository |
|
From: Justin H. <jus...@us...> - 2005-10-14 20:35:49
|
Update of /cvsroot/mxbb/mx_who_am_i/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12070/subSilver Log Message: Directory /cvsroot/mxbb/mx_who_am_i/templates/subSilver added to the repository |
|
From: Justin H. <jus...@us...> - 2005-10-14 20:35:40
|
Update of /cvsroot/mxbb/mx_who_am_i/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11993/lang_english Log Message: Directory /cvsroot/mxbb/mx_who_am_i/language/lang_english added to the repository |
|
From: Justin H. <jus...@us...> - 2005-10-14 20:35:26
|
Update of /cvsroot/mxbb/mx_who_am_i/language In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11851/language Log Message: Directory /cvsroot/mxbb/mx_who_am_i/language added to the repository |
|
From: Justin H. <jus...@us...> - 2005-10-14 20:35:21
|
Update of /cvsroot/mxbb/mx_who_am_i/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11851/templates Log Message: Directory /cvsroot/mxbb/mx_who_am_i/templates added to the repository |
|
From: Justin H. <jus...@us...> - 2005-10-14 20:35:20
|
Update of /cvsroot/mxbb/mx_who_am_i/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11851/includes Log Message: Directory /cvsroot/mxbb/mx_who_am_i/includes added to the repository |
|
From: Justin H. <jus...@us...> - 2005-10-14 20:10:57
|
Update of /cvsroot/mxbb/mx_phpbb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7487/mx_phpbb Modified Files: db_install.php Log Message: Revert Testing Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/db_install.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** db_install.php 14 Oct 2005 20:09:10 -0000 1.3 --- db_install.php 14 Oct 2005 20:10:46 -0000 1.4 *************** *** 1,5 **** <?php /** ------------------------------------------------------------------------ ! * JMH Subject : mxBB - a fully modular portal and CMS (for phpBB) * Author : Jon Ohlsson and the mxBB Team * Credits : The phpBB Group & Marc Morisette, Markus --- 1,5 ---- <?php /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) * Author : Jon Ohlsson and the mxBB Team * Credits : The phpBB Group & Marc Morisette, Markus |
|
From: Justin H. <jus...@us...> - 2005-10-14 20:09:21
|
Update of /cvsroot/mxbb/mx_phpbb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7018/mx_phpbb Modified Files: db_install.php Log Message: Testing Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/db_install.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** db_install.php 1 Oct 2005 14:15:50 -0000 1.2 --- db_install.php 14 Oct 2005 20:09:10 -0000 1.3 *************** *** 1,5 **** <?php /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) * Author : Jon Ohlsson and the mxBB Team * Credits : The phpBB Group & Marc Morisette, Markus --- 1,5 ---- <?php /** ------------------------------------------------------------------------ ! * JMH Subject : mxBB - a fully modular portal and CMS (for phpBB) * Author : Jon Ohlsson and the mxBB Team * Credits : The phpBB Group & Marc Morisette, Markus |
|
From: Jon O. <jon...@us...> - 2005-10-14 20:06:22
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6318 Modified Files: common.php Log Message: testing Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** common.php 1 Oct 2005 14:10:44 -0000 1.39 --- common.php 14 Oct 2005 20:06:07 -0000 1.40 *************** *** 224,227 **** --- 224,232 ---- define('PORTAL_VERSION', $portal_config['portal_version']); + if ($portal_config['mod_rewrite']) + { + $mx_mod_rewrite = new mx_mod_rewrite(); + } + // // instatiate the mx_request_vars class |
|
From: Jon O. <jon...@us...> - 2005-10-13 17:25:59
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9656/includes Modified Files: mx_functions.php mx_functions_phpbb.php Log Message: added some mod_rewrite support Index: mx_functions_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_phpbb.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** mx_functions_phpbb.php 12 Oct 2005 15:37:32 -0000 1.14 --- mx_functions_phpbb.php 13 Oct 2005 17:25:51 -0000 1.15 *************** *** 507,518 **** function mx_append_sid( $url, $non_html_amp = false ) { // // Is mod_rewrite enabled? If so, do some url rewrites... // ! if ($mx_mod_rewrite || true) { ! } ! // // Replaces same function in sessions.php --- 507,520 ---- function mx_append_sid( $url, $non_html_amp = false ) { + global $portal_config, $mx_mod_rewrite; + // // Is mod_rewrite enabled? If so, do some url rewrites... // ! if (is_object($mx_mod_rewrite)) { ! $url = $mx_mod_rewrite->encode($url); } ! // // Replaces same function in sessions.php Index: mx_functions.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions.php,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** mx_functions.php 12 Oct 2005 15:37:32 -0000 1.48 --- mx_functions.php 13 Oct 2005 17:25:51 -0000 1.49 *************** *** 1504,1506 **** --- 1504,1620 ---- } // class mx_request_vars + + class mx_mod_rewrite + { + function encode($url) + { + //echo('<br><br>'.$url); + + $input = array( + "'(?)index.php'", + + // + // User defined + // + "'(?)index.htm\?page=9(&|\&|$)'", + "'(?)index.htm\?page=5(&|\&|$)'", + "'(?)index.htm\?page=7(&|\&|$)'", + "'(?)index.htm\?page=27(&|\&|$)'", + "'(?)index.htm\?page=11(&|\&|$)'", + "'(?)index.htm\?page=3(&|\&|$)'", + + "'(?)index.htm\?page=10(&|\&|$)'", + "'(?)index.htm\?page=46(&|\&|$)'", + "'(?)index.htm\?page=6(&|\&|$)'", + "'(?)index.htm\?page=8(&|\&|$)'", + "'(?)index.htm\?page=28(&|\&|$)'", + "'(?)index.htm\?page=22(&|\&|$)'", + "'(?)index.htm\?page=35(&|\&|$)'", + "'(?)index.htm\?page=32(&|\&|$)'", + "'(?)index.htm\?page=41(&|\&|$)'", + "'(?)index.htm\?page=19(&|\&|$)'", + "'(?)index.htm\?page=4(&|\&|$)'", + + "'(?)index.htm\?page=1(&|\&|$)'", + + "'(?)index.htm\?page=2(&|\&|$)'", + "'dynamic_block=78'", // idag/lilla + "'dynamic_block=79'", // idag/stora/ar-7-9 + "'dynamic_block=80'", // idag/stora/gymnasiet + "'dynamic_block=69'", // traditioner/1 + "'dynamic_block=71'", // traditioner/2 + "'dynamic_block=70'", // pedagogik/1 + "'dynamic_block=74'", // pedagogik/2 + "'dynamic_block=75'", // pedagogik/3 + "'dynamic_block=76'", // pedagogik/4 + "'dynamic_block=77'", // pedagogik/5 + + "'(?)index.htm\?page=81(&|\&|$)'", + + + // + // General + // + "'(?)index.htm\?page=([0-9]*)'", + "'(?)index.htm\?block_id=([0-9]*)'", + "'(&|\&)dynamic_block=([0-9]*)'", + "'(&|\&)cat_link=([0-9]*)'", + ); + + $output = array( + "index.htm", + + // + // Site Specific + // + "lilla/elev", + "lilla/kalender", + "lilla/kontakt", + "lilla/lankar", + "lilla/forum", + "lilla", + + "stora/elev", + "stora/foto", + "stora/kalender", + "stora/kontakt", + "stora/lankar", + "stora/forum", + "stora/basketligan", + "stora/elevrad", + "stora/sambladet", + "stora/sambladet", + "stora", + + "hem", + "omskolan", + "/idag/lilla", + "/idag/stora/ar7-9", + "/idag/stora/gymnasiet", + "/traditioner/1", + "/traditioner/2", + "/pedagogik/1", + "/pedagogik/2", + "/pedagogik/3", + "/pedagogik/4", + "/pedagogik/5", + "ansokan", + + // + // General + // + "page\\1", + "block\\1", + "/sub\\2", + "/catlink\\2", + ); + + $url = preg_replace($input, $output, $url); + + //echo('<br>'.$url); + + return $url; + } + } + ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2005-10-12 16:41:49
|
Update of /cvsroot/mxbb/mx_pafiledb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1859/modules/mx_pafiledb Modified Files: pafiledb.pak Log Message: updated Index: pafiledb.pak =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb.pak,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** pafiledb.pak 22 Sep 2005 10:11:02 -0000 1.10 --- pafiledb.pak 12 Oct 2005 16:41:37 -0000 1.11 *************** *** 16,22 **** block=+:=+:Demo - PafileDB_list=+:Demo block=+:57=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:46=+:99=+:Quick dl=+:Quick download block - blog=+:dload_quickdl.php=+:modules/mx_pafiledb/admin/pa_block_config.php ! parameter=+:99=+:324=+:pa_mapping=+:Text=+:=+: ! parameter=+:99=+:323=+:pa_quick_cat=+:Text=+:1=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Quick dl=+:Demo block=+:99=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 16,22 ---- block=+:=+:Demo - PafileDB_list=+:Demo block=+:57=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:46=+:99=+:Quick dl=+:Quick download block - blog=+:dload_quickdl.php=+: ! parameter=+:99=+:323=+:pa_mapping=+:pa_mapping=+:=+: ! parameter=+:99=+:324=+:pa_quick_cat=+:pa_quick_cat=+:1=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Quick dl=+:Demo block=+:99=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 |
|
From: Jon O. <jon...@us...> - 2005-10-12 16:32:46
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/subSilver/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32127/modules/mx_pafiledb/templates/subSilver/admin Added Files: mx_module_panel.tpl mx_module_parameters.tpl Log Message: forgotten --- NEW FILE: mx_module_panel.tpl --- <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <tr> <th class="thHead">{L_PANEL_TITLE}</th> </tr> <tr> <td class="genmed">{L_PANEL_TITLE_EXPLAIN}</td> </tr> <tr> <td align="center"> {RESULT_MESSAGE} </td> </tr> <tr> <td align="center"> <form action="{S_ACTION}" method="post"> <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline"> <tr> <th class="cat" align="left">{L_MAP_PAFILEDB}</th> <th class="cat" align="left">{L_MAP_MXBB}</th> <th class="cat" align="left"></th> </tr> <!-- BEGIN map_row --> <tr> <td class="row1" align="center" valign="top"><select name="map_cat_id_{map_row.CAT_ID}" class="post">{map_row.CAT_LIST}</span></td> <td class="row1" align="left" valign="top">{map_row.DYN_LIST}</td> <td class="row1" align="left" valign="top"><a href="{map_row.DELETE}">{map_row.L_DELETE}</a></td> </tr> <!-- END map_row --> <tr> <td class="catBottom" colspan="3" align="center">{S_HIDDEN_UPDATE_FIELDS}<input type="submit" name="submit" value="{L_EDIT}" class="mainoption" /></td> </tr> </table> </form> <form action="{S_ACTION}" method="post"> <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline"> <tr> <th class="cat" align="left">{L_MAP_PAFILEDB}</th> <th class="cat" align="left">{L_MAP_MXBB}</th> </tr> <tr> <td align="left" class="row1" width="50%"><select name="map_cat_id" class="post">{S_MAP_CAT_LIST}</select></td> <td align="left" class="row1" width="50%">{S_MAP_DYN_LIST}</td> </tr> <tr> <td class="catBottom" colspan="2" align="center">{S_HIDDEN_ADD_FIELDS}<input type="submit" name="submit" value="{L_ADD}" class="mainoption" /></td> </tr> </table> </form> </td> </tr> </table> --- NEW FILE: mx_module_parameters.tpl --- <!-- BEGIN select --> <tr> <td width="100%" colspan="2"> <table cellpadding="2" cellspacing="0" width="100%"> <tr title="{select.FIELD_DESCRIPTION}"> <td class="row1" width="50%" align="right"> <span class="topictitle">{select.PARAMETER_TITLE}:</span> <span class="gensmall">{select.PARAMETER_TITLE_EXPLAIN}</span> </td> <td class="row1"> <select name="{select.FIELD_ID}" class="post"> {select.SELECT_LIST} </select> </td> </tr> </table> </td> </tr> <!-- END select --> |