Log in

View Full Version : User Referrer


XGC Viper XI
11-03-2010, 03:37 AM
When a user registers they input a referrer. How can I display that on the profile for the latest version of v3.8. Just what to display the value on the About Me tab.

Thanks

Viper

XGC Viper XI
11-07-2010, 04:28 PM
OK, let me rephrase my question, the user referral is part of the users information in the database. How can I add profile information to the user's profile? What would I modify in the templates to add this? I don't want to add a link for their own id, I want to add the actual person that referred them. For example, my profile would display the person that referred me.

BirdOPrey5
11-07-2010, 07:07 PM
I would try either:
$vbulletin->options['usereferrer']
or
$this->registry->options['usereferrer']
Never tried this though...

Boofo
11-08-2010, 05:42 AM
There is an About Me tab in 3.8?

As for the referrer name in the profile, you would have to do a query for that.