08-30-2017, 02:10 PM
Awesome! Glad you got it sorted!
Since you edited the actual join.php, just keep an eye out for updates that change that file.
Another way you could do it is to copy join.php over to usersc/join.php
Change line 24 to
Then your changes will not get overwritten by updates. With that particular change I don't think you'll have to make a change to users/views/_join.php so I think you're good to go.
Since you edited the actual join.php, just keep an eye out for updates that change that file.
Another way you could do it is to copy join.php over to usersc/join.php
Change line 24 to
Code:
<?php require_once '../users/init.php'; ?>
Then your changes will not get overwritten by updates. With that particular change I don't think you'll have to make a change to users/views/_join.php so I think you're good to go.