Quote:
Originally Posted by AshAbed
Ok I'm having some trouble getting this to work
http://wecometoplay.com/coppermine/
I've installed coppermine and vBulletin was already installed, I uploaded the vbulletin3.inc.php into the coppermine main directory... now what do I do after that exactly?
|
The latest version of Coppermine has a bridge folder with all the necessary files. You just need to follow the instructions that come with it in a text file and change your settings in the bridge file. Then you have to uncomment the bridge in an init file. I would get the newest CPG and run it that way. Also make sure you check the folder your forums are using for cookies (as detailed below) and correlate it with the one for CPG
Finding your cookie prefix for VBulletin. Open up your Config.php from your includes file and lines 183 to 188 should look like this:
Code:
// Prefix that all vBulletin cookies will have
// For example
$cookieprefix = 'bb';
That's the same prefix you should use on line 45 in the bridge file (included with the latest CPG)
Code:
define('VB_COOKIE_PREFIX', 'bb'); // Cookie Prefix, not supported by vBulletin 2
It's typically BB, but there's a chance it's something else..