View Full Version : Referral variable
zardos
04-05-2007, 10:34 PM
I need to know the variable tha writes out the nick or the id of the person whom the user typed in as Referral.
plx help i cant find this variable, btw is there a list if all vbulletin variables Somerset?
thanks
//Zardos
MarkPW
04-05-2007, 11:26 PM
Append 'referrerid' to register.php
zardos
04-06-2007, 11:42 AM
could you elaborate on that? :D
Dismounted
04-06-2007, 12:16 PM
http://www.yoursite.com/forum/register.php?referrerid=USERID
zardos
04-06-2007, 03:07 PM
Aaa You misinterpreted me. After a user have registered an account i want to show the name of the person the referred him in his profile, so i need to know the variable that writes out the referral.
Dismounted
04-07-2007, 06:16 AM
You need to add an extra MySQL query to retrieve that information.
SELECT `username`
FROM `" . TABLE_PREFIX . "user`
WHERE `userid` = " . $userinfo['referrerid'] . "
LIMIT 1
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.