It seems that anywhere where I have added the number_format class, it displays nothing as a result. ie: in viewforum.php 'VIEWS' => number_format($row['topic_views'], $thousands_sep = ','), of course if I keep it as $row['topic_views'], it will display the actual number. Has anyone else had this pro...