The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
can somebody go into there VB and look at there Index.php file and tell me whats the code from
// ### BOARD STATISTICS ################################################# on down? i was editing somthing and lost the last parts here is all i got // ### BOARD STATISTICS ################################################# // get total threads & posts from the forumcache $totalthreads = 0; $totalposts = 0; if (is_array($forumcache)) { foreach ($forumcache AS $forum) { $totalthreads += $forum['threadcount']; $totalposts += $forum['replycount']; } } $totalthreads = vb_number_format($totalthreads); $totalposts = vb_number_format($totalposts); WHAT GOES HERE AND DOWN VVV * Please give me the whole code starting from // ### BOARD STATISTICS ################################################# thanks all!!!!!!! www.b3playground.com/forum << thats the site all it is, is white ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|