jquery conflict solved by deleting the other mods jquery.js file and using this fix of the other mod for newest jquery
https://vborg.vbsupport.ru/showpost....&postcount=583
but there is still the question:
/////////////////////////
how to sort the results by date and not by views:
PHP Code:
$ac_sql = "SELECT * FROM ". TABLE_PREFIX ."thread where threadid between ".$startat." AND ".$endat." AND (views > 200 OR replycount > 200) AND visible = '1' ORDER by views DESC";
"ORDER by date DESC" isnt working