The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Counter Code
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 |
#2
|
|||
|
|||
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 |
#3
|
|||
|
|||
can close this -
solved thanks to marcoH64 - cheers m8 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|