I was able to insert some pure PHP things in the header. However I cannot connect to a database, because as soon as I do vBulletin says:
Quote:
Fatal error: Call to a member function query_read_slave() on a non-object in .../forum/index.php on line 413
|
Although I use my one connection resource

Isn't it possible to make a separate mysql connection to a different database and still make everything work?