MyBB Community Forums

Full Version: referral link in profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Guys is it possible to show user referral link in profile?

To refer a member to this board, direct them to http://community.mybb.com/member.php?act...rrer=73521

I have just noticed that all I need is to return user uid

member.php?action=register&referrer={$uid}
how about this:
member.php?action=register&referrer={$mybb->input['uid']}

a plugin is also required if you want to view this link dynamically Smile