PDA

View Full Version : Generate account confirmation email using vBulletin API


x3sphere
01-18-2009, 12:40 AM
I've done a brief search on this but have had no luck, so here I am. If it is possible, I'm looking for a way to generate an account confirmation email using the vBulletin API. Ideally, I'd like to modify the link it sends out so that if an account was made on our site's home page, it would redirect them back to the page they created the account on when said link is clicked.

If there is no way to do this using the API, does anyone know how to generate the link? It would be a big help, thanks.

Dismounted
01-18-2009, 03:11 AM
See register.php, lines 506-510 (vBulletin 3.8.0).

x3sphere
01-18-2009, 05:32 AM
See register.php, lines 506-510 (vBulletin 3.8.0).

Thanks :)