The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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 >< |
#2
|
||||
|
||||
![]()
Where do you want the link displayed?
|
#3
|
|||
|
|||
![]()
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
|
#4
|
||||
|
||||
![]()
Put this anywhere in a template:
Code:
http://forum.captainluffy.com/register.php?referrerid=$bbuserinfo[userid] |
#5
|
|||
|
|||
![]()
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 >< Code:
<!-- ############## 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 ############## --> |
#6
|
||||
|
||||
![]()
Where in your User CP? Could you do a screenshot?
|
#7
|
|||
|
|||
![]()
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. |
#8
|
||||
|
||||
![]()
Try
HTML Code:
<!-- ############## 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 ############## --> |
#9
|
||||
|
||||
![]()
Many thanks.
|
#10
|
|||
|
|||
![]()
I just installed this hack:
https://vborg.vbsupport.ru/showthrea...hlight=referal Seems to do what you want. Just add the XML product and you are done. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|