Thanks, works wonderfully.
My next question would be how to retrieve the cached stats that is shown in FORUMHOME?
It retrieves it through:
Code:
$vbphrase[threads]: $totalthreads,
$vbphrase[posts]: $totalposts,
$vbphrase[members]: $numbermembers
I do not know how the template system works or what files it includes. I do not want to query it everytime if a cached value exists somewhere.
Thanks