
11-03-2004, 01:25 PM
|
 |
|
|
Join Date: Nov 2001
Location: Joliet, IL
Posts: 235
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Xenon
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 
|
I've moved that block of code arround adding it to different places in your code and couldn't get it to work. I tried what you posted and still no work.
|