MyBB Community Forums

Full Version: Get forum stats?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I get forum stats onto the page? EG: threads, posts, users?

im sure it was something like:
$stats['threads'] Toungue
$stats = $cache->read("stats"); needs to come first Smile
Then what? $stats['threads']; Toungue
This is what's in the cache:

Array
(
    [numthreads] => 29
    [numunapprovedthreads] => 0
    [numposts] => 62
    [numunapprovedposts] => 0
    [numusers] => 4
    [lastuid] => 34
    [lastusername] => Test
)

So it'd be $stats['numthreads']
ok cool Smile Thanks Matt Big Grin