|
I was somewhat surprised to notice that user votes are not anonymous. For example if you look at my profile you'll be able to see who has voted me up or down. I understand why some might like all votes to be public, but I think it would be useful to provide an option to make user votes anonymous. |
|
I'm by no means a Python expert but I've had a go at implementing this myself. My implementation that contributes an option in the settings for anonymous votes. If unchecked (the default) user votes continue to be public. However if checked the following anonymity rules are applied:
To implement the settings entry, I added an entry to
and modified
and
@Rich Seller - I notice on your own site that you haven't got anonymous voting. Did the code not work in the end?
(19 Dec '11, 19:58)
Joe_Schmoe
|