Did you try the cache_ordered_forums plugin with just this one line of code:
Code:
$counter_select .= ', thread.dateline AS lastthreaddateline ';
or try the query in your plugin using this:
Code:
"SELECT dateline AS lastthreaddateline FROM " . TABLE_PREFIX . "thread WHERE threadid = " . $forum['lastthreadid']
or are you saying you've tried those (without errors) but it's still not working?