(2012-10-30, 08:31 PM)Omar G. Wrote: I failed to understand you code, sorry. Check my last post, it should work now.
Okay now that is a great idea!
I had 34 queries per page and now I'm at 25!
The only problem is this line:
// Get uid of the last two posters
$last_post = $next_to_last_post = array('uid' => $winner_thread);
doesn't correctly retrieve the last two poster's uid (from the LPW thread). Instead it places the uid for the Last Poster in both $last_post and $next_to_last_post . . . so the JavaScript to clear the old trophies is never coded (and the old trophies stay on the screen
[retired]