Hi,
I recall you altered your query as in the kit the MyBids sections displays all bids not only the first or the minimum.
You asked to display grouped by auction all bids.
In this case edit again the showMyBids method
and replace in the $query construct.
a.bid_price,a.modified as bid_date,
with
MIN(a.bid_price) as bid_price,a.modified as bid_date,
Cheers,
Sorin
Once again, the problem is solved...

Thanks a lot!!! And now i am trying to understand why i canīt see Categories Name in Mybids Section....There is only a "-" instead of the name of the category....
