11-16-2016, 03:27 AM
Ok. Here we go. You had too many changes to the user_settings for me to do a full test on that, but I have the details worked out.
You definitely should be doing these custom version of the userspice files in the usersc folder so that our updates don't break your changes.
This is my usersc/join.php file (with the standard header instead of yours because I didn't have a copy of yours.
http://hastebin.com/ezuvotebaq.xml
Then...all you need to do for your user_settings.php is get rid of all your other logic for those 3 fields and right after die('Token doesn\'t match!');
}else {
add this...
http://hastebin.com/tizabeluju.php
The code's a little repetitive, but it should work reliably
You definitely should be doing these custom version of the userspice files in the usersc folder so that our updates don't break your changes.
This is my usersc/join.php file (with the standard header instead of yours because I didn't have a copy of yours.
http://hastebin.com/ezuvotebaq.xml
Then...all you need to do for your user_settings.php is get rid of all your other logic for those 3 fields and right after die('Token doesn\'t match!');
}else {
add this...
http://hastebin.com/tizabeluju.php
The code's a little repetitive, but it should work reliably