craft-upvote icon indicating copy to clipboard operation
craft-upvote copied to clipboard

Upvote plugin for Craft CMS

Results 9 craft-upvote issues
Sort by recently updated
recently updated
newest added

Howdy duder. This plugin is nifty! One thing I'd like to do is fade / animate the vote count into place (vs. it suddenly popping into place once the javascript...

feature request

Currently, if upvote failed (for example due to user not being logged in) request still has code 200 and only data returned is `"You must be logged in to vote."`...

feature request

Voting Method: Anonymous voting PHP: 7.0.30 Craft: 3.0.33 Plugin: 2.0.3 I've had reports of voting breaking on the front-end if an individual votes for a large amount of items as...

bug
feature request

Is there a way to sort entries by Total Votes on an entries index page?

feature request

Would love to be able to set the cookie expiration time in the Control Panel. Would come in handy for projects that want to accept votes weekly.

feature request

After the `ipAddress` column: 'userAgent' => $this->text()

feature request

I would like to create a feed with entries sorted by votes, so I would like to know how to translate this example to PHP: ``` {% set entries =...

I have Upvote working great as a "favorite" feature for users on my site. However, when I have an entry favorited then delete the same entry Upvote is still looking...

Is there a way to access the vote function from another (mobile) app, other than from withing the templates?