Quote:
Originally posted by Xenon
hmm, didn't understand everything but i think you just wanted to know where to put what in forumdisplay.php right?
before this line:
PHP Code:
eval("\$forumdisplaybits .= \"".gettemplate('forumdisplaybit')."\";");
put:
PHP Code:
$thread[views]=number_format($thread[views]);
$thread[replycount]=number_format($thread[replycount]);
|
Yep that was it. Thanks.
Sorry to keep buggin ya.

but I had another place I would like to add this also.
Can you tell me how I do it for getting the comma in users post counts? I have the postcount displayed of course in the postbit thingy, but I also have it displayed on the frontpage. I'm not sure if changing it in whatever one place will change both or not, but I was hoping you could help.