You mean the number of users who are viewing your vb pages, but displayed on a non-vb page, or the number of users viewing any page? If it's the second one, I don't know how you'd do that - it depends on how the non-vb pages are created. But for the number of vb users - if your non-vb pages are php scripts, you could include the vb global.php and then maybe use vb functions, or you might be able to read the session table from the database. If your non-vb pages are static html, you could write a "vb powered" php script that returned the info, then call it from a javascript function in your html.
|