Quote:
Originally posted by Xenon
boofo i think in usercp.php#
this line:
PHP Code:
$replies=$thread[replycount];
should be this:
PHP Code:
$replies=number_format($thread[replycount]);
|
I think that will work on my vb home in the user cp. It doesn't work when listing the subscribed threads listing is shown. I found it though.

It was in the member2.php. Thanks for pointing me in the right direction.
How do I add commas to the numbers for the forumdisplaybit, though? I checked the forumdisplay.php and I see nowhere to add the number_format variable.