Search found 2 matches

by silas
Tue Apr 12, 2005 7:53 pm
Forum: Bug reports
Topic: 1.5.0 RC3 - bugs with articles in multiple categories
Replies: 3
Views: 5364

Well, here's what I put at the bottom of the while loop in inc/functions.php:generateTopTenData():

if (! $already_included[$row->id]) {
$returnArray[] = $data;
$already_included[$row->id] = 1;
$i++;
}


But that's sort of a messy hack, in that it still makes you retrieve all of the records ...
by silas
Tue Apr 12, 2005 5:44 pm
Forum: Bug reports
Topic: 1.5.0 RC3 - bugs with articles in multiple categories
Replies: 3
Views: 5364

1.5.0 RC3 - bugs with articles in multiple categories

Hi. I'm getting ready to roll 1.5.0 RC3 out (or RC4 or final if they come along) for our support site - great software, thanks for your efforts on it.

I recently noticed a few bugs related to having an article in multiple categories. For example, the top 10 viewed and last 5 posted lists are ...