ok... for some reasen attachments arn't working on this forum, so just check out:
http://www.wowforge.net and
http://www.wowforge.net/forums/ for live demo's. As for the hack:
PHP Code:
#==========================================
#Open forums/index.php and find:
#==========================================
$userstats = unserialize($datastore['userstats']);
$numbermembers = vb_number_format($userstats['numbermembers']);
$newusername = $userstats['newusername'];
$newuserid = $userstats['newuserid'];
#=============================================
#If you want to put this hack in any other VB
#files that include the forums global.php then
#look at the below.
#Open the file you want to put this in.
#=============================================
#goto right before you evaluate your Template or before you
#start using html code and put:
$userstats = unserialize($datastore['userstats']);
$numbermembers = vb_number_format($userstats['numbermembers']);
$newusername = $userstats['newusername'];
$newuserid = $userstats['newuserid'];
// Total Users - By DeMiNe0
$totalallmembers=number_format($newuserid);
// Total Users - By DeMiNe0
#==========================================
#Under it put:
#==========================================
// Total Users - By DeMiNe0
$totalallmembers=number_format($newuserid);
// Total Users - By DeMiNe0
#==========================================
#In ANY template
#==========================================
#Put $totalallmembers where ever you want to display the total number of #members.
there it is.