(10 Sep, 2010 7:44 am)Tomm Wrote: Do you have guest voting turned on? I've tried out some scenarios in a test database and it should only list by IP address when a guest has voted.
I guess for your website, it might be worth turning off guest voting and removing the IP address check from the query...
Yeah I have always had guest voting disabled (at least not selected in the configuration).
The following users groups are not enabled for post voting:
Guests
Awaiting Activation
Banned
How would I remove the IP address check from the query exactly? (I could possibly figure it out but don't want to take the chance)
I'm guessing this:
Code:
$query = $db->simple_select("myn_postreptags_log", "*", "uid = '".$mybb->user['uid']."'");
But as I mentioned above I'm no PHP expert.