When i click the send email to member i get a blank page
heres the 2 edits i made
1st
Code:
else if (!$userinfo['showemail'] && $vbulletin->userinfo['usergroupid']!=6))
2nd
Code:
else if (!$userinfo['showemail'] && $vbulletin->userinfo['usergroupid']!=6))
You will see there both the same so no mistake there, all i did was replace the original code with yours as stated.
I noticed that once the edits were made there were 2 )) on the end, is this correct? as there was already a ) in place but was not show in the Find:
Code:
else if (!$userinfo['showemail']
Any ideas please? I am gonna try an remove that extra ) and report back in a mo