Skip to content
FREE & OPEN SOURCE Million Dollar Script is a free WordPress plugin for sponsor walls, campaign grids, fundraiser boards, and premium add-on workflows.

Modifications

Change count number

Started November 3, 2010 by kashalp

Hello,was wondering if you can help me out. I would like to change the stats bar and count squares instead of pixels. So instead of it saying:"Available: 1 000 000" it would say "available: 10,000" and deduct 1 every time a square was used.thanks for any help you can give.

1 replies

Hi there,If you want to change the output in the stats you can modify the display_stats.php file.You might want to change line 47 to this:[code]$available = ((($b_row[grid_width] * $b_row[grid_height] * (BLK_WIDTH*BLK_HEIGHT) )-$nfs ) - $sold)/100;[/code]