Quote:
Originally Posted by Eikinskjaldi
the data lives in the threadcount property of the forums in the forumcache
PHP Code:
$vbulletin->forumcache[$forumid]['threadcount']
|
Thank you for the prompt reply. How would I implement this for that page I listed?
I tried adding this code to the template without success:
{$vbulletin->forumcache[$forumid == 167][threadcount]}