mokujin
07-23-2013, 09:17 AM
Hello,
I have this query in showthread_complete hook
$noticeinfo = $vbulletin->db->query_first("SELECT * FROM " . TABLE_PREFIX . "notice WHERE noticeid = 1");
Now how could I use $noticeinfo['noticeid'] and $noticeinfo['title'] to put them in postbit_legacy?
I dont want to use postbit_display_complete to run the query.
Thank you !
I have this query in showthread_complete hook
$noticeinfo = $vbulletin->db->query_first("SELECT * FROM " . TABLE_PREFIX . "notice WHERE noticeid = 1");
Now how could I use $noticeinfo['noticeid'] and $noticeinfo['title'] to put them in postbit_legacy?
I dont want to use postbit_display_complete to run the query.
Thank you !