• Resolved shadow777

    (@shadow777)


    Hi, i’m trying the plugin and it is fantastic!
    I would like to know how can i delete all the prediction made by users for a specific match or specific matches, because i’m going to build a league of table soccer subbuteo and it could happen that at the beginning of a specific match day i could have to delete a match or matches because of assence of players. But if the prediction have been made yet, i would be able to delete only predictions for that match and non the match from it’s list.
    Thank you

    https://wordpress.org/plugins/football-pool/

Viewing 1 replies (of 1 total)
  • Plugin Author AntoineH

    (@antoineh)

    Unfortunately this can only be done directly in the database. The admin does not have a screen for editing predictions. Easiest way is to remove the match and re-enter the match via the admin.
    But if you don’t want to do this, then use a tool like phpmyadmin to delete all predictions for a given match ID.

    e.g.

    DELETE FROM pool_wp_predictions
    WHERE match_id = 1

    You can look up the match ID on the matches admin screen.

Viewing 1 replies (of 1 total)
  • The topic ‘How to delete prediction made by users for a specific match?’ is closed to new replies.