Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recruite a Friend (RAF) integration to Registration #58

Open
Hellangel1987 opened this issue Oct 6, 2017 · 3 comments
Open

Recruite a Friend (RAF) integration to Registration #58

Hellangel1987 opened this issue Oct 6, 2017 · 3 comments
Assignees

Comments

@Hellangel1987
Copy link

I will suggest an integration on the RAF Feature for Trinitycore.

To setup the Recruit a Friend (well manually at least), set the recruiter column in the auth.account table to the id of the account that "recruited" them.

That is, lets say there is an account called Alice (account id 10) and she recruits Bob (account id 20). The following SQL query would do the trick.
Code:
update account set recruiter = 10 where id = 20;

It would be great if this can be integrated in the Registration Form - i will also make a donate via paypal.

Regards,

Hellangel

@paintballrefjosh
Copy link
Owner

I can look into this, it would be a lot of work to add this.

I imagine this would be done via email, is this what you were thinking? So Alice would enter Bob's email into a RAF form in MWE and it would generate an email to Bob with a registration URL that links Alice as the recruiter.

Does that make sense?

@Hellangel1987
Copy link
Author

yes that should fit good !!! would be a plesure if we can realize it and will push this cms

@sndcode
Copy link

sndcode commented Oct 8, 2018

thatd be nice !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants