MyBB Community Forums

Full Version: Activating multiregister plugin results in blank UCP page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I'm very new to MyBB and still getting the hang of things. I'm trying to set up a play-by-post roleplay forum. Two of the features I want to include are an account switcher, and the ability to register a new sub-account directly from the UCP. I have doylecc's enhanced account switcher and a multiregister plugin from github. The multiregister just results in a blank white UCP page whenever it's activated. I haven't been able to figure out why, but honestly that's not saying much. The multiregister plugin was originally published in German, so maybe that means it won't work in any other language? My board's in English.
I am of course not sure, but this might be the issue.
I created a simple language file for english to circumvent this.

So I created a file called
multiregister.lang.php

With this content:
<?php

$l['usercp_nav_multiregister'] = "Create another character";
$l['send_character'] = "Send Data";
$l['masteraccount'] = "This character will be bound to:";

?>

And copied it into /inc/languages/english

Multiregister worked flawless afterwards!