hi dm,
thanks for ur bugreport.
i'm not sure, if i have the right solution for this problem..
find in index.php
PHP Code:
$DB_site->query("SELECT threadid,forumid,title,postusername,lastposter,replycount FROM thread WHERE forumid!=$newsforum AND forumid!=$pollsforum AND visible order by lastpost desc limit $numthreads");
change the "visible" to "visible=1"
i dont know if the threads which are in private forums.. have visible=0... is that correct? if not.. we have to find another solution..
ps: version 1.2 release in 2 mins