dannyb2100
02-22-2009, 07:25 PM
Hey all, ok I've created a plugging at hook Global_start.
if ($vbulletin->session->vars['email'] == 0)
{
$varemail = $bbuserinfo[email];
//Add the user email to the session var
$vbulletin->session->set('email', $varemail);
}
Whats wrong someone help me out as its not setting the information ?
sorry if its so simple and easy, only just getting the hang of the way VBB is coded,
Thanks again VBB,
Dan.
if ($vbulletin->session->vars['email'] == 0)
{
$varemail = $bbuserinfo[email];
//Add the user email to the session var
$vbulletin->session->set('email', $varemail);
}
Whats wrong someone help me out as its not setting the information ?
sorry if its so simple and easy, only just getting the hang of the way VBB is coded,
Thanks again VBB,
Dan.