PDA

View Full Version : Profile Enhancements - Ez Referral Links [Easy Way to Boost Referrals]


Alex LD
01-23-2009, 10:00 PM
How it Works:
This will add a Referral Link to the User so he/she can boost their referral count and hits.

When someone clicks the unique referral link and they register, the username will automatically be put in the refers forum upon registration.

Some forums have tournements for people who can refer the most people this is a very easy way of doing it.


DEMO FOR REFERRING LINK:
http://forums.myxboxspot.com/index.php?referrerid=1
Click Link
Then click Register, Note how the Username is automatically placed in forum. This makes it easier for the user to grab their unique referral link when advertising and helping promote your site.No demo For UserCP See Attachment Preview below.
In USERCP Template

Find

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">


Add Below

<tr>
<td class="thead" colspan="2">Copy and paste <a href="index.php?referrerid=$bbuserinfo[userid]"><strong>This link</strong></a> and give to your friends and have them Sign Up. Boost Your Referral Count and help the site out at the same time. </td>
</tr>


Add in Member Info (Next to Send Message and Edit User)

DEMO FOR MEMBERINFO (http://forums.myxboxspot.com/members/nicksmods.html)
In "memberinfo_block_statistics" Template


Find:

<if condition="$vboptions['usereferrer']"><li><span class="shade">$vbphrase[referrals]:</span> $prepared[referrals]</li>
Add Below:

<li class="thead"><a href="index.php?referrerid=$bbuserinfo[userid]">Unique Referral Link</a>
</li>
Please Support my Site MyXboxSpot.com
Mark as Installed (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=202887)

Alex LD
01-24-2009, 03:46 AM
Reserved...

SEOvB
01-24-2009, 12:47 PM
Thanks alex,

You may want to add some small peice of information to go along with the link telling your members what it is, or why its important to use!

Alex LD
01-24-2009, 02:27 PM
A little explanation is in the UserCP already.

Alex LD
02-05-2009, 09:37 PM
Reminder: the referral link displays the userID not the actual username, this could be a potential security issue when it comes to the exploitation of your forum, most exploits run on a UserID basis.