Revoking Reputation Votes? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    Revoking Reputation Votes?

    Beyonder
    Beyonder
    Forumember


    Male Posts : 723
    Reputation : 29
    Language : English
    Location : Beyond Realm

    Solved Revoking Reputation Votes?

    Post by Beyonder May 16th 2023, 7:40 pm

    My apology in advance if this isn't the proper section but I am wondering about the Reputation system and if there is any way to "undo" a cast vote? any and all help will be greatly appreciated.

    I did copy Improve the reputation system so it counts votes by Ange Tuteur

    It does state this within the code:

    Code:
     // revoke voting capabilities on the post once the vote is cast
                        for (; i < j; i++) {
                          vote[i].href = '#';
                          vote[i].className = vote[i].className.replace(/fa_vote/, 'fa_voted');
                          vote[i].onclick = function() { return false };
                        }
               
                        return false;
                      },
                 
                      vote = $('.vote'), i = 0, j = vote.length,
                      version = $('.bodylinewidth')[0] ? 0 :
                                document.getElementById('phpbb') ? 1 :
                                $('.pun')[0] ? 2 :
                                document.getElementById('ipbwrapper') ? 3 :
                                document.getElementById('modernbb') ? 4 :
                                $('body')[0] ? 5 :
                                'badapple', // version check
               

    and upon testing it says "MISSING_STRING's post" instead of the user's own name when upvoting the person. scratch


    Last edited by Beyonder on May 21st 2023, 6:27 pm; edited 1 time in total
    Razor12345
    Razor12345
    Support Moderator
    Support Moderator


    Male Posts : 1479
    Reputation : 262
    Language : Ukr, Rus, Eng
    Location : Ukraine

    Solved Re: Revoking Reputation Votes?

    Post by Razor12345 May 17th 2023, 9:49 am

    Good afternoon!

    Provide all of the code you are using, not part of it.
    -----------------
    I would not recommend playing with functionality that is not provided by the server.
    Do not confuse changing the appearance of a system with changing the logic of a system. The tutorial you gave is about changing the appearance of the system. You want to change the logic of the system.
    The forums do not provide an option to delete voting.
    In any case, any decision may adversely affect the operation of this function. You can break the logic of data transfer/storage.

    I would rather ask in the future to add the ability to delete a vote in the relevant section.

    TonnyKamper and Beyonder like this post

    Niko
    Niko
    Helper
    Helper


    Male Posts : 3110
    Reputation : 245
    Language : English, Italian, French
    Location : Italy

    Solved Re: Revoking Reputation Votes?

    Post by Niko May 17th 2023, 12:09 pm

    @Beyonder you may rename the options "Like" and "Dislike" and use it as a sort of voting system. The option of likes allows to undo the action, so you may use it in this way :bene:

    https://help.forumotion.com/t159416-customization-of-the-new-like-system-via-the-administration-pannel

    TonnyKamper and Beyonder like this post

    Beyonder
    Beyonder
    Forumember


    Male Posts : 723
    Reputation : 29
    Language : English
    Location : Beyond Realm

    Solved Re: Revoking Reputation Votes?

    Post by Beyonder May 17th 2023, 6:08 pm

    Razor12345 wrote:Good afternoon!

    Provide all of the code you are using, not part of it.
    -----------------
    I would not recommend playing with functionality that is not provided by the server.
    Do not confuse changing the appearance of a system with changing the logic of a system. The tutorial you gave is about changing the appearance of the system. You want to change the logic of the system.
    The forums do not provide an option to delete voting.
    In any case, any decision may adversely affect the operation of this function. You can break the logic of data transfer/storage.

    I would rather ask in the future to add the ability to delete a vote in the relevant section.

    Thats dishearting to hear!

    Edit 12:49:53 05.17.2023: Made a thread for such a suggestion! Revamping the Reputation System with revoking/resetting features?
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15190
    Reputation : 1696
    Language : English,Greek
    Location : Greece

    Solved Re: Revoking Reputation Votes?

    Post by skouliki May 18th 2023, 9:48 am

    When your request is completed or answered, please mark it as Solved.

    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15190
    Reputation : 1696
    Language : English,Greek
    Location : Greece

    Solved Re: Revoking Reputation Votes?

    Post by skouliki May 22nd 2023, 7:14 am

    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules