Quote:
Originally Posted by Blaine0002
i have this in a template, but it dosent work! the phrases work, but the totals just show up as periods! the only place this works is in forumhome.
PHP Code:
$vbphrase[threads]: $totalthreads,
$vbphrase[posts]: $totalposts,
$vbphrase[members]: $numbermembers
any help?
|
In index.php, search for
Code:
// ### BOARD STATISTICS #################################################
This code is only available in index.php. You will need to either modify each file or include that code with each file to get the same information output elsewhere.
This is untested, but that is the coding you need to look for.