You're doing something wrong. The number of threads and views should not be the same unless each thread was only viewed once. You need to add the hack code toward the top of index.php and then have something like this:
Total Threads: <b>$totalthreads</b> | Total Thread Views: <b>$totalviews</b>
in your forumhome template. You will not get the same values for both.
|