02-20-2017, 03:17 PM
Here's what I would do...
Make sure that the forms in the users folder are not edited.
Create your own forms in the usersc folder with the same exact names as the ones in the users folder. They will be loaded automatically.
Sometimes it's easier to "work backwards" and copy our form to the usersc folder. Point the init to ../users/init.php and then put exactly the code you want in your new login/join forms but keep our "logic" for processing except where necessary to change.
TEST every step of the way to figure out where things broke!
Make sure that the forms in the users folder are not edited.
Create your own forms in the usersc folder with the same exact names as the ones in the users folder. They will be loaded automatically.
Sometimes it's easier to "work backwards" and copy our form to the usersc folder. Point the init to ../users/init.php and then put exactly the code you want in your new login/join forms but keep our "logic" for processing except where necessary to change.
TEST every step of the way to figure out where things broke!