Is there a way to setup a limit on the number of votes cast?

How do I integrate with votingapi so that i can integrate with a view

Comments

thepanz’s picture

Version: » 6.x-2.x-dev
Category: support » feature

This module stores each picked date as a vote using VotingAPI, please refer to functions called date_picker_formatter_set_votes() and date_picker_formatter_get_votes() in the module source code.

No Views integration is provided yet, nor other VotingAPI hook implementation (such as votes sums or avg).
If you implemented these features, feel free to provide a patch.. :)

Regards

thepanz’s picture

Status: Active » Postponed

Setting this issue as "postponed".
Waiting for patches for Views integration or enhanced VotingAPI hooks to be posted :)

Cheers