The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
i've predefined these
PHP Code:
PHP Code:
Code:
Community Statistics:<br /> <?php echo($fs_members); ?><br /> <?php echo($fs_threads); ?><br /> <?php echo($fs_posts); ?><br /> Quote:
|
|
#2
|
||||
|
||||
|
What you are doing isn't a query
use; Code:
$countposts=$DB_site->query_first('SELECT COUNT(*) AS posts FROM post');
$totalposts=number_format($countposts['posts']);
$countthreads=$DB_site->query_first('SELECT COUNT(*) AS threads FROM thread');
$totalthreads=number_format($countthreads['threads']);
$countmembers=$DB_site->query_first('SELECT COUNT(*) AS users,MAX(userid) AS max FROM user');
$totalmembers=number_format($countmembers['users']);
|
|
#3
|
||||
|
||||
|
assassin, you're my savioud, i'm gonna have to dress you up in a red cape and stick an S on your chest
|
|
#4
|
||||
|
||||
|
Quote:
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|