PDA

View Full Version : vb users logged in anywhere


siLk
09-24-2003, 08:53 PM
When i used phpBB there was a small chunk of code that i could put on my site anywhere and they would show up as logged into the forums

I want to do this in vBulletin as well so I can see what my visitors are doing and get an idea of how many people on average are on at once

Does anyone know where I can find something like this without installing an entire portal hack?

Thanks

Gary King
09-25-2003, 12:54 AM
When i used phpBB there was a small chunk of code that i could put on my site anywhere and they would show up as logged into the forums

I want to do this in vBulletin as well so I can see what my visitors are doing and get an idea of how many people on average are on at once

Does anyone know where I can find something like this without installing an entire portal hack?

Thanks
Add <?php

require_once("./global.php");

?>

Adjust the path to your /forum/global.php accordingly.

siLk
09-25-2003, 01:21 AM
thanks.

Gary King
09-25-2003, 01:35 AM
no problem