ElkArte Community

Extending Elk => Addons => Topic started by: Ant59 on February 26, 2015, 12:27:38 pm

Title: [ADDON] Referrals
Post by: Ant59 on February 26, 2015, 12:27:38 pm
This simple addon provides a way for members to refer others to the forum and have their referral statistics counted. The addon records the referring member, how many times their link has been hit, how many times they've referred a new member that has singed up and the date on which referred members signed up, making it possible to count who has made the most referrals in any given time frame. I am using this to provide prizes to members that refer the most new users.

(http://i.imgur.com/ZUSdDIE.png)

https://github.com/Xydre/elkarte-referrals

The current version on GitHub contains no implementation to display referral stats or even retrieve a referral link, it simply counts registrations to the database upon referral. I'll implement the display features tomorrow.
Title: Re: [ADDON] Referrals
Post by: emanuele on February 26, 2015, 04:54:49 pm
Another cool addon!
Great!
Title: Re: [ADDON] Referrals
Post by: Ant59 on February 26, 2015, 05:18:49 pm
Had some spare time over the past few days so I've really been hammering out the code for Xydre.com (http://Xydre.com) and wanted to modularise as many changes as possible to open-source them for Elkarte :)
Title: Re: [ADDON] Referrals
Post by: nhwood on February 26, 2015, 05:44:42 pm
Nice work. I love your site too, it looks great.
Title: Re: [ADDON] Referrals
Post by: Ant59 on February 27, 2015, 10:38:52 am
Quote from: nhwood – Nice work. I love your site too, it looks great.
Thanks :D

I've added a field to the registration page to show the referrer.
Title: Re: [ADDON] Referrals
Post by: Ant59 on February 27, 2015, 11:13:23 am
Added referral link to the summary pages of users' own profiles.
Title: Re: [ADDON] Referrals
Post by: Joshua Dickerson on February 27, 2015, 03:08:47 pm
Bit of advice - use a separate table instead of columns. Table changes are a big deal so try to avoid them. Always easier to use a new table.
Title: Re: [ADDON] Referrals
Post by: meetdilip on March 02, 2015, 10:09:18 am
Thank you @ant59