do you want all threads from all forums?
PHP Code:
select * from thread
And my newsscript (do you mean vB4 version?) is very strange coded

I wanted to do everything with oop^^
Without oop it's much easier
--------------- Added [DATE]1259302740[/DATE] at [TIME]1259302740[/TIME] ---------------
Also this would work:
PHP Code:
$this->registry->db->query("select... ");
because i'm sending the $vbulletin object to my news constructor.
PHP Code:
$news = new ragteknews($vbulletin, true);