Even though users see the total number of votes cast when they log on, when I look at the "votes" tab as admin,
only 20 lines are shown even though, for instance, we see 35 votes cast. The listing stopped at 20 and hasn't continued.

Comments

robgxx’s picture

Same issue, it will let me sort them and jump to the beginning or end of the result, but only 20 at a time.

Botherlong’s picture

Open the file "advpoll.module".

Fixed the 1015 line
$result = pager_query("SELECT v.uid, v.hostname, v.timestamp, u.name FROM {votingapi_vote} v LEFT JOIN {users} u ON v.uid = u.uid WHERE v.content_type = 'advpoll' AND v.content_id = %d GROUP BY v.uid, v.hostname, v.timestamp". tablesort_sql($header), 20, 0, NULL, $node->nid);

Change 20 to other numbers, maybe the total voters, you can see all voters list.

pomliane’s picture

Status: Active » Closed (won't fix)

This version of Advanced Poll is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.

This issue has been automagically closed by a script.