Any ideas why this simple plug-in doesn't work in 3.8?
It gets the latest threads from certain forums, works fine in 3.7 but not 3.8.
hook location - forumhome_start
Quote:
$threads = $vbulletin->db->query_read("
SELECT threadid, title
FROM " . TABLE_PREFIX . "thread
WHERE sticky=0 AND visible=1 AND (forumid = '45' OR forumid = '135' OR forumid = '136')
ORDER BY dateline DESC
LIMIT 5
");