Log in

View Full Version : Removing the comma from the $post[points] output


TJFweb
02-15-2006, 07:20 AM
Hi,

Can someone please tell me a way to remove the comma from the $post[points] output?

I want my points to display as 25000 as opposed to 25,000.

Thanks.

deathemperor
02-15-2006, 12:08 PM
find in functions_ucs_shared.php

find

$showcomma = ',';

replace it with:


$showcomma = '';

TJFweb
02-16-2006, 03:59 AM
Argh... I did that same file edit in uCash 1.1.1 but I forgot about it :P

Thanks ;-)