Hi
We've tried this using 3.5.4 and it's generating a
Fatal error: Call to a member function on a non-object .../includes/functions.php on line 4419
That line is $vbulletin->db->unlock_tables();
Are we missing something?
Or is there a better way of getting who's online information working for non-VB pages outside the forums domain? It was straightforward in the 3.0 version, but trying to find an answer for 3.5 is proving to be a bit of a trial?
Jason
Always the way... post a question and the answer materialises in your next search!
We've put $vbulletin->session->save(); under the require global statement and so far that seems to work.
Jason