Code: Select all
<?php
// add extra fields from Plugins, like NP_Profile
$manager->notify('RegistrationFormExtraFields', array('type' => 'createaccount.php', 'prelabel' => '', 'postlabel' => '<br />', 'prefield' => '', 'postfield' => '<br /><br />'));
// add a Captcha challenge or something else
global $manager;
$manager->notify('FormExtra', array('type' => 'membermailform-notloggedin'));
?>
I'm sure there is some sound logic for it but I can't see it just currently.