Can anyone else confirm this?
On other topics. I get shoutbox database errors... anyone else gets that???
Quote:
Originally Posted by Delphy
Hiya,
I found a bug with vbIndex and the member list/count on the front page.
When a member is either not logged on, or doesn't have permissions to see invisible users, the member list will "break" when the first invisible user is encountered.
The offending line is line 398, the break 1 line:
Code:
} elseif ($onlineuser['invisible']) {
$home['onlineguesttotal']++;
$home['onlinemembertotal']--;
break 1;
}
Commenting this line out so that it completes the rest of the loop then makes the member list and member numbers render properly.
Hope this helps,
Delphy
|