My problem is very "simple". I cannot get this thing working. I'm not even getting an error message, a blank screen or anything. Nothing is happening... 1) I have followed the instructions 2) filled the settings.php 3) activated the module Then nothing... I'm on vbulletin version 3.8.2 and developer Some questions: 1) In the vb config file: there is something called: $config['MasterServer']['port'] = xxxx; A port number - does this have any influence (this is not mentioned or part of the instruction file) 2) Code: $data['vb_path'] = ''; //full server path to vbulletin - ie: user/path/public_html/forums/ $data['vb_db_name'] = "vbulletin"; //database name $data['vb_db_host'] = "localhost"; //database host name $data['vb_db_user'] = "root"; //database username $data['vb_db_pass'] = "pass"; //database password $data['vb_db_prefix'] = ""; //database prefix $data['vb_usergroup_id'] = '2'; //the usergroup id you want people registering to become a member of. This is for your vbulletin forum. $data['classifieds_user_level'] = "2"; //the 68 Classifieds user group number that you want them to be under. I noticed that: There is not a consistent use of "" and ' ' Is this supposed to be like that? 3) Any suggestions what to look after in order to get this to work? (after spending some hours one is beginning to be just a little bit frustrated.... )
I would probably suggest just submitting a ticket with your ftp details and admin login and then we can go in and figure out what would be going on and fix it for you.