thanks for the great tutorial.
i'm trying to use the db on a non-vb page...
this is my call which is causing the error:
PHP Code:
$post_id = $vbulletin->$db->query_first("SELECT postid FROM vb_post WHERE threadid = $threadid AND parentid = 0");
i am getting the error:
Code:
Fatal error: Call to a member function on a non-object in functions.php on line 179
any ideas on how to fix this?