Reply To: Displaying the User with the Most Votes

Home Forums bbPress Voting Feature Requests Displaying the User with the Most Votes Reply To: Displaying the User with the Most Votes

#30193
Nathan Kinkead
Keymaster
    Helpful
    Up
    2
    Down
    Not Helpful
    ::

    Troy, I just released a new feature that I call “Historical Weighted Score Visualization”. At the core of this new feature (which looks really cool) is a new way of storing votes aggregated by month. You’ll need to update both the free and pro plugins to version 2.1.12.0, and then let some time pass (and voting done) so that it can start storing the voting scores in this format over more than one month. If you look at the “bbp_voting_votes” post meta, it will start to store an array of items with the keys in the format of YYYYMM (ex 202402) and under those keys are an array with ups and downs keys… those are the total upvotes and downvotes during that the month of Feb 2024.