![]() |
member online list on non Vb pages
I am looking for help or some to create something to display a list of all current members on a non Vb page.
Maybe include There are ?? memers online also looking for (total count only) Total Members: Active Members: newest member: I already have Total Threads and posts. Please write here or send a PM.. I can send donation for this as well thanks mike |
Did you read this article - Adding Currently Active Users to your own vB page It's meant to be used with either of these - How to create your own vBulletin-powered page! (uses vB templates) or [How-To] vBulletin API Basics: Creating Custom Pages & Misc.
|
i sure did, and tried a few things, but can't get anything to work
|
Why don't you post your code so far (use the code/php/html tags) and we can see what you did wrong.
|
here is most....
<?php $curdir = getcwd (); chdir('/webroot/s/n/snaps/www/forum'); require_once('/webroot/s/n/snaps/www/forum/global.php'); require_once(DIR . '/includes/functions_bigthree.php'); chdir ($curdir); ?> <?php activeusers = ''; if (($vbulletin->options['displayloggedin'] == 1 OR $vbulletin->options['displayloggedin'] == 2 OR ($vbulletin->options['displayloggedin'] > 2 AND $vbulletin->userinfo['userid'])) AND !$show['search_engine']) { $show['loggedinusers'] = true; } else { $show['loggedinusers'] = false; } ?> <h1>Logged in Users</h1> <a href="online.php<?php echo $session[sessionurl_q]; ?>" rel="nofollow"> <?php echo $vbphrase[currently_active_users]; ?></a>: <?php echo $totalonline; ?> <div> <?php echo $activeusers; ?></div> |
You didn't add any of the code listed in the article.
Also, please use the coding tags around your code so it is easier to read. |
i have a coder working on it for me... i just don't understand the coding of vbulletin.
I did get some of it to work by taking pieces out of index.php and online.php |
hey,
I have a working version 2 ways with this member online and site stats to display on a NON- Vb page. check it out at www.snapshot-hockey.net |
All times are GMT. The time now is 06:01 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|