Re: WOL forumdisplay
Odd i can't get that to work, I've tried forumdisplay_start/complete/ and global_start/complete and nothing will return the latest member or total member count for me.
I checked your query with a few other popular mods that query the username (such as VBA) and its the same exact code, So i'm not sure what i'm doing wrong.
I've got this for a plugin which should also give me the userid and active member counts and the such
// get total members and newest member from template
$numbermembers = vb_number_format($vbulletin->userstats['numbermembers']);
$newusername = $vbulletin->userstats['newusername'];
$newuserid = $vbulletin->userstats['newuserid'];
$activemembers = vb_number_format($vbulletin->userstats['activemembers']);
$show['activemembers'] = ($vbulletin->options['activememberdays'] > 0 AND ($vbulletin->options['activememberoptions'] & 2)) ? true : false;
I've tried putting all those variables into forumdisplay template without any luck so far.
I'll keep looking for other ways, until i can figure this one out
Thanks for your help so far
I checked your query with a few other popular mods that query the username (such as VBA) and its the same exact code, So i'm not sure what i'm doing wrong.
I've got this for a plugin which should also give me the userid and active member counts and the such
// get total members and newest member from template
$numbermembers = vb_number_format($vbulletin->userstats['numbermembers']);
$newusername = $vbulletin->userstats['newusername'];
$newuserid = $vbulletin->userstats['newuserid'];
$activemembers = vb_number_format($vbulletin->userstats['activemembers']);
$show['activemembers'] = ($vbulletin->options['activememberdays'] > 0 AND ($vbulletin->options['activememberoptions'] & 2)) ? true : false;
I've tried putting all those variables into forumdisplay template without any luck so far.
I'll keep looking for other ways, until i can figure this one out
Thanks for your help so far
--------------------
David / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.
Check out my Webmaster Articles at the vBulletin Setup Blog! World of Warcraft Macros
David / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.
Check out my Webmaster Articles at the vBulletin Setup Blog! World of Warcraft Macros
Last edited by Dave; 04-08-2008 at 10:04 PM.






Linear Mode

