Ok I found out the problem hack - the plugin that was installed for displaying Photopost pictures on the forumhome_start is preventing the Whos Online from working....
Is there something that I can look for to correct this?
This is the plugin that is causing the problem.
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<plugins>
<plugin active="1" product="vbulletin">
<title>Photopost Feature Block</title>
<hookname>forumhome_complete</hookname>
<phpcode><![CDATA[include('../gallery/inc_features.php');]]></phpcode>
</plugin>
</plugins>