Ok fixed all of the erros I had during the install after searching and reading the forums but can't seem to figure this one out.
Integrated with VB3 but when I try to login with my user ID it claims it as invalid.
I think it might have to do with this configuration option:
// User database MySQL database name
//
// This is the variable for the User Database; if you are using Internal
// as your registration system, then these variables are the same as the
// ones above. If you are linking to a message board system,
// thse variables should be set to the database, user and password for that
// database.
$database_bb=".......";
What is the default setting or what should it be configured as? At the moment I have it set to the forums database.
Ok see to answering my own problem. More reading better searching lead me to point it to the classifieds db instead. But now I get:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/DomainName/public_html/classifieds/forums/vb3.php on line 32
The user database must be pointed to the vb database if your trying to integrate with vb and the second error you note looks to me like you forgot to input the table prefix of vb on step 4 of install so you might want to rerun install again