Log in

View Full Version : Email Search for members (not admin)


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'];
}

TNCclubman
02-22-2009, 04:03 PM
anyone?

TNCclubman
02-24-2009, 02:44 AM
Is there a way to add the 'email' field to this page?
https://vborg.vbsupport.ru/memberlist.php?do=search

--------------- Added 1235451196 at 1235451196 ---------------

just tried editing in the template memberlist_search and adding $vbphrase['email'] and it doesnt work...