Hello lesbat!
I added some additional filters to the dev-version of the plugin. They will be included in the upcoming v1.1.5 release. If you dont want to wait for it you can find a patch here:
https://github.com/Asgaros/asgaros-forum/commit/43609009d29cbe006676c1854132a0fd2c9f02bc
To override the ordering of your posts after you have applied the patch you have to add this code to your themes functions.php file:
function custom_asgarosforum_filter_get_posts_order() {
return 'p1.id DESC';
}
add_filter('asgarosforum_filter_get_posts_order', 'custom_asgarosforum_filter_get_posts_order');
Greetings,
Thomas