Refer-a-Friend / Registration Module

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
4/28/2010 12:03:13 PM
bob
Gravatar
Total Posts 3

Refer-a-Friend / Registration Module

I am embarking on a project to create a "refer-a-friend" module and it's associated registration page.  We are going to allow a registered user to add the email address of a friend, and a comment, that will be stored in the database FriendReferals table, the GUID returned, added as a Querystring to a hyperlink and emailed as a link to our registration page, along with the referrer's comments.

I'm planning to use the "friends" email address as an identifier in this FriendReferals table, and disallow future "friending" emails should they register.

Using the User Profile, I plan on adding the "refer-a-friend" GUID as a hidden field, and adding a custom event handler to update the FriendReferal table upon completion of the sucessful registration.  My current plan is to use the UserGUID (if possible), to associate the 2 accounts.

The purpose is to refer ones' friends to the site, and be able to track who refered whom. 

First, does anyone have any comments on the plan, or any been there done that advice?

Second, would this be something of interest for adding to the project eventually?

Thanks!

4/29/2010 9:44:57 AM
Gravatar
Total Posts 18439

Re: Refer-a-Friend / Registration Module

Hi Bob,

Your plan sounds reasonable to me and I applaud your interest in sharing it with the community. I suspect that there are others who would like this.

I would say go ahead and implement it keeping any custom code in your own separate project(s) and tables. Once you complete it we can make it available on the community downloads page and perhaps you could write a tutorial about how to plug it in. If it proves popular on the community downloads page and if you are willing to license it with a compatible license, then we could consider later folding it into the core of mojoPortal.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.