Quote:
Originally posted by SWFans.net
Thanks. 
I just placed this code into my index.php:
PHP Code:
// Total Thread Views
$boardviews=$DB_site->query_first("SELECT SUM(views) AS threadviews FROM thread");
$totalviews=number_format($boardviews['threadviews']);
Above the "//get newest member" section, then built a table row like loggedinusers in forum home and put the things I wanted inside it, all done in the forumhome template
|
i think you should make this a mini-release
i am not smart enough to figure all that myself......but i am smart enough to follow detailed directions