User can give "points" or votes, for assigned nodes infinitely, not just once in a time preriod per node (for example, once in a hour).
IMHO, one should be counted as 1 vote, or this module will be useless.
So, one visitor can give hundreds of points to some node with "just few clicks".

When one gives points, some "counter" apears below the node,
For example, if visitor "clicks" 3 times on vote icon, "counter" shows 3 and "voted" msg below.

For both, anon and loged users is the same.

Comments

tic2000’s picture

I need more informations to check this, cause on my test site for example http://www.tic2000.ro/pnl this doesn't happens (at least not for registered user). So I need informations and a link. First thing I want to know what time limit have you set? Remember that if you want a vote every hour you have to set the time limit to 3600.

tic2000’s picture

Status: Active » Postponed (maintainer needs more info)
themegarden.org’s picture

StatusFileSize
new21.4 KB

Part of my screenshot before voting.

themegarden.org’s picture

StatusFileSize
new18.45 KB

Part of screenshot after I have "voted" seven times at once (7 clicks on 'vote' link), but before page reload

themegarden.org’s picture

StatusFileSize
new21.61 KB

Part of screenshot after voting and after reloading page.

tic2000’s picture

Those screen shots don't help me to locate the problem and replicate it. And if I can't replicate it, I can't fix it. As you can see on the demo site, the refresh of the page doesn't allow you to vote again nor you can vote multiple times.
The main ideea is that I need more info on this one.

themegarden.org’s picture

I think that I have found the cause of the problem:
I have activated DrupalIt and vote_up_down modules at the same time for same node types, and it seems that they are in some kind of collision.
After I have disabled vote_up_down module, DrupalIt module works just fine.

I know that using both voting modules at same node type doesn't make sense, but it was on some test installation and during module testing.

Installed modules: vote_up_down-HEAD.tar.gz, drupalit-5.x-1.2.tar.gz
Result: you can see the result on images I have attached in my previous posts.

Maybe, you can try to install and to activate both modules (and assign them to same node types) in some test enviroment, so (I hope) you can replicate this issue.
Or, it's irrelevant now.

tic2000’s picture

Assigned: Unassigned » tic2000
Status: Postponed (maintainer needs more info) » Needs review
StatusFileSize
new2.5 KB

I don't have time right now to do this, but can you please apply this patch and test it? I think there is some conflict in the javascript files so I changed the script.

tic2000’s picture

Status: Needs review » Closed (fixed)