OK...
Updated to version 2.2.0.
New to this version-
Added the
register_addmember_complete hook to the file as an option. If you enable this hook in settings it may help let you run some other mods that run after default registration such as "Welcome thread" mods.
Also - I'm considering this feature being "in beta" but you can new enable "Frame Mode" which allows access to the form via an IFRAME- this allows you to integrate the form into a 3rd party page like a Wordpress site or custom landing page.
To use "Frame Mode" enable it in the mode options, then make the IFRAME URL-
Code:
http://your-forum-url/bop5_rfr.php?do=frame
Of course if you customized the value of bop5_rfr.php then you need to use the custom value instead of the default file name.
Some of the differences in "Frame Mode" besides displaying the form itself alone is that any errors generated do not bring up the full vBulletin error page because it would be too big to show in a frame and you don't want the forum header, navbar, and footer, etc... So an error, such as a human verify error, simply displays a message to please try again. Also, assuming the registration is completed successfully the success message is also displayed alone without a vBulletin header and footer so it fits better in a frame.
Caution- I have not done much testing with this feature since I have no real need for it- it seems to work though in my VB4 testing. Honestly VB3 testing was even less than VB4- if you need to use this feature please test it yourself to make sure it works once or twice with your chosen settings before relying on it for registrations.