Jim,
Probably doesn't work with the BBR mod since this doesn't have any of the registration built in hooks.
but...
Try editing the bor5_rfr.php file.
Just
above the line-
Code:
if (!$vbo['bop5rfr_showpass'])
Add this code-
Code:
$vbulletin->userinfo['username'] = $username;
($hook = vBulletinHook::fetch_hook('register_addmember_complete')) ? eval($hook) : false;
With any luck that may get the mods to work together- make sure you test it though.
Also- please "Mark as Installed" :up: