Do you know if they worked with an older version of vBindex if you tried and used a Pre-RC3 version?
If you could add a couple of lines to the top of vbindex.php after:
PHP Code:
require_once('./includes/functions_user'.SCRIPT_EXTENSION);
Add:
PHP Code:
if ($bbuserinfo['userid'] == X) {
echo '<pre>';
print_r($_REQUEST);
echo '</pre>';
}
Replacing X with your userid and look for the following output at the very top (you'll only see it with your account):
Code:
Array
(
[page] => copyright
[bblastvisit] => 1071666760
[bblastactivity] => 1071666772
[bbuserid] => 2
You should see aload of stuff similar to that, in particular in whats listed to you see a [page] => copyright line?