The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How would I setup the total views for the entire forum? I would think it would be some sort of mofication of this code which I found in index.php:
Code:
// get total posts $countposts=$DB_site->query_first('SELECT COUNT(*) AS posts FROM post'); $totalposts=$countposts['posts']; if ($totalposts=='') { $totalposts=0; } Can anybody help me out? It should be an easy hack, but not positive. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|