We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I make the Thumbs up or Thumbs down be highlighted or a different color if current user has voted already?
The text was updated successfully, but these errors were encountered:
Good question, but in current implementation you can't call one method and know that user has voted already. This lines respond to this functionality https://github.com/Chiliec/yii2-vote/blob/master/actions/VoteAction.php#L43-L47 and it can be moved to a separate method.
Sorry, something went wrong.
No branches or pull requests
How can I make the Thumbs up or Thumbs down be highlighted or a different color if current user has voted already?
The text was updated successfully, but these errors were encountered: