MyBB Community Forums

Full Version: how to make referal link for registration???
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Plz help me i wanna make referal link for registration!
There is a plugin that does this. This plugin may suit your needs
The format of the URL is this:

yoursite.com/yourforum/member.php?action=register&referrer=USERID

You can put this code in any template (like the header, footer, or usercp)
Your referrer URL is: <a href="{$mybb->settings['bburl']}/member.php?action=register&amp;referrer={$mybb->user['uid']}">{$mybb->settings['bburl']}/member.php?action=register&amp;referrer={$mybb->user['uid']}</a> Give this URL to your friends