Log in

View Full Version : resending email validation


msimplay
03-23-2004, 05:54 PM
i wonder if someone could make a hack that would allow users to click on resend email validation link on forum index
it would just save a lot of hassle what with junk mail and full acounts

NTLDR
03-23-2004, 06:00 PM
<if condition="is_member_of($bbuserinfo, 3)">
<a href="$vboptions[bburl]/register.php?do=requestemail">Resend Activation Email</a>
</if>


Add the above in your template and the link will apear to those members in group 3, who are awating activation.

msimplay
03-23-2004, 06:02 PM
Thank You :D
however i meant per person ie they type their email in and then it gets sent to them
does this hack do that ?

NTLDR
03-23-2004, 06:21 PM
This isn't a hack, its the built-in system in vB for resending the activation email, it will take them to a form to submit to have it resent. vB fills out the email address from the users profile if they are logged in.

msimplay
03-23-2004, 06:29 PM
thanks that worked :)

MaxScript
05-23-2004, 05:12 PM
i moded this , but thanks for the code

Hornstar
09-12-2005, 12:25 AM
the link for the user is also http://www.urlhere.net/forums/register.php?do=requestemail

You could mass email this link to all users that have not already confirmed their email.

Marco van Herwaarden
09-12-2005, 06:18 AM
This thread is also more then 1 year old, better closing it.