Hi there...
I am testing the intergration on my home server.
1: I have modified the files as described, and checked.
2: All files have been uploaded, and checked.
I still get a blank screen after I select vb3.5 intergration. Obviously I have done something wrong. I have two questions.
When altering the section for permissions on the vbulletin35CMS.php file, can you please explain what exactly goes here.?? Is this correct.?? Is the syntax correct.??
// Set Allowed groups
if (in_array( 2 ,$groups)) $userrole = Registered Users;
if (in_array( 7 ,$groups)) $userrole = Paid Member;
//Set Staff groups
if (in_array( 5 ,$groups)) $userrole = Administrators;
if (in_array( 6 ,$groups)) $userrole = ROLE_ADMIN;
//Set Banned groups
if (in_array( 8 ,$groups)) $userrole = Banned Users;
if (in_array( 9 ,$groups)) $userrole = ROLE_NOBODY;
Also, can you possibly just give some quick reasons as to why I return a blank screen after selecting the vb3.5 intergration option.??
Many thanks..!!!
BTW, I installed the chat without intergration, and it works just great.!! Now I need to intergrate.
|