


MartectX wrote:OPEN includes/functions_display.php
FINDREPLACE WITHCode: Select all
'TOPICS' => $row['forum_topics'],
Code: Select all
'TOPICS' => 2 * $row['forum_topics'],
I know that But I want to know How to do thisKevin Clark wrote:But as soon as someone opens a forum and sees that you don't actually have that many topics it'll look stupid.