The problem is that the template gets it's information from variables which must be set in the php code for the page you're displaying. If you look at showthread.php and search for each occurance of 'activeusers' you'll see that there is quite a bit of code involved in building up the $activeusers variable before it's used in the template (although some of it might be doing other things as well).
|