Quote:
Originally Posted by luki
It is.
Add
Code:
require_once('global.php');
to your plugin code (it has to be placed in your root forums root directory, else you will have to change path to global.php file).
Then you will be able to use $vbulletin->db object to perform db activity.
|
You do know that the DB object must exist for vBulletin to fetch the plugin, right?

(No DB connection = no plugins and pretty much everything else.)