|
From: Jon O. <jon...@us...> - 2005-12-16 18:58:53
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9316/modules/mx_coreblocks Modified Files: CoreBlocks.pak mx_poll.php Log Message: a couple of commits - sprung from last day's intense bugtracking at mxbb-portal.com. be prepaired for more tonight. Index: mx_poll.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_poll.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** mx_poll.php 24 Oct 2005 20:12:59 -0000 1.25 --- mx_poll.php 16 Dec 2005 18:58:45 -0000 1.26 *************** *** 226,230 **** { $vote_percent = ( $vote_results_sum > 0 ) ? $vote_info[$i]['vote_result'] / $vote_results_sum : 0; ! $vote_graphic_length = is_numeric($block_size) ? round($vote_percent * ( $block_size - 50 )) : $vote_percent * 400; $vote_graphic_img = $images['voting_graphic'][$vote_graphic]; --- 226,230 ---- { $vote_percent = ( $vote_results_sum > 0 ) ? $vote_info[$i]['vote_result'] / $vote_results_sum : 0; ! $vote_graphic_length = is_numeric($block_size) ? round($vote_percent * ( $block_size - 50 )) : $vote_percent * 200; $vote_graphic_img = $images['voting_graphic'][$vote_graphic]; Index: CoreBlocks.pak =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/CoreBlocks.pak,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** CoreBlocks.pak 20 Sep 2005 15:30:58 -0000 1.7 --- CoreBlocks.pak 16 Dec 2005 18:58:45 -0000 1.8 *************** *** 46,50 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:19=+:Multiple Horizontal Blocks=+:Block that can arrange other blocks in a horizontal line.=+:mx_multiple_blocks.php=+: ! parameter=+:19=+:60=+:block_ids=+:Function=+:1,2,3=+:get_list_multiple( "{parameter_id}[]", BLOCK_TABLE, 'block_id', 'block_title', "{parameter_value}", TRUE) parameter=+:19=+:61=+:block_sizes=+:Text=+:20%,30%,*=+: parameter=+:19=+:62=+:space_between=+:Number=+:4=+: --- 46,50 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:19=+:Multiple Horizontal Blocks=+:Block that can arrange other blocks in a horizontal line.=+:mx_multiple_blocks.php=+: ! parameter=+:19=+:60=+:block_ids=+:Function=+:1,2,3=+:get_list_multiple( "{parameter_id}[]", BLOCK_TABLE, 'block_id', 'block_title', "{parameter_value}", TRUE, 'block_desc') parameter=+:19=+:61=+:block_sizes=+:Text=+:20%,30%,*=+: parameter=+:19=+:62=+:space_between=+:Number=+:4=+: *************** *** 62,65 **** --- 62,69 ---- block=+:=+:Demo - Polls=+:Demo block=+:12=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 + function=+:10=+:104=+:Search=+:Site Search=+:mx_search.php=+: + parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 + block=+:=+:Demo - Search=+:Demo block=+:104=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 + New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:97=+:Site Log=+:Site change monitor=+:mx_site_log.php=+: parameter=+:97=+:317=+:log_filter_date=+:Menu_single_select=+:1 month=+:a:12:{i:0;s:8:"no limit";i:1;s:5:"1 day";i:2;s:6:"2 days";i:3;s:6:"3 days";i:4;s:6:"1 week";i:5;s:7:"2 weeks";i:6;s:7:"3 weeks";i:7;s:7:"1 month";i:8;s:8:"2 months";i:9;s:8:"3 months";i:10;s:8:"6 months";i:11;s:6:"1 year";} |