show number of users online on non-vb pages

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mark58
    Senior Member
    • May 2001
    • 205

    show number of users online on non-vb pages

    just wondering how i can get the number of members and the number of guests to appear on non-vb pages. tried looking up external.php for the code but haven't been able to find it. also checked at vb.org without any luck

    does anyone know?
  • Chroder
    Senior Member
    • Dec 2002
    • 1449

    #2
    You'll have to calculate it like vB does in index.php. You're best bet is to request it over at vBorg.

    If you're a PHP developer and want to try yourself, then open up index.php and around line 308:
    Code:
    // ### LOGGED IN USERS #################################################
    Under this comment begins the code to find the logged in users.

    Comment

    Related Topics

    Collapse

    Working...