Quote:
Originally Posted by Chris M
As far as I can see (not tested or looked thoroughly though  ), if you change:
PHP Code:
$ruser = $DB_site->query_first("
to
PHP Code:
$ruser = $db->query_first("
and
PHP Code:
' . $vboptions['bburl'] . '
to
PHP Code:
' . $vbulletin->options['bburl'] . '
it should work
Chris
|
I can change the .php file with the above info but I dont know how to get the option in the AdminCP area. The coding is different from 3.0.