djnoz, maybe its only to change some stuff in getuser-vbulletin.php to get OakGallery working with vb3 ? Is global.php still in vb3 ? Is the tables like before ? Im thinking of these rows:
chdir($cfgForumDir);
require('./global.php');
chdir($cfgGalleryDir);
$forumUserID = $bbuserinfo[userid];
$forumUserName = $bbuserinfo[username];
I have not upgraded to vb 3.0 yet and cannot test it.
|