Closed (fixed)
Project:
DrupalIt
Version:
5.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
26 Apr 2007 at 20:08 UTC
Updated:
11 May 2007 at 16:03 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | drupalit.js_.patch | 2.5 KB | tic2000 |
| #5 | drupalit_error_03-voted.png | 21.61 KB | themegarden.org |
| #4 | drupalit_error_02-voting.png | 18.45 KB | themegarden.org |
| #3 | drupalit_error_01-before.png | 21.4 KB | themegarden.org |
Comments
Comment #1
tic2000 commentedI 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.
Comment #2
tic2000 commentedComment #3
themegarden.org commentedPart of my screenshot before voting.
Comment #4
themegarden.org commentedPart of screenshot after I have "voted" seven times at once (7 clicks on 'vote' link), but before page reload
Comment #5
themegarden.org commentedPart of screenshot after voting and after reloading page.
Comment #6
tic2000 commentedThose 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.
Comment #7
themegarden.org commentedI 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.
Comment #8
tic2000 commentedI 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.
Comment #9
tic2000 commented