Forum Replies Created
-
AuthorPosts
-
DenisCGNParticipant
How does it work?
DenisCGNParticipantWhere is the code, that stores the VOTE/COUNT in the table? I need to modify it a little bit 🙂
DenisCGNParticipantWhere to get the Version 2.2?
What has changed to 2.1?
No Changlogs anywhere 🙁- This reply was modified 9 years, 3 months ago by DenisCGN.
DenisCGNParticipantHi,
I got this:
add_filter( 'wti_like_post_load_message', 'wti_like_post_load_message', 10, 4 ); function wti_like_post_load_message( $post_id, $like_count, $unlike_count, $msg ) { if ( $like_count == 1 ) { $msg = 'User likes this image.'; } else if ( $like_count > 1 ) { $msg = 'Users already like this image.'; } return $msg; }
If you go on this page : http://partykompass.de/ueberschrift-9/
then there is only the HEART and the number 1.
I need “1 person allready voted.”
If you go to this page: http://partykompass.de/zu-guter-letzt-die-ueberschrift-16/
then there is only the HEART and the number 2.
I need “2 persons allready vote.”
And now comes the tricky part. If you vote. then first it shows “thanks for voting” and if you reload the page it says “you allready voted this image”. If you want to vote again, it says “please wait 60 minutes to vote again”.
This is what I need.
I need to versions to show the visitor until he votes.
With the code above it does not work.
I need somehow to check if the user allready voted.
If not, I need the message for only 1 vote, and a message for more than 1 vote.
Or am I missing, something?
Denis- This reply was modified 9 years, 8 months ago by DenisCGN.
DenisCGNParticipantYes, you did, but I cant find it anymore.
Isnt it easier to add this to the plugin itself?
Maybe other users need this, too.Cheers,
DenisDenisCGNParticipantAh, right now I can see the problem.
Its, that if you allready vote. you cant vote again.
It must be a voting with some kind of campaign.DenisCGNParticipantHello,
hmm, as far as I can see it stores every vote in the database.
Because i set it to registered logged in members and only 1 vote and only plus votes.
so everytime someone votes, there will be one more entry in the database.
is there a way to select between 2 dates?
Cheers,
DenisDenisCGNParticipantPlease, any help here?!
DenisCGNParticipantCan I get some suggestion to this please? I dont understand that
You can check if the current message is not the default or thank you message, then you can show your message
How do I check this?
Can someone help, please,
DenisDenisCGNParticipantAny suggestion here? How to getthe vote of a special date range?
DenisCGNParticipantThis seems to work!
DenisCGNParticipantAh, I know what you mean.
Can I go an buy them a copy?
DenisCGNParticipantis this plugin not for developing custom sites?
DenisCGNParticipantHello,
how do I exacty use this hook?
Please some help here.
Or better, make it change able in the plugins settings 🙂
Cheers
Denis -
AuthorPosts