Polls PluginPolls used to be an integral part of the Geeklog core code, but have been moved to a plugin as of Geeklog 1.4.0. Configuration FileThe polls plugin has its own configuration file, located at /path/to/geeklog/plugins/polls/config.php. There you will find the following options:
How do the polls work?(Taken from the Geeklog FAQ) In order to prevent manipulation of polls (or at least make it harder), Geeklog does two things when you vote:
Both the cookie and the IP are valid for a certain amount of time (see below) and during that time, you can't vote again on the same poll. The amount of time your cookie and IP are stored can be changed in the polls plugin's config.php: $_PO_CONF['pollcookietime'] = 86400; $_PO_CONF['polladdresstime'] = 604800; Both times are in seconds, i.e. the cookie is valid for 24 hours and the IP is stored for a week. In setups where more than one person uses the same computer or the same IP address, you can set one (or both) of them to 1. Please keep in mind that any poll can be manipulated, so you shouldn't take the results too seriously.
| |||||||||||||||||||||||||||