Closed (fixed)
Project:
Vote Up/Down
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Jun 2009 at 01:48 UTC
Updated:
9 Sep 2009 at 20:10 UTC
When i press UP the pints plus one on all NODE. I need pints +1 only on one node. It's bag or i'am bug?)
Comments
Comment #1
Deeder commentedI got the same issue. When you're filtering content per points, you can see that points are assigned to the right node. Howerver on the homepage, all nodes got the same displayed points. It's only a display issue but I didn't find the source of the problem.
Any idea ?
Comment #2
Deeder commentedIt obviously seems that the issue is solved in the dev versions. It seems not to be such unstable. Will probably use it.
Comment #3
freez-2 commentedYesterday I tried to dowload latest 6.x-1.0-beta4 version and was obtained the same problem. Try to change function vote_up_down_link in module vote_up_down.module.
You should replace lines theme('vote_up_down_points', $node->cid, $type) by theme('vote_up_down_points', $node->nid, $type) in "node" division - http://www.drupal.ru/node/32332
Comment #4
ingo86 commentedIt was already reported in another issue.
Download vote up down 6.x-1.0-beta6, should fix the problem.