The firts thing, i have to say im sorry because my english is very bad.
I need to know in which table the plugins save the custom stats for the players.
For example, a goalkeeper that player X matches...
Thankls.
The firts thing, i have to say im sorry because my english is very bad.
I need to know in which table the plugins save the custom stats for the players.
For example, a goalkeeper that player X matches...
Thankls.
Hi Tuviello,
saving match stats gets done in /leaguemanager/lib/stats.php by calling:
function save( $match_id, $stats )
Stats are saved in table 'wp_leaguemanager_matches', field 'custom', as a serialized array.
If you use Leaguemanager coupled with Projectmanager to manage stat datasets, make sure you apply the fix suggested by notami here: http://wordpress.org/support/topic/plugin-leaguemanager-match-stats-insert-not-working?replies=9
HTH,
rash*
You must log in to post.