Anonymous

Anonymous
As I continually tweak the site I'm building for a client, I come across little things here and there that aren't working 100%. I just repeated this error a couple of times... When I create a new poll, only one user can vote on it and then it's closed... no more votes. Anyone else experiencing this? Thanks, Aaron

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
That's a feature, not a bug (and has been discussed here a couple of times already). Geeklog will set a cookie and store your IP for a certain amount of time to prevent manipulation the poll, e.g. by flooding it. The timeout for both is set in config.php (in seconds): $_CONF['pollcookietime'] = 86400; $_CONF['polladdresstime'] = 604800; bye, Dirk

Anonymous

Anonymous
Oh ok... so that's just happening on my computer? The site doesn't go "live" until Jan 1, so unfortuneately I'm the only one testing...

Anonymous

Anonymous
clear your cookies to be able to vote again.