well, i did not add much of the unused code from construct_forum_bits theoreticall if you find that line in my code:
PHP Code:
$show['forumdescription'] = iif ($forum['description'] != '', true, false);
and add that below:
PHP Code:
$children = explode(',', $forum['childlist']);
foreach($children AS $childid)
{
$forum['browsers'] += iif($inforum["$childid"], $inforum["$childid"], 0);
}
you should be able to add the number of browsing users