Daily Archives: June 9, 2009

wordpress myTreasures MOD

0
Filed under WEB-DEV-LOG
Tagged as

to change comma ratings to Canadian decimals

mytreasuresRating.php

Line 68: <?php echo number_format($i,1,”,”,”"); ?>

<?php echo number_format($i,1,”.”,”"); ?>

Remove “my comment” tag

mytreasures.php Line 679

replace with overview

Remove Choose view options

mytreasures.php Line 469 -> 510