I want to create a
"FIND A FRIEND" feature on my board. It is basically a search for users email. So a member can check if their buddies are members of my board... then add them as a friend once it finds a user by their email.
Is this code possible to insert in the footer of vbulletin?
--------------- Added [DATE]1235074572[/DATE] at [TIME]1235074572[/TIME] ---------------
will this work?
Code:
if ($vbulletin->GPC['display']['email'])
{
$header[] = $vbphrase['email'];
}