Log in

View Full Version : Moving Whos online


Yarike
12-01-2008, 09:33 PM
I wish to move the who's online to the header template, when i copy and paste the coding i get everything apart from live stats.

Currently Active Users: ( members and guests)

Any help?

Ziki
12-02-2008, 03:55 AM
I think you should add the statistics code from index.php to a plugin on global_setup_complete.

Yarike
12-02-2008, 08:33 AM
Fatal error: Call to undefined function fetch_online_status() in /home/website/global.php(1084) : eval()'d code on line 86

I tried :(

ReCom
12-02-2008, 08:47 AM
Refer vBulletin API to see in what file the function fetch_online_status() is in, then in your plugin, include_once() the file.

What my english has happened to ...

Yarike
12-02-2008, 03:08 PM
Too advanced for me, lol!