Topic

[fixed!] Item auction pages

First, thanks very much for implementing pages on auctions! Very helpful.

Looking through item auctions last night I noticed that when there was more than one page on offer, clicking the 2nd page sent you to the 2nd page of "All Auctions". This is specific to individual items, as the pagination for category auctions (tools, food,drinks, other) gives you the 2nd page solely for the appropriate category and of course the All Auctions paging works as desired.

It feels like there's a broken piece of SQL in the pagination code (if this was my code I likely would have accidentally forgotten to restrict the "select *" by itemID when I was looking for the 21st to 40th results).

Posted 20 months ago by Catari Subscriber! | Permalink

Replies

  • Thanks for the report Catari!

    The problem was even simpler than your excellent diagnosis, and came down to a silly mistake in the templating code.

    Also, auctions for individual items now list from cheapest to most-expensive, since that's generally the way most buyers want to see them!
    Posted 20 months ago by hitherto Subscriber! | Permalink