The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Form Post Count variable
Hello,
How can I get a particular forum's total post count in a variable? Thanks |
#2
|
|||
|
|||
no one? :'(
|
#3
|
|||
|
|||
where you need that ?
in Homepage, ForumDisplay you can use this code Code:
$count = $vbulletin->forumcache[2]['replycount'] + $vbulletin->forumcache[2]['threadcount']; any one of them Code:
parse_templates process_templates_complete navbits_complete replace 2 with forumid of that particular's forum |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|