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...> - 2008-07-01 21:50:37
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv448/templates/_core Added Files: mx_pafiledb.cfg Removed Files: _core.cfg Log Message: image buttons minor bugfixes cleanup --- _core.cfg DELETED --- --- NEW FILE: mx_pafiledb.cfg --- <?php /** * * @package MX-Publisher Module - mx_pafiledb * @version $Id: mx_pafiledb.cfg,v 1.1 2008/07/01 21:50:32 jonohlsson Exp $ * @copyright (c) 2002-2006 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ // // Please note that to enable support of different languages // the {LANG} place holder is available. This will be replaced // with xxx where xxx is the users selected language. If // that language isn't available it will default to english. // Therefore you MUST ensure you have at least a english // directory if you choose to localise your template // // // Do not alter this line! // define(MX_TEMPLATE_CONFIG, TRUE); $mx_template_config = true; // ------------------------------------------------------------------------- // Do some checks // ------------------------------------------------------------------------- $current_template_path = file_exists( $mx_root_path . $current_template_path . "/images" ) ? $current_template_path : ( file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path : $default_template_path ); // ------------------------------------------------------------------------- // Prefix with PORTAL_URL // ------------------------------------------------------------------------- $current_template_images = PORTAL_URL . $current_template_path . "/images"; // ------------------------------------------------------------------------- // Define buttons // ------------------------------------------------------------------------- $mx_images['pa_search'] = "$current_template_images/{LANG}/icon_pa_search.gif"; $mx_images['buttontype']['pa_search'] = MX_BUTTON_IMAGE; $mx_images['pa_stats'] = "$current_template_images/{LANG}/icon_pa_stats.gif"; $mx_images['buttontype']['pa_stats'] = MX_BUTTON_IMAGE; $mx_images['pa_toplist'] = "$current_template_images/{LANG}/icon_pa_toplist.gif"; $mx_images['buttontype']['pa_toplist'] = MX_BUTTON_IMAGE; $mx_images['pa_upload'] = "$current_template_images/{LANG}/icon_pa_upload.gif"; $mx_images['buttontype']['pa_upload'] = MX_BUTTON_IMAGE; $mx_images['pa_viewall'] = "$current_template_images/{LANG}/icon_pa_viewall.gif"; $mx_images['buttontype']['pa_viewall'] = MX_BUTTON_IMAGE; $mx_images['pa_moderator'] = ""; $mx_images['buttontype']['pa_moderator'] = MX_BUTTON_TEXT; $mx_images['pa_download'] = "$current_template_images/{LANG}/icon_pa_download.gif"; $mx_images['buttontype']['pa_download'] = MX_BUTTON_IMAGE; $mx_images['pa_email'] = "$current_template_images/{LANG}/icon_pa_email.gif"; $mx_images['buttontype']['pa_email'] = MX_BUTTON_IMAGE; $mx_images['pa_icon_edit'] = $images['icon_edit']; $mx_images['buttontype']['pa_icon_edit'] = MX_BUTTON_IMAGE; $mx_images['pa_icon_delpost'] = $images['icon_delpost']; $mx_images['buttontype']['pa_icon_delpost'] = MX_BUTTON_IMAGE; $mx_images['pa_rate'] = "$current_template_images/{LANG}/icon_pa_rate.gif"; $mx_images['buttontype']['pa_rate'] = MX_BUTTON_IMAGE; $mx_images['pa_comment_post'] = "$current_template_images/{LANG}/icon_pa_post_comment.gif"; $mx_images['buttontype']['pa_comment_post'] = MX_BUTTON_IMAGE; $mx_images['pa_comment_edit'] = $images['icon_edit']; $mx_images['buttontype']['pa_comment_edit'] = MX_BUTTON_IMAGE; $mx_images['pa_comment_delete'] = $images['icon_delpost']; $mx_images['buttontype']['pa_comment_delete'] = MX_BUTTON_IMAGE; $mx_images['pa_icon_approve'] = $images['icon_approve']; $mx_images['buttontype']['pa_icon_approve'] = MX_BUTTON_IMAGE; $mx_images['pa_icon_unapprove'] = $images['icon_unapprove']; $mx_images['buttontype']['pa_icon_unapprove'] = MX_BUTTON_IMAGE; // ------------------------------------------------------------------------- // Define images // ------------------------------------------------------------------------- $mx_images['pa_file_new'] = "$current_template_images/icon_pa_new.gif"; $mx_images['pa_icon_minipost'] = $images['icon_minipost']; $mx_images['pa_icon_latest_reply'] = $images['icon_latest_reply']; $mx_images['pa_folder'] = $images['folder']; $mx_images['pa_folder_new'] = $images['folder_new']; $mx_images['pa_folder_sticky'] = $images['folder_sticky']; $mx_images['pa_voting_graphic'] = $images['voting_graphic']; ?> |
|
From: Jon O. <jon...@us...> - 2008-07-01 21:50:36
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv448/templates/_core/admin Modified Files: pa_admin_settings.tpl Log Message: image buttons minor bugfixes cleanup Index: pa_admin_settings.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/_core/admin/pa_admin_settings.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pa_admin_settings.tpl 28 Jan 2008 21:57:10 -0000 1.2 --- pa_admin_settings.tpl 1 Jul 2008 21:50:32 -0000 1.3 *************** *** 4,7 **** --- 4,27 ---- <form action="{S_ACTION}" method="post"> + <table width="100%" cellpadding="4" cellspacing="1" border="0" align="center"> + <tr> + <td> + <div id="admintabs"> + <ul> + <li id="general_title_tab"><a href="javascript:selectPart('general_title')">{L_GENERAL_TITLE}</a></li> + <li id="file_title_tab"><a href="javascript:selectPart('file_title')">{L_FILE_TITLE}</a></li> + <li id="appearance_title_tab"><a href="javascript:selectPart('appearance_title')">{L_APPEARANCE_TITLE}</a></li> + <li id="comments_title_tab"><a href="javascript:selectPart('comments_title')">{L_COMMENTS_TITLE}</a></li> + <li id="ratings_title_tab"><a href="javascript:selectPart('ratings_title')">{L_RATINGS_TITLE}</a></li> + <li id="instructions_title_tab"><a href="javascript:selectPart('instructions_title')">{L_INSTRUCTIONS_TITLE}</a></li> + <li id="notifications_title_tab"><a href="javascript:selectPart('notifications_title')">{L_NOTIFICATIONS_TITLE}</a></li> + <li id="permissions_title_tab"><a href="javascript:selectPart('permissions_title')">{L_PERMISSION_SETTINGS}</a></li> + </ul> + </div> + </td> + </tr> + </table> + + <fieldset id="general_title"> <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> <tr> *************** *** 30,33 **** --- 50,60 ---- </tr> <tr> + <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> + </tr> + </table> + </fieldset> + <fieldset id="file_title"> + <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> + <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_FILE_TITLE}</th> *************** *** 54,57 **** --- 81,91 ---- </tr> <tr> + <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> + </tr> + </table> + </fieldset> + <fieldset id="appearance_title"> + <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> + <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_APPEARANCE_TITLE}</th> *************** *** 90,93 **** --- 124,134 ---- </tr> <tr> + <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> + </tr> + </table> + </fieldset> + <fieldset id="comments_title"> + <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> + <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_COMMENTS_TITLE}<br /><span class="gensmall">{L_COMMENTS_TITLE_EXPLAIN}</span></th> *************** *** 174,177 **** --- 215,225 ---- </tr> <tr> + <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> + </tr> + </table> + </fieldset> + <fieldset id="ratings_title"> + <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> + <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_RATINGS_TITLE}<br /><span class="gensmall">{L_RATINGS_TITLE_EXPLAIN}</span></th> *************** *** 190,193 **** --- 238,248 ---- </tr> <tr> + <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> + </tr> + </table> + </fieldset> + <fieldset id="instructions_title"> + <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> + <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_INSTRUCTIONS_TITLE}</th> *************** *** 206,209 **** --- 261,271 ---- </tr> <tr> + <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> + </tr> + </table> + </fieldset> + <fieldset id="notifications_title"> + <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> + <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_NOTIFICATIONS_TITLE}</th> *************** *** 218,221 **** --- 280,290 ---- <td class="row2" width="50%">{NOTIFY_GROUP}</td> </tr> + <tr> + <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> + </tr> + </table> + </fieldset> + <fieldset id="permissions_title"> + <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> *************** *** 242,244 **** </tr> </table> ! </form> \ No newline at end of file --- 311,353 ---- </tr> </table> ! </fieldset> ! </form> ! ! <br clear="all" /> ! <script type="text/javascript"> ! <!-- ! function admingetObj(obj) ! { ! return ( document.getElementById ? document.getElementById(obj) : ( document.all ? document.all[obj] : null ) ); ! } ! function adminsetNone(part) ! { ! admingetObj(part + '_tab').className = ''; ! admingetObj(part).style.display = 'none'; ! ! } ! function adminsetBlock(part) ! { ! admingetObj(part + '_tab').className = 'activetab'; ! admingetObj(part).style.display = 'block'; ! ! } ! function selectPart(part) ! { ! adminsetNone('general_title'); ! adminsetNone('file_title'); ! adminsetNone('appearance_title'); ! adminsetNone('comments_title'); ! adminsetNone('ratings_title'); ! adminsetNone('instructions_title'); ! adminsetNone('notifications_title'); ! adminsetNone('permissions_title'); ! ! ! adminsetBlock(part); ! } ! ! selectPart('general_title'); ! ! // --> ! </script> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-07-01 21:50:36
|
Update of /cvsroot/mxbb/mx_pafiledb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv448 Modified Files: mx_install_readme.htm Log Message: image buttons minor bugfixes cleanup Index: mx_install_readme.htm =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/mx_install_readme.htm,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mx_install_readme.htm 21 Jun 2008 23:04:06 -0000 1.10 --- mx_install_readme.htm 1 Jul 2008 21:50:32 -0000 1.11 *************** *** 224,229 **** <p><span style="font-weight: bold"><span style="font-size: 16px; line-height: normal">Module</span></span> <br /> ! - for MXP 2.8.x and 3.0.x (with some notes, see below)</p> ! <p><strong>Author [Credits]</strong><br /> <a href="mailto:jon...@mx...">Jon Ohlsson</a> [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin]<br /> <br /> --- 224,230 ---- <p><span style="font-weight: bold"><span style="font-size: 16px; line-height: normal">Module</span></span> <br /> ! - for MXP Core 2.8.x and 3.0.x (with some notes, see below)</p> ! <p>Note: <em>This module currently supports standalone/internal and phpBB2 ! mode only (with MXP 3.0.x)</em></p> <p><strong>Author [Credits]</strong><br /> <a href="mailto:jon...@mx...">Jon Ohlsson</a> [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin]<br /> <br /> *************** *** 233,240 **** Full featured File Manager with for example commenting, ratings, etc. Also nice blocks to list latest files and quick downloads.</p> ! <p>Note: <em>This module currently supports standalone/internal and phpBB2 ! mode only (with MXP 3.0.x)</em></p> ! <p> <br /> ! I. <a href="#install">Installation instructions</a> <br /> <br /> II. <a href="#themes">Additional styles</a> <br /> --- 234,238 ---- Full featured File Manager with for example commenting, ratings, etc. Also nice blocks to list latest files and quick downloads.</p> ! <p> I. <a href="#install">Installation/Upgrade instructions</a> <br /> <br /> II. <a href="#themes">Additional styles</a> <br /> *************** *** 247,254 **** <a href="http://www.mx-publisher.com/download" 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.</p> <p>If you encounter any problems during install, or if you need further assistance, visit the --- 245,253 ---- <a href="http://www.mx-publisher.com/download" 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.</p> <p>If you encounter any problems during install, or if you need further assistance, visit the |
|
From: Jon O. <jon...@us...> - 2008-07-01 21:50:36
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv448/pafiledb/includes Modified Files: functions_comment.php Log Message: image buttons minor bugfixes cleanup Index: functions_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions_comment.php,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** functions_comment.php 3 Jun 2008 20:17:06 -0000 1.28 --- functions_comment.php 1 Jul 2008 21:50:32 -0000 1.29 *************** *** 21,30 **** { /** ! * Enter description here... * * @param unknown_type $item_data * @param unknown_type $comments_type */ ! function init( $item_data, $comments_type = 1 ) { global $pafiledb, $pafiledb_config, $db, $images; --- 21,30 ---- { /** ! * Init Comment vars. * * @param unknown_type $item_data * @param unknown_type $comments_type */ ! function init( $item_data, $comments_type = 'internal' ) { global $pafiledb, $pafiledb_config, $db, $images; *************** *** 101,109 **** $this->formatting_comment_wordwrap = $pafiledb_config['formatting_comment_wordwrap']; $this->images = array( 'icon_minipost' => $images['pa_icon_minipost'], ! 'comment_post' => 'pa_comment_post', ! 'icon_edit' => 'pa_comment_edit', ! 'icon_delpost' => 'pa_comment_delete'); $this->u_post = $pafiledb->this_mxurl( 'action=post_comment&item_id=' . $this->item_id . '&cat_id=' . $this->cat_id); --- 101,116 ---- $this->formatting_comment_wordwrap = $pafiledb_config['formatting_comment_wordwrap']; + // + // Define comments images + // $this->images = array( 'icon_minipost' => $images['pa_icon_minipost'], ! //'comment_post' => $images['pa_comment_post'], ! 'comment_post' => 'pa_comment_post', // Button ! //'icon_edit' => $images['pa_comment_edit'], ! 'icon_edit' => 'pa_comment_edit', // Button ! //'icon_delpost' => $images['pa_comment_delete'], ! 'icon_delpost' => 'pa_comment_delete' // Button ! ); $this->u_post = $pafiledb->this_mxurl( 'action=post_comment&item_id=' . $this->item_id . '&cat_id=' . $this->cat_id); |
|
From: Jon O. <jon...@us...> - 2008-07-01 21:50:35
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv448/pafiledb/modules Modified Files: pa_file.php Log Message: image buttons minor bugfixes cleanup Index: pa_file.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_file.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** pa_file.php 3 Jun 2008 20:17:09 -0000 1.26 --- pa_file.php 1 Jul 2008 21:50:32 -0000 1.27 *************** *** 236,239 **** --- 236,243 ---- 'RATE_IMG' => $rate_img, 'U_RATE' => mx_append_sid( $this->this_mxurl( 'action=rate&file_id=' . $file_id ) ), + + // Buttons + 'B_RATE_IMG' => $mx_user->create_button('pa_rate', $lang['Rate'], mx_append_sid( $this->this_mxurl( 'action=rate&file_id=' . $file_id ) )), + )); } |
|
From: Jon O. <jon...@us...> - 2008-07-01 21:50:17
|
Update of /cvsroot/mxbb/mx_news/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv331 Modified Files: _core.cfg mx_news_body.tpl Log Message: image buttons minor bugfixes cleanup Index: mx_news_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_news/templates/_core/mx_news_body.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_news_body.tpl 3 Jun 2008 20:12:49 -0000 1.3 --- mx_news_body.tpl 1 Jul 2008 21:50:12 -0000 1.4 *************** *** 17,24 **** <td class="row1" align="right"> <!-- BEGIN auth_edit --> ! <a href="{use_comments.text.auth_edit.U_COMMENT_EDIT}">[{use_comments.text.auth_edit.L_COMMENT_EDIT}]</a> <!-- END auth_edit --> <!-- BEGIN auth_delete --> ! <a href="{use_comments.text.auth_delete.U_COMMENT_DELETE}">[{use_comments.text.auth_delete.L_COMMENT_DELETE}]</a> <!-- END auth_delete --> </td> --- 17,26 ---- <td class="row1" align="right"> <!-- BEGIN auth_edit --> ! {use_comments.text.auth_edit.B_EDIT_IMG} ! <!-- <a href="{use_comments.text.auth_edit.U_COMMENT_EDIT}">[{use_comments.text.auth_edit.L_COMMENT_EDIT}]</a>--> <!-- END auth_edit --> <!-- BEGIN auth_delete --> ! {use_comments.text.auth_delete.B_DELETE_IMG} ! <!-- <a href="{use_comments.text.auth_delete.U_COMMENT_DELETE}">[{use_comments.text.auth_delete.L_COMMENT_DELETE}]</a>--> <!-- END auth_delete --> </td> *************** *** 44,48 **** <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> ! <td><a href="{use_comments.auth_post.U_COMMENT_POST}">[{use_comments.auth_post.L_COMMENT_ADD}]</a></td> </tr> </table> --- 46,50 ---- <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> ! <td>{use_comments.auth_post.B_REPLY_IMG}</td> </tr> </table> Index: _core.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_news/templates/_core/_core.cfg,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** _core.cfg 3 Jun 2008 20:12:49 -0000 1.3 --- _core.cfg 1 Jul 2008 21:50:12 -0000 1.4 *************** *** 37,52 **** // Define images // ------------------------------------------------------------------------- ! $mx_images['mx_news_comment_post'] = $images['reply_new']; // ------------------------------------------------------------------------- // Redefine phpBB images // ------------------------------------------------------------------------- ! $mx_images['mx_news_folder'] = $images['folder']; ! $mx_images['mx_news_folder_new'] = $images['folder_new']; ! $mx_images['mx_news_icon_latest_reply'] = $images['icon_latest_reply']; ! $mx_images['mx_news_icon_minipost'] = $images['icon_minipost']; ! $mx_images['mx_news_icon_edit'] = $images['icon_edit']; ! $mx_images['mx_news_icon_delpost'] = $images['icon_delpost']; ?> \ No newline at end of file --- 37,59 ---- // Define images // ------------------------------------------------------------------------- ! $mx_images['mx_news_comment_post'] = $images['reply_new']; ! $mx_images['buttontype']['mx_news_comment_post'] = MX_BUTTON_IMAGE; // ------------------------------------------------------------------------- // Redefine phpBB images // ------------------------------------------------------------------------- ! $mx_images['mx_news_folder'] = $images['folder']; ! $mx_images['buttontype']['mx_news_folder'] = MX_BUTTON_IMAGE; ! $mx_images['mx_news_folder_new'] = $images['folder_new']; ! $mx_images['buttontype']['mx_news_folder_new'] = MX_BUTTON_IMAGE; ! $mx_images['mx_news_icon_latest_reply'] = $images['icon_latest_reply']; ! $mx_images['buttontype']['mx_news_icon_latest_reply'] = MX_BUTTON_IMAGE; ! $mx_images['mx_news_icon_minipost'] = $images['icon_minipost']; ! $mx_images['buttontype']['mx_news_icon_minipost'] = MX_BUTTON_IMAGE; ! $mx_images['mx_news_icon_edit'] = $images['icon_edit']; ! $mx_images['buttontype']['mx_news_icon_edit'] = MX_BUTTON_IMAGE; ! $mx_images['mx_news_icon_delpost'] = $images['icon_delpost']; ! $mx_images['buttontype']['mx_news_icon_delpost'] = MX_BUTTON_IMAGE; ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-07-01 21:50:17
|
Update of /cvsroot/mxbb/mx_news/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv331/admin Modified Files: mx_news_admin_settings.tpl Log Message: image buttons minor bugfixes cleanup Index: mx_news_admin_settings.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_news/templates/_core/admin/mx_news_admin_settings.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_news_admin_settings.tpl 8 Feb 2008 21:58:46 -0000 1.1 --- mx_news_admin_settings.tpl 1 Jul 2008 21:50:13 -0000 1.2 *************** *** 4,7 **** --- 4,22 ---- <form action="{S_ACTION}" method="post"> + <table width="100%" cellpadding="4" cellspacing="1" border="0" align="center"> + <tr> + <td> + <div id="admintabs"> + <ul> + <li id="general_title_tab"><a href="javascript:selectPart('general_title')">{L_GENERAL_TITLE}</a></li> + <li id="comments_title_tab"><a href="javascript:selectPart('comments_title')">{L_COMMENTS_TITLE}</a></li> + <li id="notifications_title_tab"><a href="javascript:selectPart('notifications_title')">{L_NOTIFICATIONS_TITLE}</a></li> + </ul> + </div> + </td> + </tr> + </table> + + <fieldset id="general_title"> <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> <tr> *************** *** 21,26 **** <td class="row2" width="50%"><input text="text" name="wysiwyg_path" value="{WYSIWYG_PATH}" size="20" maxlength="50" /></td> </tr> ! ! <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> --- 36,46 ---- <td class="row2" width="50%"><input text="text" name="wysiwyg_path" value="{WYSIWYG_PATH}" size="20" maxlength="50" /></td> </tr> ! <tr> ! <td align="center" class="cat" colspan="2"><input class="liteoption" type="submit" value="{L_SUBMIT}" name="submit" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> ! </tr> ! </table> ! </fieldset> ! <fieldset id="comments_title"> ! <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> *************** *** 95,98 **** --- 115,125 ---- <td class="row2"><input type="text" class="post" size="50" name="max_comment_chars" value="{COMMENT_MAX_CHAR}" /></td> </tr> + <tr> + <td align="center" class="cat" colspan="2"><input class="liteoption" type="submit" value="{L_SUBMIT}" name="submit" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> + </tr> + </table> + </fieldset> + <fieldset id="notifications_title"> + <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> *************** *** 109,115 **** </tr> <tr> ! <td align="center" class="cat" colspan="2"><input class="liteoption" type="submit" value="{L_SUBMIT}" name="submit" /> <input type="reset" value="{L_RESET}" class="liteoption" /> ! </td> </tr> </table> ! </form> \ No newline at end of file --- 136,176 ---- </tr> <tr> ! <td align="center" class="cat" colspan="2"><input class="liteoption" type="submit" value="{L_SUBMIT}" name="submit" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> </tr> </table> ! </fieldset> ! </form> ! ! <br clear="all" /> ! <script type="text/javascript"> ! <!-- ! function admingetObj(obj) ! { ! return ( document.getElementById ? document.getElementById(obj) : ( document.all ? document.all[obj] : null ) ); ! } ! function adminsetNone(part) ! { ! admingetObj(part + '_tab').className = ''; ! admingetObj(part).style.display = 'none'; ! ! } ! function adminsetBlock(part) ! { ! admingetObj(part + '_tab').className = 'activetab'; ! admingetObj(part).style.display = 'block'; ! ! } ! function selectPart(part) ! { ! adminsetNone('general_title'); ! adminsetNone('comments_title'); ! adminsetNone('notifications_title'); ! ! ! adminsetBlock(part); ! } ! ! selectPart('general_title'); ! ! // --> ! </script> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-07-01 21:50:08
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32435/modules Modified Files: link_link.php Log Message: image buttons minor bugfixes cleanup Index: link_link.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_link.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** link_link.php 3 Jun 2008 20:10:12 -0000 1.12 --- link_link.php 1 Jul 2008 21:50:04 -0000 1.13 *************** *** 30,33 **** --- 30,34 ---- global $phpbb_root_path, $userdata, $linkdb_functions; global $mx_root_path, $module_root_path, $is_block, $mx_request_vars; + global $mx_user; // ======================================================= *************** *** 145,148 **** --- 146,153 ---- 'U_DELETE' => mx_append_sid( $this->this_mxurl( 'action=user_upload&do=delete&link_id=' . $link_id ) ), 'U_EDIT' => mx_append_sid( $this->this_mxurl( 'action=user_upload&link_id=' . $link_id ) ), + + // Buttons + 'B_DELETE_IMG' => $mx_user->create_button('linkdb_icon_delpost', $lang['Dlinktitle'], "javascript:delete_item('". mx_append_sid( $this->this_mxurl( 'action=user_upload&do=delete&link_id=' . $link_id ) ) . "')"), + 'B_EDIT_IMG' => $mx_user->create_button('linkdb_icon_edit', $lang['Elinktitle'], mx_append_sid( $this->this_mxurl( 'action=user_upload&link_id=' . $link_id ) )), )); *************** *** 188,191 **** --- 193,200 ---- 'RATE_IMG' => $rate_img, 'U_RATE' => mx_append_sid( $this->this_mxurl( 'action=rate&link_id=' . $link_id ) ), + + // Buttons + 'B_RATE_IMG' => $mx_user->create_button('linkdb_rate', $lang['Rate'], mx_append_sid( $this->this_mxurl( 'action=rate&link_id=' . $link_id ) )), + )); } |
|
From: Jon O. <jon...@us...> - 2008-07-01 21:50:08
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32435/includes Modified Files: functions_comment.php Log Message: image buttons minor bugfixes cleanup Index: functions_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/includes/functions_comment.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** functions_comment.php 3 Jun 2008 20:10:06 -0000 1.7 --- functions_comment.php 1 Jul 2008 21:50:04 -0000 1.8 *************** *** 21,25 **** { /** ! * Enter description here... * * @param unknown_type $item_data --- 21,25 ---- { /** ! * Init Comment vars. * * @param unknown_type $item_data *************** *** 101,109 **** $this->formatting_comment_wordwrap = $linkdb_config['formatting_comment_wordwrap']; $this->images = array( 'icon_minipost' => $images['linkdb_icon_minipost'], ! 'comment_post' => $images['linkdb_comment_post'], ! 'icon_edit' => $images['linkdb_icon_edit'], ! 'icon_delpost' => $images['linkdb_icon_delpost']); $this->u_post = $linkdb->this_mxurl( 'action=post_comment&item_id=' . $this->item_id . '&cat_id=' . $this->cat_id); --- 101,116 ---- $this->formatting_comment_wordwrap = $linkdb_config['formatting_comment_wordwrap']; + // + // Define comments images + // $this->images = array( 'icon_minipost' => $images['linkdb_icon_minipost'], ! //'comment_post' => $images['linkdb_comment_post'], ! 'comment_post' => 'linkdb_comment_post', // Button ! //'icon_edit' => $images['linkdb_icon_edit'], ! 'icon_edit' => 'linkdb_icon_edit', // Button ! //'icon_delpost' => $images['linkdb_icon_delpost']); ! 'icon_delpost' => 'linkdb_icon_delpost' // Button ! ); $this->u_post = $linkdb->this_mxurl( 'action=post_comment&item_id=' . $this->item_id . '&cat_id=' . $this->cat_id); |
|
From: Jon O. <jon...@us...> - 2008-07-01 21:49:59
|
Update of /cvsroot/mxbb/mx_news/mx_news/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32392 Modified Files: functions_comment.php Log Message: image buttons minor bugfixes cleanup Index: functions_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_news/includes/functions_comment.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** functions_comment.php 3 Jun 2008 20:12:40 -0000 1.5 --- functions_comment.php 1 Jul 2008 21:49:56 -0000 1.6 *************** *** 21,25 **** { /** ! * Enter description here... * * @param unknown_type $item_data --- 21,25 ---- { /** ! * Init Comment vars. * * @param unknown_type $item_data *************** *** 92,100 **** $this->formatting_comment_wordwrap = $mx_news_config['formatting_comment_wordwrap']; $this->images = array( 'icon_minipost' => $images['mx_news_icon_minipost'], ! 'comment_post' => $images['mx_news_comment_post'], ! 'icon_edit' => $images['mx_news_icon_edit'], ! 'icon_delpost' => $images['mx_news_icon_delpost']); $this->u_post = $mx_news->this_mxurl( 'action=post_news&item_id=' . $this->item_id . '&modrewrite=no'); --- 92,106 ---- $this->formatting_comment_wordwrap = $mx_news_config['formatting_comment_wordwrap']; + // + // Define comments images + // $this->images = array( 'icon_minipost' => $images['mx_news_icon_minipost'], ! //'comment_post' => $images['mx_news_comment_post'], ! 'comment_post' => 'mx_news_comment_post', ! //'icon_edit' => $images['mx_news_icon_edit'], ! 'icon_edit' => 'mx_news_icon_edit', ! //'icon_delpost' => $images['mx_news_icon_delpost']); ! 'icon_delpost' => 'mx_news_icon_delpost'); $this->u_post = $mx_news->this_mxurl( 'action=post_news&item_id=' . $this->item_id . '&modrewrite=no'); |
|
From: Jon O. <jon...@us...> - 2008-07-01 21:49:41
|
Update of /cvsroot/mxbb/mx_linkdb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32356 Modified Files: mx_install_readme.htm Log Message: image buttons minor bugfixes cleanup Index: mx_install_readme.htm =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/mx_install_readme.htm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mx_install_readme.htm 21 Jun 2008 23:03:25 -0000 1.5 --- mx_install_readme.htm 1 Jul 2008 21:49:38 -0000 1.6 *************** *** 224,229 **** <p><span style="font-weight: bold"><span style="font-size: 16px; line-height: normal">Module</span></span> <br /> ! - for MXP 2.8.x and 3.0.x (with some notes, see below)</p> ! <p><strong>Author [Credits]</strong><br /> <a href="mailto:jon...@mx...">Jon Ohlsson</a> [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin]<br /> <br /> --- 224,230 ---- <p><span style="font-weight: bold"><span style="font-size: 16px; line-height: normal">Module</span></span> <br /> ! - for MXP Core 2.8.x and 3.0.x (with some notes, see below)</p> ! <p>Note: <em>This module currently supports standalone/internal and phpBB2 ! mode only (with MXP 3.0.x)</em></p> <p><strong>Author [Credits]</strong><br /> <a href="mailto:jon...@mx...">Jon Ohlsson</a> [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin]<br /> <br /> *************** *** 233,240 **** Standard Links Manager featuring comments, ratings, etc. Also nice blocks to list latest links.</p> ! <p>Note: <em>This module currently supports standalone/internal and phpBB2 ! mode only (with MXP 3.0.x)</em></p> ! <p> <br /> ! I. <a href="#install">Installation instructions</a> <br /> <br /> II. <a href="#themes">Additional styles</a> <br /> --- 234,238 ---- Standard Links Manager featuring comments, ratings, etc. Also nice blocks to list latest links.</p> ! <p> I. <a href="#install">Installation/Upgrade instructions</a> <br /> <br /> II. <a href="#themes">Additional styles</a> <br /> *************** *** 247,254 **** <a href="http://www.mx-publisher.com/download" 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.</p> <p>If you encounter any problems during install, or if you need further assistance, visit the --- 245,253 ---- <a href="http://www.mx-publisher.com/download" 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.</p> <p>If you encounter any problems during install, or if you need further assistance, visit the |
|
From: Jon O. <jon...@us...> - 2008-07-01 21:49:41
|
Update of /cvsroot/mxbb/mx_linkdb/language/lang_swedish In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32356/language/lang_swedish Modified Files: lang_admin.php Log Message: image buttons minor bugfixes cleanup Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/language/lang_swedish/lang_admin.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_admin.php 3 Jun 2008 20:09:28 -0000 1.3 --- lang_admin.php 1 Jul 2008 21:49:38 -0000 1.4 *************** *** 59,62 **** --- 59,64 ---- // Link // + $lang['Link_title'] = 'Länkar'; + $lang['width'] = 'Banners maxbredd'; $lang['height'] = 'Banners maxhöjd'; |
|
From: Jon O. <jon...@us...> - 2008-07-01 21:49:41
|
Update of /cvsroot/mxbb/mx_linkdb/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32356/language/lang_english Modified Files: lang_admin.php Log Message: image buttons minor bugfixes cleanup Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/language/lang_english/lang_admin.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** lang_admin.php 3 Jun 2008 20:09:27 -0000 1.13 --- lang_admin.php 1 Jul 2008 21:49:38 -0000 1.14 *************** *** 64,67 **** --- 64,69 ---- // Link // + $lang['Link_title'] = 'Links'; + $lang['width'] = 'Max width of the banners'; $lang['height'] = 'Max height of the banners'; |
|
From: Jon O. <jon...@us...> - 2008-07-01 21:49:27
|
Update of /cvsroot/mxbb/mx_kb/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32301/templates/_core/admin Modified Files: kb_config_body.tpl Log Message: image buttons minor bugfixes cleanup Index: kb_config_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/_core/admin/kb_config_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kb_config_body.tpl 28 Jan 2008 21:51:04 -0000 1.2 --- kb_config_body.tpl 1 Jul 2008 21:49:23 -0000 1.3 *************** *** 4,7 **** --- 4,26 ---- <form action="{S_ACTION}" method="post"> + <table width="100%" cellpadding="4" cellspacing="1" border="0" align="center"> + <tr> + <td> + <div id="admintabs"> + <ul> + <li id="general_title_tab"><a href="javascript:selectPart('general_title')">{L_GENERAL_TITLE}</a></li> + <li id="article_title_tab"><a href="javascript:selectPart('article_title')">{L_ARTICLE_TITLE}</a></li> + <li id="appearance_title_tab"><a href="javascript:selectPart('appearance_title')">{L_APPEARANCE_TITLE}</a></li> + <li id="comments_title_tab"><a href="javascript:selectPart('comments_title')">{L_COMMENTS_TITLE}</a></li> + <li id="ratings_title_tab"><a href="javascript:selectPart('ratings_title')">{L_RATINGS_TITLE}</a></li> + <li id="instructions_title_tab"><a href="javascript:selectPart('instructions_title')">{L_INSTRUCTIONS_TITLE}</a></li> + <li id="notifications_title_tab"><a href="javascript:selectPart('notifications_title')">{L_NOTIFICATIONS_TITLE}</a></li> + </ul> + </div> + </td> + </tr> + </table> + + <fieldset id="general_title"> <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> <tr> *************** *** 22,25 **** --- 41,51 ---- </tr> <tr> + <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> + </tr> + </table> + </fieldset> + <fieldset id="article_title"> + <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> + <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_ARTICLE_TITLE}</th> *************** *** 86,89 **** --- 112,122 ---- </tr> <tr> + <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> + </tr> + </table> + </fieldset> + <fieldset id="appearance_title"> + <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> + <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_APPEARANCE_TITLE}</th> *************** *** 122,125 **** --- 155,165 ---- </tr> <tr> + <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> + </tr> + </table> + </fieldset> + <fieldset id="comments_title"> + <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> + <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_COMMENTS_TITLE}<br /><span class="gensmall">{L_COMMENTS_TITLE_EXPLAIN}</span></th> *************** *** 206,209 **** --- 246,256 ---- </tr> <tr> + <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> + </tr> + </table> + </fieldset> + <fieldset id="ratings_title"> + <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> + <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_RATINGS_TITLE}<br /><span class="gensmall">{L_RATINGS_TITLE_EXPLAIN}</span></th> *************** *** 222,225 **** --- 269,279 ---- </tr> <tr> + <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> + </tr> + </table> + </fieldset> + <fieldset id="instructions_title"> + <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> + <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_INSTRUCTIONS_TITLE}</th> *************** *** 238,241 **** --- 292,302 ---- </tr> <tr> + <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> + </tr> + </table> + </fieldset> + <fieldset id="notifications_title"> + <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> + <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_NOTIFICATIONS_TITLE}</th> *************** *** 253,255 **** </tr> </table> ! </form> \ No newline at end of file --- 314,355 ---- </tr> </table> ! </fieldset> ! </form> ! ! <br clear="all" /> ! <script type="text/javascript"> ! <!-- ! function admingetObj(obj) ! { ! return ( document.getElementById ? document.getElementById(obj) : ( document.all ? document.all[obj] : null ) ); ! } ! function adminsetNone(part) ! { ! admingetObj(part + '_tab').className = ''; ! admingetObj(part).style.display = 'none'; ! ! } ! function adminsetBlock(part) ! { ! admingetObj(part + '_tab').className = 'activetab'; ! admingetObj(part).style.display = 'block'; ! ! } ! function selectPart(part) ! { ! adminsetNone('general_title'); ! adminsetNone('article_title'); ! adminsetNone('appearance_title'); ! adminsetNone('comments_title'); ! adminsetNone('ratings_title'); ! adminsetNone('instructions_title'); ! adminsetNone('notifications_title'); ! ! ! adminsetBlock(part); ! } ! ! selectPart('general_title'); ! ! // --> ! </script> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-07-01 21:49:27
|
Update of /cvsroot/mxbb/mx_kb/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32301/templates/_core Modified Files: _core.cfg kb_article_app.tpl kb_article_body.tpl Log Message: image buttons minor bugfixes cleanup Index: kb_article_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/_core/kb_article_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** kb_article_body.tpl 9 Sep 2007 20:06:03 -0000 1.1 --- kb_article_body.tpl 1 Jul 2008 21:49:23 -0000 1.2 *************** *** 65,69 **** <hr> <span class="gensmall"><b>{L_RATINGS}</b></span> <span class="gensmall">{switch_ratings.RATING} ({switch_ratings.VOTES} {switch_ratings.L_VOTES})</span> ! <span class="gensmall"><a href="{switch_ratings.U_RATE}" class="gensmall">{switch_ratings.DO_RATE}</a></span> <!-- END switch_ratings --> </td> --- 65,69 ---- <hr> <span class="gensmall"><b>{L_RATINGS}</b></span> <span class="gensmall">{switch_ratings.RATING} ({switch_ratings.VOTES} {switch_ratings.L_VOTES})</span> ! <span class="gensmall"><a href="{switch_ratings.U_RATE}" class="gensmall">{switch_ratings.B_RATE_IMG}</a></span> <!-- END switch_ratings --> </td> *************** *** 99,103 **** <!-- END switch_pages --> <tr> ! <td class="cat" valign="middle" align="center"><span class="cattitle"> {EDIT_IMG} {DELETE_IMG}</span> </td> </tr> </table> --- 99,103 ---- <!-- END switch_pages --> <tr> ! <td class="cat" valign="middle" align="center"><span class="cattitle"> {B_EDIT_IMG} {B_DELETE_IMG}</span> </td> </tr> </table> *************** *** 128,135 **** <td align="right"> <!-- BEGIN auth_edit --> ! <a href="{use_comments.text.auth_edit.U_COMMENT_EDIT}"><img src="{use_comments.text.auth_edit.EDIT_IMG}" alt="{use_comments.text.auth_edit.L_COMMENT_EDIT}" title="{use_comments.text.auth_edit.L_COMMENT_EDIT}" border="0"></a> <!-- END auth_edit --> <!-- BEGIN auth_delete --> ! <a href="{use_comments.text.auth_delete.U_COMMENT_DELETE}"><img src="{use_comments.text.auth_delete.DELETE_IMG}" alt="{use_comments.text.auth_delete.L_COMMENT_DELETE}" title="{use_comments.text.auth_delete.L_COMMENT_DELETE}" border="0"></a> <!-- END auth_delete --> </td> --- 128,137 ---- <td align="right"> <!-- BEGIN auth_edit --> ! {use_comments.text.auth_edit.B_EDIT_IMG} ! <!-- <a href="{use_comments.text.auth_edit.U_COMMENT_EDIT}"><img src="{use_comments.text.auth_edit.EDIT_IMG}" alt="{use_comments.text.auth_edit.L_COMMENT_EDIT}" title="{use_comments.text.auth_edit.L_COMMENT_EDIT}" border="0"></a>--> <!-- END auth_edit --> <!-- BEGIN auth_delete --> ! {use_comments.text.auth_delete.B_DELETE_IMG} ! <!-- <a href="{use_comments.text.auth_delete.U_COMMENT_DELETE}"><img src="{use_comments.text.auth_delete.DELETE_IMG}" alt="{use_comments.text.auth_delete.L_COMMENT_DELETE}" title="{use_comments.text.auth_delete.L_COMMENT_DELETE}" border="0"></a>--> <!-- END auth_delete --> </td> *************** *** 162,166 **** <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> ! <td><a href="{use_comments.auth_post.U_COMMENT_POST}"><img src="{use_comments.auth_post.REPLY_IMG}" border="0" alt="{use_comments.auth_post.L_COMMENT_ADD}" align="middle" /></a></td> </tr> </table> --- 164,168 ---- <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> ! <td>{use_comments.auth_post.B_REPLY_IMG}</td> </tr> </table> Index: _core.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/_core/_core.cfg,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** _core.cfg 3 Jun 2008 20:11:45 -0000 1.3 --- _core.cfg 1 Jul 2008 21:49:22 -0000 1.4 *************** *** 37,71 **** // Define images // ------------------------------------------------------------------------- ! $mx_images['kb_icon_approve'] = "$current_template_images/icon_approve.gif"; ! $mx_images['kb_icon_unapprove'] = "$current_template_images/icon_unapprove.gif"; ! $mx_images['kb_title'] = "$current_template_images/{LANG}/kb.gif"; ! $mx_images['kb_search'] = "$current_template_images/{LANG}/icon_kb_search.gif"; ! $mx_images['kb_stats'] = "$current_template_images/{LANG}/icon_kb_stats.gif"; ! $mx_images['kb_toplist'] = "$current_template_images/{LANG}/icon_kb_toplist.gif"; ! $mx_images['kb_upload'] = "$current_template_images/{LANG}/icon_kb_post.gif"; ! $mx_images['kb_rate'] = "$current_template_images/{LANG}/icon_kb_rate.gif"; ! $mx_images['kb_comment_post'] = "$current_template_images/{LANG}/icon_kb_post_comment.gif"; // // Article and Category lists // ! //$mx_images['kb_article'] = $images['icon_minipost']; // Article Row ! $mx_images['kb_article'] = $mx_root_path . $images['mx_graphics']['menu_icons'] . '/' ."icon_message.gif"; // Article Row ! //$mx_images['kb_article_new'] = $images['icon_minipost_new']; // Article Row ! $mx_images['kb_article_new'] = $mx_root_path . $images['mx_graphics']['menu_icons'] . '/' ."icon_message_hot.gif"; // Article Row ! $mx_images['kb_category'] = $images['folder']; // Category Row ! $mx_images['kb_category_new'] = $images['folder_new']; // Category Row // ------------------------------------------------------------------------- // Redefine phpBB images (Commenting) // ------------------------------------------------------------------------- ! $mx_images['kb_icon_minipost'] = $images['icon_minipost']; ! $mx_images['kb_icon_edit'] = $images['icon_edit']; ! $mx_images['kb_icon_delpost'] = $images['icon_delpost']; ! $mx_images['kb_icon_reply'] = $images['icon_reply']; ! $mx_images['kb_folder'] = $images['folder']; ! $mx_images['kb_folder_sticky'] = $images['folder_sticky']; ! $mx_images['kb_folder_announce'] = $images['folder_announce']; ! $mx_images['kb_icon_newest_reply'] = $images['icon_newest_reply']; // --- 37,90 ---- // Define images // ------------------------------------------------------------------------- ! $mx_images['kb_icon_approve'] = "$current_template_images/icon_approve.gif"; ! $mx_images['buttontype']['kb_icon_approve'] = MX_BUTTON_IMAGE; ! $mx_images['kb_icon_unapprove'] = "$current_template_images/icon_unapprove.gif"; ! $mx_images['buttontype']['kb_icon_unapprove'] = MX_BUTTON_IMAGE; ! $mx_images['kb_title'] = "$current_template_images/{LANG}/kb.gif"; ! $mx_images['buttontype']['kb_title'] = MX_BUTTON_IMAGE; ! $mx_images['kb_search'] = "$current_template_images/{LANG}/icon_kb_search.gif"; ! $mx_images['buttontype']['kb_search'] = MX_BUTTON_IMAGE; ! $mx_images['kb_stats'] = "$current_template_images/{LANG}/icon_kb_stats.gif"; ! $mx_images['buttontype']['kb_stats'] = MX_BUTTON_IMAGE; ! $mx_images['kb_toplist'] = "$current_template_images/{LANG}/icon_kb_toplist.gif"; ! $mx_images['buttontype']['kb_toplist'] = MX_BUTTON_IMAGE; ! $mx_images['kb_upload'] = "$current_template_images/{LANG}/icon_kb_post.gif"; ! $mx_images['buttontype']['kb_upload'] = MX_BUTTON_IMAGE; ! $mx_images['kb_rate'] = "$current_template_images/{LANG}/icon_kb_rate.gif"; ! $mx_images['buttontype']['kb_rate'] = MX_BUTTON_TEXT; ! $mx_images['kb_comment_post'] = "$current_template_images/{LANG}/icon_kb_post_comment.gif"; ! $mx_images['buttontype']['kb_comment_post'] = MX_BUTTON_IMAGE; // // Article and Category lists // ! $mx_images['kb_article'] = $mx_root_path . $images['mx_graphics']['menu_icons'] . '/' ."icon_message.gif"; // Article Row ! $mx_images['buttontype']['kb_article'] = MX_BUTTON_IMAGE; ! $mx_images['kb_article_new'] = $mx_root_path . $images['mx_graphics']['menu_icons'] . '/' ."icon_message_hot.gif"; // Article Row ! $mx_images['buttontype']['kb_article_new'] = MX_BUTTON_IMAGE; ! $mx_images['kb_category'] = $images['folder']; // Category Row ! $mx_images['buttontype']['kb_category'] = MX_BUTTON_IMAGE; ! $mx_images['kb_category_new'] = $images['folder_new']; // Category Row ! $mx_images['buttontype']['kb_category_new'] = MX_BUTTON_IMAGE; // ------------------------------------------------------------------------- // Redefine phpBB images (Commenting) // ------------------------------------------------------------------------- ! $mx_images['kb_icon_minipost'] = $images['icon_minipost']; ! $mx_images['buttontype']['kb_icon_minipost'] = MX_BUTTON_IMAGE; ! $mx_images['kb_icon_edit'] = $images['icon_edit']; ! $mx_images['buttontype']['kb_icon_edit'] = MX_BUTTON_IMAGE; ! $mx_images['kb_icon_delpost'] = $images['icon_delpost']; ! $mx_images['buttontype']['kb_icon_delpost'] = MX_BUTTON_IMAGE; ! $mx_images['kb_icon_reply'] = $images['icon_reply']; ! $mx_images['buttontype']['kb_icon_reply'] = MX_BUTTON_IMAGE; ! $mx_images['kb_folder'] = $images['folder']; ! $mx_images['buttontype']['kb_folder'] = MX_BUTTON_IMAGE; ! $mx_images['kb_folder_sticky'] = $images['folder_sticky']; ! $mx_images['buttontype']['kb_folder_sticky'] = MX_BUTTON_IMAGE; ! $mx_images['kb_folder_announce'] = $images['folder_announce']; ! $mx_images['buttontype']['kb_folder_announce'] = MX_BUTTON_IMAGE; ! $mx_images['kb_icon_newest_reply'] = $images['icon_newest_reply']; ! $mx_images['buttontype']['kb_icon_newest_reply'] = MX_BUTTON_IMAGE; // *************** *** 73,76 **** --- 92,97 ---- // $mx_images['kb_last_article_folder'] = $images['folder']; + $mx_images['buttontype']['kb_last_article_folder'] = MX_BUTTON_IMAGE; $mx_images['kb_icon_latest_reply'] = $images['icon_latest_reply']; + $mx_images['buttontype']['kb_icon_latest_reply'] = MX_BUTTON_IMAGE; ?> \ No newline at end of file Index: kb_article_app.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/_core/kb_article_app.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kb_article_app.tpl 21 May 2008 21:52:15 -0000 1.2 --- kb_article_app.tpl 1 Jul 2008 21:49:22 -0000 1.3 *************** *** 67,71 **** </div> ! <p><span class="cattitle"> {EDIT_IMG} {DELETE_IMG}</span> <!-- BEGIN use_comments --> --- 67,71 ---- </div> ! <p><span class="cattitle"> {B_EDIT_IMG} {B_DELETE_IMG}</span> <!-- BEGIN use_comments --> *************** *** 94,101 **** <td align="right"> <!-- BEGIN auth_edit --> ! <a href="{use_comments.text.auth_edit.U_COMMENT_EDIT}"><img src="{use_comments.text.auth_edit.EDIT_IMG}" alt="{use_comments.text.auth_edit.L_COMMENT_EDIT}" title="{use_comments.text.auth_edit.L_COMMENT_EDIT}" border="0"></a> <!-- END auth_edit --> <!-- BEGIN auth_delete --> ! <a href="{use_comments.text.auth_delete.U_COMMENT_DELETE}"><img src="{use_comments.text.auth_delete.DELETE_IMG}" alt="{use_comments.text.auth_delete.L_COMMENT_DELETE}" title="{use_comments.text.auth_delete.L_COMMENT_DELETE}" border="0"></a> <!-- END auth_delete --> </td> --- 94,103 ---- <td align="right"> <!-- BEGIN auth_edit --> ! {use_comments.text.auth_edit.B_EDIT_IMG} ! <!--<a href="{use_comments.text.auth_edit.U_COMMENT_EDIT}"><img src="{use_comments.text.auth_edit.EDIT_IMG}" alt="{use_comments.text.auth_edit.L_COMMENT_EDIT}" title="{use_comments.text.auth_edit.L_COMMENT_EDIT}" border="0"></a>--> <!-- END auth_edit --> <!-- BEGIN auth_delete --> ! {use_comments.text.auth_delete.B_DELETE_IMG} ! <!--<a href="{use_comments.text.auth_delete.U_COMMENT_DELETE}"><img src="{use_comments.text.auth_delete.DELETE_IMG}" alt="{use_comments.text.auth_delete.L_COMMENT_DELETE}" title="{use_comments.text.auth_delete.L_COMMENT_DELETE}" border="0"></a>--> <!-- END auth_delete --> </td> *************** *** 127,131 **** <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> ! <td><a href="{use_comments.auth_post.U_COMMENT_POST}"><img src="{use_comments.auth_post.REPLY_IMG}" border="0" alt="{use_comments.auth_post.L_COMMENT_ADD}" align="middle" /></a></td> </tr> </table> --- 129,133 ---- <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> ! <td>{use_comments.auth_post.B_REPLY_IMG}</td> </tr> </table> |
|
From: Jon O. <jon...@us...> - 2008-07-01 21:49:26
|
Update of /cvsroot/mxbb/mx_kb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32301 Modified Files: db_install.php mx_install_readme.htm Log Message: image buttons minor bugfixes cleanup Index: mx_install_readme.htm =================================================================== RCS file: /cvsroot/mxbb/mx_kb/mx_install_readme.htm,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** mx_install_readme.htm 21 Jun 2008 23:03:11 -0000 1.14 --- mx_install_readme.htm 1 Jul 2008 21:49:21 -0000 1.15 *************** *** 224,229 **** <p><span style="font-weight: bold"><span style="font-size: 16px; line-height: normal">Module</span></span> <br /> ! - for MXP 2.8.x and 3.0.x (with some notes, see below)</p> ! <p><strong>Author [Credits]</strong><br /> <a href="mailto:jon...@mx...">Jon Ohlsson</a> [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin]<br /> <br /> --- 224,230 ---- <p><span style="font-weight: bold"><span style="font-size: 16px; line-height: normal">Module</span></span> <br /> ! - for MXP Core 2.8.x and 3.0.x (with some notes, see below)</p> ! <p>Note: <em>This module currently supports standalone/internal and phpBB2 ! mode only (with MXP 3.0.x)</em></p> <p><strong>Author [Credits]</strong><br /> <a href="mailto:jon...@mx...">Jon Ohlsson</a> [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin]<br /> <br /> *************** *** 233,241 **** Standard Knowledge Base features with commenting, ratings, etc. Also nice blocks to list latest articles and an AJAX block for fast browsing ! of articles.</p> ! <p>Note: <em>This module currently supports standalone/internal and phpBB2 ! mode only (with MXP 3.0.x)</em></p> ! <p> <br /> ! I. <a href="#install">Installation instructions</a> <br /> <br /> II. <a href="#themes">Additional styles</a> <br /> --- 234,239 ---- Standard Knowledge Base features with commenting, ratings, etc. Also nice blocks to list latest articles and an AJAX block for fast browsing ! of articles.</p> ! <p> I. <a href="#install">Installation/Upgrade instructions</a> <br /> <br /> II. <a href="#themes">Additional styles</a> <br /> *************** *** 248,252 **** <a href="http://www.mx-publisher.com/download" target="_blank" class="postlink"> DOWNLOAD </a> <br /> ! <br /><a name="install"> <br /> <span style="font-weight: bold">I. Installation Instructions</span> <br /> --- 246,251 ---- <a href="http://www.mx-publisher.com/download" target="_blank" class="postlink"> DOWNLOAD </a> <br /> ! <br /> ! <a name="install"> <br /> <span style="font-weight: bold">I. Installation Instructions</span> <br /> Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/db_install.php,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** db_install.php 3 Jun 2008 20:08:19 -0000 1.55 --- db_install.php 1 Jul 2008 21:49:21 -0000 1.56 *************** *** 31,35 **** $mx_module_version = '2.2.4'; ! $mx_module_copy = 'Original phpBB <i>Knowledge Base</i> MOD by <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=89202" target="_phpbb" >wGEric/Jon Ohlsson</a> :: Adapted for Mx-Publisher by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; // For compatibility with core 2.7.+ --- 31,35 ---- $mx_module_version = '2.2.4'; ! $mx_module_copy = 'Original phpBB <i>Knowledge Base</i> MOD by <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=89202" target="_phpbb" >wGEric/Jon Ohlsson</a> :: Adapted for MX-Publisher by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; // For compatibility with core 2.7.+ |
|
From: Jon O. <jon...@us...> - 2008-07-01 21:49:25
|
Update of /cvsroot/mxbb/mx_kb/kb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32301/kb/modules Modified Files: kb_article.php Log Message: image buttons minor bugfixes cleanup Index: kb_article.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_article.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** kb_article.php 3 Jun 2008 20:10:30 -0000 1.19 --- kb_article.php 1 Jul 2008 21:49:22 -0000 1.20 *************** *** 30,34 **** global $phpbb_root_path, $mx_root_path, $module_root_path, $is_block, $images; global $mx_kb_custom_field, $mx_kb_functions, $print_version, $board_config, $mx_block; ! global $page_id; // --- 30,34 ---- global $phpbb_root_path, $mx_root_path, $module_root_path, $is_block, $images; global $mx_kb_custom_field, $mx_kb_functions, $print_version, $board_config, $mx_block; ! global $page_id, $mx_user; // *************** *** 210,215 **** { $temp_url = mx_append_sid( $this->this_mxurl( "mode=edit&k=" . $article_id ) ); ! $edit_img = '<a href="' . $temp_url . '"><img src="' . $images['kb_icon_edit'] . '" alt="' . $lang['Edit_delete_post'] . '" title="' . $lang['Edit_delete_post'] . '" border="0" /></a>'; ! $edit = '<a href="' . $temp_url . '">' . $lang['Edit_delete_post'] . '</a>'; } else --- 210,215 ---- { $temp_url = mx_append_sid( $this->this_mxurl( "mode=edit&k=" . $article_id ) ); ! $edit_img = '<a href="' . $temp_url . '"><img src="' . $images['kb_icon_edit'] . '" alt="' . $lang['Edit_article'] . '" title="' . $lang['Edit_article'] . '" border="0" /></a>'; ! $edit = '<a href="' . $temp_url . '">' . $lang['Edit_article'] . '</a>'; } else *************** *** 226,231 **** $temp_url = mx_append_sid( $this->this_mxurl( "mode=edit&do=delete&k=" . $article_id ) ); //$temp_url = str_replace('../', '',$temp_url); // Hack for App ! $delete_img = '<a href="javascript:delete_item(\'' . $temp_url . '\')"><img src="' . $images['kb_icon_delpost'] . '" alt="' . $lang['Edit_delete_post'] . '" title="' . $lang['Edit_delete_post'] . '" border="0" /></a>'; ! $delete = '<a href="javascript:delete_item(\'' . $temp_url . '\')">' . $lang['Edit_delete_post'] . '</a>'; } else --- 226,231 ---- $temp_url = mx_append_sid( $this->this_mxurl( "mode=edit&do=delete&k=" . $article_id ) ); //$temp_url = str_replace('../', '',$temp_url); // Hack for App ! $delete_img = '<a href="javascript:delete_item(\'' . $temp_url . '\')"><img src="' . $images['kb_icon_delpost'] . '" alt="' . $lang['Delete_article'] . '" title="' . $lang['Delete_article'] . '" border="0" /></a>'; ! $delete = '<a href="javascript:delete_item(\'' . $temp_url . '\')">' . $lang['Delete_article'] . '</a>'; } else *************** *** 304,308 **** 'T_TH_COLOR1' => '#'.$theme['th_color1'], // Border Colors (main) ! ) ); --- 304,310 ---- 'T_TH_COLOR1' => '#'.$theme['th_color1'], // Border Colors (main) ! // Buttons ! 'B_DELETE_IMG' => $mx_user->create_button('kb_icon_delpost', $lang['Delete_article'], "javascript:delete_item('". mx_append_sid( $this->this_mxurl( "mode=edit&do=delete&k=" . $article_id ) ) . "')"), ! 'B_EDIT_IMG' => $mx_user->create_button('kb_icon_edit', $lang['Edit_article'], mx_append_sid( $this->this_mxurl( "mode=edit&k=" . $article_id ) )), ) ); *************** *** 420,423 **** --- 422,429 ---- 'RATE_IMG' => $rate_img, 'U_RATE' => mx_append_sid( $this->this_mxurl( 'mode=rate&k=' . $article_id ) ), + + // Buttons + 'B_RATE_IMG' => $mx_user->create_button('kb_rate', $lang['ADD_RATING'], mx_append_sid( $this->this_mxurl( 'mode=rate&k=' . $article_id ) )), + )); } |
|
From: Jon O. <jon...@us...> - 2008-07-01 21:49:25
|
Update of /cvsroot/mxbb/mx_kb/kb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32301/kb/includes Modified Files: functions_comment.php Log Message: image buttons minor bugfixes cleanup Index: functions_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/functions_comment.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** functions_comment.php 3 Jun 2008 20:10:17 -0000 1.13 --- functions_comment.php 1 Jul 2008 21:49:21 -0000 1.14 *************** *** 101,109 **** $this->formatting_comment_wordwrap = $kb_config['formatting_comment_wordwrap']; $this->images = array( 'icon_minipost' => $images['kb_icon_minipost'], ! 'comment_post' => $images['kb_comment_post'], ! 'icon_edit' => $images['kb_icon_edit'], ! 'icon_delpost' => $images['kb_icon_delpost']); $this->u_post = $mx_kb->this_mxurl( 'mode=post_comment&item_id=' . $this->item_id . '&cat_id=' . $this->cat_id); --- 101,116 ---- $this->formatting_comment_wordwrap = $kb_config['formatting_comment_wordwrap']; + // + // Define comments images + // $this->images = array( 'icon_minipost' => $images['kb_icon_minipost'], ! //'comment_post' => $images['kb_comment_post'], ! 'comment_post' => 'kb_comment_post', // Button ! //'icon_edit' => $images['kb_icon_edit'], ! 'icon_edit' => 'kb_icon_edit', // Button ! //'icon_delpost' => $images['kb_icon_delpost'], ! 'icon_delpost' => 'kb_icon_delpost' // Button ! ); $this->u_post = $mx_kb->this_mxurl( 'mode=post_comment&item_id=' . $this->item_id . '&cat_id=' . $this->cat_id); |
|
From: Jon O. <jon...@us...> - 2008-07-01 21:49:01
|
Update of /cvsroot/mxbb/mx_bugsbt/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31897/admin Modified Files: bugsbt_config_body.tpl Log Message: image buttons minor bugfixes cleanup Index: bugsbt_config_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/templates/_core/admin/bugsbt_config_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bugsbt_config_body.tpl 28 Jan 2008 21:44:44 -0000 1.2 --- bugsbt_config_body.tpl 1 Jul 2008 21:48:57 -0000 1.3 *************** *** 4,7 **** --- 4,25 ---- <form action="{S_ACTION}" method="post"> + <table width="100%" cellpadding="4" cellspacing="1" border="0" align="center"> + <tr> + <td> + <div id="admintabs"> + <ul> + <li id="general_title_tab"><a href="javascript:selectPart('general_title')">{L_GENERAL_TITLE}</a></li> + <li id="bug_title_tab"><a href="javascript:selectPart('bug_title')">{L_BUG_TITLE}</a></li> + <li id="appearance_title_tab"><a href="javascript:selectPart('appearance_title')">{L_APPEARANCE_TITLE}</a></li> + <li id="comments_title_tab"><a href="javascript:selectPart('comments_title')">{L_COMMENTS_TITLE}</a></li> + <li id="instructions_title_tab"><a href="javascript:selectPart('instructions_title')">{L_INSTRUCTIONS_TITLE}</a></li> + <li id="notifications_title_tab"><a href="javascript:selectPart('notifications_title')">{L_NOTIFICATIONS_TITLE}</a></li> + </ul> + </div> + </td> + </tr> + </table> + + <fieldset id="general_title"> <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> <tr> *************** *** 22,27 **** </tr> <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> ! <th class="thHead" colspan="2"> {L_ARTICLE_TITLE}</th> </tr> <tr> --- 40,52 ---- </tr> <tr> + <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> + </tr> + </table> + </fieldset> + <fieldset id="bug_title"> + <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> + <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> ! <th class="thHead" colspan="2"> {L_BUG_TITLE}</th> </tr> <tr> *************** *** 86,89 **** --- 111,121 ---- </tr> <tr> + <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> + </tr> + </table> + </fieldset> + <fieldset id="appearance_title"> + <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> + <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_APPEARANCE_TITLE}</th> *************** *** 122,125 **** --- 154,164 ---- </tr> <tr> + <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> + </tr> + </table> + </fieldset> + <fieldset id="comments_title"> + <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> + <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_COMMENTS_TITLE}<br /><span class="gensmall">{L_COMMENTS_TITLE_EXPLAIN}</span></th> *************** *** 206,209 **** --- 245,255 ---- </tr> <tr> + <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> + </tr> + </table> + </fieldset> + <fieldset id="instructions_title"> + <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> + <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_INSTRUCTIONS_TITLE}</th> *************** *** 222,225 **** --- 268,278 ---- </tr> <tr> + <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> + </tr> + </table> + </fieldset> + <fieldset id="notifications_title"> + <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> + <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_NOTIFICATIONS_TITLE}</th> *************** *** 237,239 **** </tr> </table> ! </form> \ No newline at end of file --- 290,330 ---- </tr> </table> ! </fieldset> ! </form> ! ! <br clear="all" /> ! <script type="text/javascript"> ! <!-- ! function admingetObj(obj) ! { ! return ( document.getElementById ? document.getElementById(obj) : ( document.all ? document.all[obj] : null ) ); ! } ! function adminsetNone(part) ! { ! admingetObj(part + '_tab').className = ''; ! admingetObj(part).style.display = 'none'; ! ! } ! function adminsetBlock(part) ! { ! admingetObj(part + '_tab').className = 'activetab'; ! admingetObj(part).style.display = 'block'; ! ! } ! function selectPart(part) ! { ! adminsetNone('general_title'); ! adminsetNone('bug_title'); ! adminsetNone('appearance_title'); ! adminsetNone('comments_title'); ! adminsetNone('instructions_title'); ! adminsetNone('notifications_title'); ! ! ! adminsetBlock(part); ! } ! ! selectPart('general_title'); ! ! // --> ! </script> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-07-01 21:49:00
|
Update of /cvsroot/mxbb/mx_bugsbt/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31897 Modified Files: _core.cfg bugsbt_view_body.tpl Log Message: image buttons minor bugfixes cleanup Index: bugsbt_view_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/templates/_core/bugsbt_view_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** bugsbt_view_body.tpl 9 Sep 2007 19:35:12 -0000 1.1 --- bugsbt_view_body.tpl 1 Jul 2008 21:48:57 -0000 1.2 *************** *** 93,100 **** <td align="right"> <!-- BEGIN auth_edit --> ! <a href="{use_comments.text.auth_edit.U_COMMENT_EDIT}"><img src="{use_comments.text.auth_edit.EDIT_IMG}" alt="{use_comments.text.auth_edit.L_COMMENT_EDIT}" title="{use_comments.text.auth_edit.L_COMMENT_EDIT}" border="0"></a> <!-- END auth_edit --> <!-- BEGIN auth_delete --> ! <a href="{use_comments.text.auth_delete.U_COMMENT_DELETE}"><img src="{use_comments.text.auth_delete.DELETE_IMG}" alt="{use_comments.text.auth_delete.L_COMMENT_DELETE}" title="{use_comments.text.auth_delete.L_COMMENT_DELETE}" border="0"></a> <!-- END auth_delete --> </td> --- 93,102 ---- <td align="right"> <!-- BEGIN auth_edit --> ! {use_comments.text.auth_edit.B_EDIT_IMG} ! <!-- <a href="{use_comments.text.auth_edit.U_COMMENT_EDIT}"><img src="{use_comments.text.auth_edit.EDIT_IMG}" alt="{use_comments.text.auth_edit.L_COMMENT_EDIT}" title="{use_comments.text.auth_edit.L_COMMENT_EDIT}" border="0"></a>--> <!-- END auth_edit --> <!-- BEGIN auth_delete --> ! {use_comments.text.auth_delete.B_DELETE_IMG} ! <!-- <a href="{use_comments.text.auth_delete.U_COMMENT_DELETE}"><img src="{use_comments.text.auth_delete.DELETE_IMG}" alt="{use_comments.text.auth_delete.L_COMMENT_DELETE}" title="{use_comments.text.auth_delete.L_COMMENT_DELETE}" border="0"></a>--> <!-- END auth_delete --> </td> *************** *** 127,131 **** <tr> <td align="left" class="row2"> ! <a href="javascript:void(0)" onclick="commentBug();"><img src="{use_comments.auth_post.REPLY_IMG}" vspace="4" border="0" alt="" align="middle" /></a> </td> </tr> --- 129,134 ---- <tr> <td align="left" class="row2"> ! {use_comments.auth_post.B_REPLY_IMG} ! <!-- <a href="javascript:void(0)" onclick="commentBug();"><img src="{use_comments.auth_post.REPLY_IMG}" vspace="4" border="0" alt="" align="middle" /></a>--> </td> </tr> Index: _core.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/templates/_core/_core.cfg,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** _core.cfg 3 Jun 2008 20:10:24 -0000 1.3 --- _core.cfg 1 Jul 2008 21:48:57 -0000 1.4 *************** *** 37,65 **** // Define images // ------------------------------------------------------------------------- ! $mx_images['bugsbt_icon_approve'] = "$current_template_images/icon_approve.gif"; ! $mx_images['bugsbt_icon_unapprove'] = "$current_template_images/icon_unapprove.gif"; ! $mx_images['bugsbt_comment_post'] = "$current_template_images/{LANG}/icon_bugsbt_post_comment.gif"; // // Article and Category lists // ! //$mx_images['bugsbt_bug'] = $images['icon_minipost']; // Article Row ! $mx_images['bugsbt_bug'] = $mx_root_path . $images['mx_graphics']['menu_icons'] . '/' ."icon_message.gif"; // Article Row ! //$mx_images['bugsbt_bug_new'] = $images['icon_minipost_new']; // Article Row ! $mx_images['bugsbt_bug_new'] = $mx_root_path . $images['mx_graphics']['menu_icons'] . '/' ."icon_message_hot.gif"; // Article Row ! $mx_images['bugsbt_product'] = $images['folder']; // Category Row ! $mx_images['bugsbt_product_new'] = $images['folder_new']; // Category Row // ------------------------------------------------------------------------- // Redefine phpBB images (Commenting) // ------------------------------------------------------------------------- ! $mx_images['bugsbt_icon_minipost'] = $images['icon_minipost']; ! $mx_images['bugsbt_icon_edit'] = $images['icon_edit']; ! $mx_images['bugsbt_icon_delpost'] = $images['icon_delpost']; ! $mx_images['bugsbt_icon_reply'] = $images['icon_reply']; ! $mx_images['bugsbt_folder'] = $images['folder']; ! $mx_images['bugsbt_folder_sticky'] = $images['folder_sticky']; ! $mx_images['bugsbt_folder_announce'] = $images['folder_announce']; ! $mx_images['bugsbt_icon_newest_reply'] = $images['icon_newest_reply']; ?> \ No newline at end of file --- 37,80 ---- // Define images // ------------------------------------------------------------------------- ! $mx_images['bugsbt_icon_approve'] = "$current_template_images/icon_approve.gif"; ! $mx_images['buttontype']['bugsbt_icon_approve'] = MX_BUTTON_IMAGE; ! $mx_images['bugsbt_icon_unapprove'] = "$current_template_images/icon_unapprove.gif"; ! $mx_images['buttontype']['bugsbt_icon_unapprove'] = MX_BUTTON_IMAGE; ! $mx_images['bugsbt_comment_post'] = "$current_template_images/{LANG}/icon_bugsbt_post_comment.gif"; ! $mx_images['buttontype']['bugsbt_comment_post'] = MX_BUTTON_IMAGE; // // Article and Category lists // ! //$mx_images['bugsbt_bug'] = $images['icon_minipost']; // Article Row ! $mx_images['bugsbt_bug'] = $mx_root_path . $images['mx_graphics']['menu_icons'] . '/' ."icon_message.gif"; // Article Row ! $mx_images['buttontype']['bugsbt_bug'] = MX_BUTTON_IMAGE; ! //$mx_images['bugsbt_bug_new'] = $images['icon_minipost_new']; // Article Row ! $mx_images['bugsbt_bug_new'] = $mx_root_path . $images['mx_graphics']['menu_icons'] . '/' ."icon_message_hot.gif"; // Article Row ! $mx_images['buttontype']['bugsbt_bug_new'] = MX_BUTTON_IMAGE; ! $mx_images['bugsbt_product'] = $images['folder']; // Category Row ! $mx_images['buttontype']['bugsbt_product'] = MX_BUTTON_IMAGE; ! $mx_images['bugsbt_product_new'] = $images['folder_new']; // Category Row ! $mx_images['buttontype']['bugsbt_product_new'] = MX_BUTTON_IMAGE; // ------------------------------------------------------------------------- // Redefine phpBB images (Commenting) // ------------------------------------------------------------------------- ! $mx_images['bugsbt_icon_minipost'] = $images['icon_minipost']; ! $mx_images['buttontype']['bugsbt_icon_minipost'] = MX_BUTTON_IMAGE; ! $mx_images['bugsbt_icon_edit'] = $images['icon_edit']; ! $mx_images['buttontype']['bugsbt_icon_edit'] = MX_BUTTON_IMAGE; ! $mx_images['bugsbt_icon_delpost'] = $images['icon_delpost']; ! $mx_images['buttontype']['bugsbt_icon_delpost'] = MX_BUTTON_IMAGE; ! $mx_images['bugsbt_icon_reply'] = $images['icon_reply']; ! $mx_images['buttontype']['bugsbt_icon_reply'] = MX_BUTTON_IMAGE; ! $mx_images['bugsbt_folder'] = $images['folder']; ! $mx_images['buttontype']['bugsbt_folder'] = MX_BUTTON_IMAGE; ! $mx_images['bugsbt_folder_sticky'] = $images['folder_sticky']; ! $mx_images['buttontype']['bugsbt_folder_sticky'] = MX_BUTTON_IMAGE; ! $mx_images['bugsbt_folder_announce'] = $images['folder_announce']; ! $mx_images['buttontype']['bugsbt_folder_announce'] = MX_BUTTON_IMAGE; ! $mx_images['bugsbt_icon_newest_reply'] = $images['icon_newest_reply']; ! $mx_images['buttontype']['bugsbt_icon_newest_reply'] = MX_BUTTON_IMAGE; ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-07-01 21:48:32
|
Update of /cvsroot/mxbb/mx_calsnails In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31879 Modified Files: mx_install_readme.htm Log Message: updated Index: mx_install_readme.htm =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/mx_install_readme.htm,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mx_install_readme.htm 21 Jun 2008 23:02:51 -0000 1.10 --- mx_install_readme.htm 1 Jul 2008 21:48:28 -0000 1.11 *************** *** 224,229 **** <p><span style="font-weight: bold"><span style="font-size: 16px; line-height: normal">Module</span></span> <br /> ! - for MXP 2.8.x and 3.0.x (with some notes, see below)</p> ! <p><strong>Author [Credits]</strong><br /> <a href="mailto:jon...@mx...">Jon Ohlsson</a> [Jon Ohlsson, Martin, Markus]<br /> <br /> --- 224,230 ---- <p><span style="font-weight: bold"><span style="font-size: 16px; line-height: normal">Module</span></span> <br /> ! - for MXP Core 2.8.x and 3.0.x (with some notes, see below)</p> ! <p>Note: <em>This module currently supports standalone/internal and phpBB2 ! mode only (with MXP 3.0.x)</em></p> <p><strong>Author [Credits]</strong><br /> <a href="mailto:jon...@mx...">Jon Ohlsson</a> [Jon Ohlsson, Martin, Markus]<br /> <br /> *************** *** 234,241 **** - MXP-Module added features: miniCalendar block, Calendar Events block and Calendar Query block. Further, you can set private events per block instance of calendars.</p> ! <p>Note: <em>This module currently supports standalone/internal and phpBB2 ! mode only (with MXP 3.0.x)</em></p> ! <p> <br /> ! I. <a href="#install">Installation instructions</a> <br /> <br /> II. <a href="#themes">Additional styles</a> <br /> --- 235,239 ---- - MXP-Module added features: miniCalendar block, Calendar Events block and Calendar Query block. Further, you can set private events per block instance of calendars.</p> ! <p> I. <a href="#install">Installation/Upgrade instructions</a> <br /> <br /> II. <a href="#themes">Additional styles</a> <br /> *************** *** 248,255 **** <a href="http://www.mx-publisher.com/download" 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.</p> <p>If you encounter any problems during install, or if you need further assistance, visit the --- 246,254 ---- <a href="http://www.mx-publisher.com/download" 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.</p> <p>If you encounter any problems during install, or if you need further assistance, visit the |
|
From: Jon O. <jon...@us...> - 2008-07-01 21:48:12
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31833/includes Modified Files: functions_comment.php Log Message: image buttons minor bugfixes cleanup Index: functions_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/includes/functions_comment.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** functions_comment.php 3 Jun 2008 20:07:47 -0000 1.5 --- functions_comment.php 1 Jul 2008 21:48:07 -0000 1.6 *************** *** 106,112 **** $this->images = array( 'icon_minipost' => $images['bugsbt_icon_minipost'], ! 'comment_post' => $images['bugsbt_comment_post'], ! 'icon_edit' => $images['bugsbt_icon_edit'], ! 'icon_delpost' => $images['bugsbt_icon_delpost']); $this->u_post = $mx_bugsbt->this_mxurl( 'mode=post_comment&item_id=' . $this->item_id . '&cat_id=' . $this->cat_id); --- 106,116 ---- $this->images = array( 'icon_minipost' => $images['bugsbt_icon_minipost'], ! //'comment_post' => $images['bugsbt_comment_post'], ! 'comment_post' => 'bugsbt_comment_post', // Button ! //'icon_edit' => $images['bugsbt_icon_edit'], ! 'icon_edit' => 'bugsbt_icon_edit', // Button ! //'icon_delpost' => $images['bugsbt_icon_delpost']); ! 'icon_delpost' => 'bugsbt_icon_delpost' // Button ! ); $this->u_post = $mx_bugsbt->this_mxurl( 'mode=post_comment&item_id=' . $this->item_id . '&cat_id=' . $this->cat_id); |
|
From: Jon O. <jon...@us...> - 2008-07-01 21:48:12
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31833/admin Modified Files: admin_settings.php Log Message: image buttons minor bugfixes cleanup Index: admin_settings.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/admin/admin_settings.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_settings.php 15 Jun 2008 21:03:34 -0000 1.6 --- admin_settings.php 1 Jul 2008 21:48:06 -0000 1.7 *************** *** 295,299 **** // Article // ! 'L_ARTICLE_TITLE' => $lang['Bug_title'], 'L_ALLOW_WYSIWYG' => $lang['Allow_Wysiwyg'], --- 295,299 ---- // Article // ! 'L_BUG_TITLE' => $lang['Bug_title'], 'L_ALLOW_WYSIWYG' => $lang['Allow_Wysiwyg'], |
|
From: Jon O. <jon...@us...> - 2008-07-01 21:48:10
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31833/modules Modified Files: bugsbt_view.php Log Message: image buttons minor bugfixes cleanup Index: bugsbt_view.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/bugsbt_view.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** bugsbt_view.php 3 Jun 2008 20:07:48 -0000 1.7 --- bugsbt_view.php 1 Jul 2008 21:48:07 -0000 1.8 *************** *** 285,291 **** 'T_TH_COLOR1' => '#'.$theme['th_color1'], // Border Colors (main) ! ! ! ) ); } --- 285,289 ---- 'T_TH_COLOR1' => '#'.$theme['th_color1'], // Border Colors (main) ! )); } |
|
From: Jon O. <jon...@us...> - 2008-07-01 20:32:51
|
Update of /cvsroot/mxbb/mx_linkdb/templates/_core/images/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31617/lang_english Log Message: Directory /cvsroot/mxbb/mx_linkdb/templates/_core/images/lang_english added to the repository |