View Full Version : Referral links?
Tanabe
07-16-2007, 03:32 AM
I'm looking for a hack on 3.6.7 that lets users know what their referral link is. Instead of my trying to explain it in a thread I think it would be more use full to just make a thread stating where they can find their referral link. Is there anything like this?
I rather have a hack like this instead of repeating answers to repeated questions :S
I know how the referral links work such as mine would be
http://forum.captainluffy.com/register.php?referrerid=1
Just looking for a hack that can show members how to find the link instead of telling how create one ><
Dismounted
07-16-2007, 04:30 AM
Where do you want the link displayed?
Tanabe
07-16-2007, 04:51 AM
Any where is fine. Just so I don't have to keep telling people how to make one and what their user id is :S
Dismounted
07-16-2007, 04:59 AM
Put this anywhere in a template:
http://forum.captainluffy.com/register.php?referrerid=$bbuserinfo[userid]
Tanabe
07-16-2007, 06:21 AM
Thank you very much! I wanted to put it on my User CP
with the My Referral Link text in the <td class="tcat" colspan="2"> My Referral Link </td>
and the actuall refferal link in a box. Yet I can't figure out how to do that :S
This is what I came up with so far ><
<!-- ############## MY REFERRAL LINK ############## -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> My Referral Link
<thead>
<td class="tcat" colspan="2">
http://forum.captainluffy.com/register.php?referrerid=$bbuserinfo[userid]
</td>
</tr>
</tbody>
</table>
<br />
<!-- ############## END MY REFERRAL LINK ############## -->
Dismounted
07-16-2007, 06:47 AM
Where in your User CP? Could you do a screenshot?
Tanabe
07-16-2007, 09:18 PM
I was wondering if it could be like the New Subscribed Threads box
Where it says "New Subscribed Threads" there would be My Referral Link
and in the box would be the actual user referral link.
Dismounted
07-20-2007, 12:21 PM
Try
<!-- ############## MY REFERRAL LINK ############## -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr><td class="tcat">My Referral Link</td></tr>
</thead>
<tbody>
<tr><td class="alt1">http://forum.captainluffy.com/register.php?referrerid=$bbuserinfo[userid]</td></tr>
</tbody>
</table>
<br />
<!-- ############## END MY REFERRAL LINK ############## -->
Alfa1
07-21-2007, 09:37 PM
Many thanks.
Fireproof
07-21-2007, 10:24 PM
I just installed this hack:
https://vborg.vbsupport.ru/showthread.php?t=90849&highlight=referal
Seems to do what you want. Just add the XML product and you are done.
Alfa1
07-22-2007, 12:24 PM
please delete this post.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.