2011-02-01, 08:39 PM
How do I get forum stats onto the page? EG: threads, posts, users?
im sure it was something like:
$stats['threads']
im sure it was something like:
$stats['threads']

Get forum stats?
|
2011-02-01, 08:39 PM
How do I get forum stats onto the page? EG: threads, posts, users?
im sure it was something like: $stats['threads'] ![]()
2011-02-01, 08:40 PM
$stats = $cache->read("stats"); needs to come first
![]()
2011-02-01, 08:43 PM
Then what? $stats['threads'];
![]()
This is what's in the cache:
So it'd be $stats['numthreads'] |
« Next Oldest | Next Newest »
|