TNCclubman
02-19-2009, 03:44 PM
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 1235074572 at 1235074572 ---------------
will this work?
if ($vbulletin->GPC['display']['email'])
{
$header[] = $vbphrase['email'];
}
Is this code possible to insert in the footer of vbulletin?
--------------- Added 1235074572 at 1235074572 ---------------
will this work?
if ($vbulletin->GPC['display']['email'])
{
$header[] = $vbphrase['email'];
}