Vote up/down problem. ( on vote points+ to all node)
Prosto_niki - June 28, 2009 - 01:48
| Project: | Vote Up/Down |
| Version: | 6.x-1.0-beta4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | ingo86 |
| Status: | closed |
Jump to:
Description
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?)

#1
I 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 ?
#2
It obviously seems that the issue is solved in the dev versions. It seems not to be such unstable. Will probably use it.
#3
Yesterday 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
#4
It was already reported in another issue.
Download vote up down 6.x-1.0-beta6, should fix the problem.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.