yii2-vote icon indicating copy to clipboard operation
yii2-vote copied to clipboard

Question on determining if user voted already.

Open jsobers1331 opened this issue 9 years ago • 1 comments

How can I make the Thumbs up or Thumbs down be highlighted or a different color if current user has voted already?

jsobers1331 avatar Aug 20 '16 16:08 jsobers1331

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.

chiliec avatar Aug 22 '16 04:08 chiliec