PDA

View Full Version : Conditional to accept e-mails from administrators


Kanustep
06-26-2008, 01:05 AM
Hello,

I would like to create a area where the people that accept e-mail from administrator have permission to see. Is there any way or conditional to do that?

Thank you

Dismounted
06-26-2008, 06:30 AM
if (!($permissions['useroptions'] & $vbulletin->bf_misc_useroptions['adminemail']))
{
print_no_permission();
}