Quote:
Originally Posted by ResaleBroker
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]}
|
I have no idea how your template is interacting with your code, however what you want is
$vbulletin->forumcache[167][threadcount]
I used $forumid because I assumed you were using some kind of template_bit to generate the forum links.