PDA

View Full Version : show user names that someones has referered to the site?


jamie
24 Mar 2001, 21:16
Is it possible to show the user names of users that someone has referered to the site in their profile?


thanks :)

24 Mar 2001, 23:36
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

25 Mar 2001, 19:37
hey thanks http://mbnforum.com/smi/cheers.gif


now i'll have fun trying to implement it!

25 Mar 2001, 19:45
Sorry. :) Wasn't thinking.
In member.php, find


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


Right under it add


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


Then in the getinfo template, use $userreferrals whereever you want the list to appear.