Quote:
Originally Posted by Ironhead
Right below "// Nothing to edit below this line" you have to set the table_prefix and the cookie_prefix
('VB_TABLE_PREFIX', 'vb3_'); and ('VB_COOKIE_PREFIX', 'bb').
Both of these values can be found in your vBulletin config.php.
vb3_ and bb were the default vB settings in config.php
I used the vbulletin3.inc.php in the latest release of coppermine and followed all the directions and it finally worked!
|
by default in config.php my Table Prefix was '' (nothing) and Cookies was 'bb' So I went and found those in the vbulletin30.inc.php and adjusted, and still no go. I tried to edit
Quote:
// Prefix that your vBulletin tables have in the database.
// For example: $tableprefix = 'vb3_';
$tableprefix = '';
|
to
Quote:
// Prefix that your vBulletin tables have in the database.
// For example: $tableprefix = 'vb3_';
$tableprefix = 'vb3_';
|
To make it something, then adjusted the vbulletin30.inc.php to vb3_ and my vBulletin freaked out with a server error. Is there something else I have to change???
I tried what Till said and still nothing. Can someone who is using theirs and working well email me their vbulletin30.inc.php of course with all important user password info gone.
my email is
lex1@acceswave.ca