Hi,
The verify e-mail link is being built up as follows:
https://www.mywebsite.comusers/verify.ph...5de0jTFdvF
After the domain extension there is a / missing.
This is because it says the following in the _email_template_verify_new.php ?:
<a href="<?=$results->verify_url?>users/verify.php?new=1&email=<?=$email;?>&vericode=<?=$vericode;?>" class="nounderline"><?=lang("EML_VER")?></a>
I have changed this and placed the copy of that file in usersc/includes/admin but it is not used (probably because its does not have a corresponding view from admin.php). So how can I get around this without altering the original file in users?
Also, would it be somehow possible to receive an e-mail (with their details) whenever someone registers?
The verify e-mail link is being built up as follows:
https://www.mywebsite.comusers/verify.ph...5de0jTFdvF
After the domain extension there is a / missing.
This is because it says the following in the _email_template_verify_new.php ?:
<a href="<?=$results->verify_url?>users/verify.php?new=1&email=<?=$email;?>&vericode=<?=$vericode;?>" class="nounderline"><?=lang("EML_VER")?></a>
I have changed this and placed the copy of that file in usersc/includes/admin but it is not used (probably because its does not have a corresponding view from admin.php). So how can I get around this without altering the original file in users?
Also, would it be somehow possible to receive an e-mail (with their details) whenever someone registers?