Use with Basic registration mode
Anonymoose
✭✭
A patch for this plugin to make it work with Basic registration mode. Tested with Vanilla 2.0.18.11.
Insert the following lines at line numeber 131 in class.registrationrole.plugin.php.
case 'RegisterBasic':$Sender->View=$this->GetView('registerbasic.php');break;
The following file, named registerbasic.php, needs to be added to the views directory of this plugin.
1