Well I took the easy way out for now and used :
Code:
if (!($forumperms & CANVIEW) OR !($forumperms & CANVOTE) OR $bbuserinfo[posts]<1 )
{
print_no_permission();
}
This will deny a member from voting unless they have at least one post. I'd rather have a date because many members register and never post but still enjoy polls, etc. Once I figure it out I will share my findings.
I just want to prevent someone from registering new names just to vote for themselves.