Log in

View Full Version : Counter Code


lasto
05-25-2006, 10:35 AM
if i go to the Pre-Sales Questions section on this board from forum home i see it has 1,279.

All i need is the code to call that number in on forum index page as i have a section on me board and even though the number is correct i want it displayed at top of board so it says

Threads in section (A) - 2000 etc

i just need the code to put in forumhome that calls the number that says how many threads there are in a certain forum.

Basically need the phrase that says there are so many threads in forum (a) etc

Marco van Herwaarden
05-26-2006, 09:40 AM
Try using $vbulletin->forumcache['FORUMID']['threadcount']
or if in a template: {$vbulletin->forumcache[FORUMID][threadcount]}

replace FORUMID with the correct id
You can also replace threadcount with replycount for total number of posts

lasto
05-26-2006, 09:44 AM
can close this -

solved thanks to marcoH64 - cheers m8