PDA

View Full Version : Guest can vote in Poll?


gameplanetz
01-30-2003, 05:58 AM
Is there any way so that guests can vote the poll in the forum without register?

Logik
01-31-2003, 01:20 AM
If im not mistaking. This is how. if im wrong correct me.

Open poll.php and find:

if (($bbuserinfo['userid']!=$postuser['userid'] or $count>1) and !ismoderator($foruminfo['forumid'])) {
show_nopermission();
}

and remove that. Like i said. I could be wrong.

Logician
01-31-2003, 09:01 AM
Originally posted by gameplanetz
Is there any way so that guests can vote the poll in the forum without register?
Edit forum permissions for GUEST usergroup and grant them "Can Vote in Polls" permission..

Logik
01-31-2003, 08:13 PM
Oh.. Logician.. Rofl damn. I feel retarded :ox

gameplanetz
02-01-2003, 04:42 AM
Oh, thanks Logician & Logik

Logik
02-01-2003, 03:57 PM
YW. But do it logicians way..