Hi all,
I found a bug using the rule "invite a friend" with community builder registration.
The sended invitation mail displays a link to joomla registration and not community builder registration (but the good link is displayed in the invitation form).
I corrected the file controllers/invite.php and have now on lines 85 and 86 :
$cparams =& JComponentHelper::getParams( 'com_alphauserpoints' );
$link = getLinkToInvite( $referrerid, $cparams->get('systemregistration') );
Works for me, but I did not test with other registration systems.
Best,
Alain