PDA

View Full Version : how do I give credit for a referal?


DrinkMilk
Tue 27th Nov '01, 9:52pm
i would like to credit a member for uncredited referal. How do I do this?

Steve Machol
Tue 27th Nov '01, 10:20pm
You can use phpMyAdmin to modify the database directly. I've done this a couple of times. Go into the 'user' table, look up the user that was referred, edit that record, and put the referrer's ID number in the referrerid field.

For some reason this doesn't always show up immediately. What a while and the proper referral will show up.

DrinkMilk
Wed 28th Nov '01, 4:48pm
Originally posted by smachol
You can use phpMyAdmin to modify the database directly. I've done this a couple of times. Go into the 'user' table, look up the user that was referred, edit that record, and put the referrer's ID number in the referrerid field.

For some reason this doesn't always show up immediately. What a while and the proper referral will show up.

I thought I had to do that, wanst sure ... Thanks for the reply!!