09-23-2017, 08:46 PM
Fixed a few bugs in admin_users caused by removing fields from the users table.
New dump available. I'll be redoing all the auto increments before release for new users.
Added a few new hooks.
usersc/scripts/token_error.php allows the end user to describe a token error however they want or even to redirect.
usersc/scripts/during_user_creation.php allows users to either process additional form fields or basically do anything just before the user creation process ends.
usersc/scripts/additional_join_form_fields.php allows the user to add additional fields to the join form without moving the whole join form to usersc. Example code is inside.
All token doesn\'t match errors have been removed in place of the usersc option.
Fixed language error on email_settings.php
I noticed that there are only 13 forms using the token system. We should probably go back and fix the others.
New dump available. I'll be redoing all the auto increments before release for new users.
Added a few new hooks.
usersc/scripts/token_error.php allows the end user to describe a token error however they want or even to redirect.
usersc/scripts/during_user_creation.php allows users to either process additional form fields or basically do anything just before the user creation process ends.
usersc/scripts/additional_join_form_fields.php allows the user to add additional fields to the join form without moving the whole join form to usersc. Example code is inside.
All token doesn\'t match errors have been removed in place of the usersc option.
Fixed language error on email_settings.php
I noticed that there are only 13 forms using the token system. We should probably go back and fix the others.