Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: Fake count #956
    DenisCGN
    Participant

    How does it work?

    in reply to: the name of custom field #470
    DenisCGN
    Participant

    Where is the code, that stores the VOTE/COUNT in the table? I need to modify it a little bit 🙂

    in reply to: latest version shows 2.1 #378
    DenisCGN
    Participant

    Where to get the Version 2.2?
    What has changed to 2.1?
    No Changlogs anywhere 🙁

    • This reply was modified 8 years, 5 months ago by DenisCGN.
    in reply to: I am missing a message #326
    DenisCGN
    Participant

    Hi,

    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 8 years, 10 months ago by DenisCGN.
    in reply to: I am missing a message #324
    DenisCGN
    Participant

    Yes, 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,
    Denis

    in reply to: How to create a Top10 Page #249
    DenisCGN
    Participant

    Ah, 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.

    in reply to: How to create a Top10 Page #248
    DenisCGN
    Participant

    Hello,
    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,
    Denis

    in reply to: How to create a Top10 Page #231
    DenisCGN
    Participant

    Please, any help here?!

    in reply to: Text next to image if has votes #220
    DenisCGN
    Participant

    Can 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,
    Denis

    in reply to: How to create a Top10 Page #219
    DenisCGN
    Participant

    Any suggestion here? How to getthe vote of a special date range?

    in reply to: Hook, Do_Action #218
    DenisCGN
    Participant

    This seems to work!

    in reply to: Completely Custom like button #213
    DenisCGN
    Participant

    Ah, I know what you mean.

    Can I go an buy them a copy?

    in reply to: Completely Custom like button #189
    DenisCGN
    Participant

    is this plugin not for developing custom sites?

    in reply to: Text next to image if has votes #188
    DenisCGN
    Participant

    Hello,
    how do I exacty use this hook?
    Please some help here.
    Or better, make it change able in the plugins settings 🙂
    Cheers
    Denis

Viewing 14 posts - 1 through 14 (of 14 total)