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

Deeder’s picture

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 ?

Deeder’s picture

It obviously seems that the issue is solved in the dev versions. It seems not to be such unstable. Will probably use it.

freez-2’s picture

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

ingo86’s picture

Assigned: Unassigned » ingo86
Status: Active » Fixed

It was already reported in another issue.
Download vote up down 6.x-1.0-beta6, should fix the problem.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.