I'm migrating my D5 site to D6 and noticed my total vote count seems to have disappeared. The +- widget shows up on each node (page and node view) without the total votes counter... Any ideas why?

CommentFileSizeAuthor
no-votes-tally.jpg22.06 KBcgrant3d

Comments

cgrant3d’s picture

FYI my test case is using garland, voting api v2.3 and drupal 6.15.

Thanks for any help anyone can provide!

Chris

finex’s picture

I've the same problem here. The only difference is that I'm using Drupal 6.15

beauz’s picture

I'm also seeing this problem anyone found an answer?

jgreep’s picture

If your actual vote count is 0, it might be treating it as a null instead. I fixed that problem by adding an empty string to the beginning of shrtvotes in my ajax.js file.

$("span#total-votes-" + type + "-" + id).hide().html(""+shrtvotes).fadeIn('slow');
marvil07’s picture

Status: Active » Postponed (maintainer needs more info)

the Default +1/-1 vote style on 1.x do not show votes on the widget.

are you referring to the vote count shown on the hook_links?

marvil07’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)