Do you click on the button F5 to refresh the layout?
I do not understand what you mean about Colombia vs. Greece.
Alterning colors was solved
What I meant is that I have one user that has a prediction of Colombia 2 Greece 1 and after I updated the final result of 3-0 gives him 0 points
thanks !!
Which version of the plugin are you using? This occurred with only 1 user?
I´m using the latest one 1.9.1 this happens with all the users
Also for some matches the bonus points are missing (example user has 2-1 and gives him 10 point the final result of the match was 2-1)
Probably the updgrade not working well for you then. If you have access to the database, execute the following SQL statements:
ALTER TABLE wp_wcup_prediction CHANGE wwhen wwhen TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
And:
UPDATE wp_wcup_prediction p INNER JOIN wp_wcup_match m ON m.match_id = p.match_id SET p.wwhen = DATE_SUB(m.kickoff, INTERVAL 1 HOUR)
Then simply recalculate the score.
Ok I run the SQL that you mention and then should I go to matches and modify match o go to predictions and score the ones selected ??
Thanks !!!!!
After executing the commands, you must access the admin panel of the website and save the results of the matches again, or access the Score Matches option in Predictions.
Landoweb, everything perfect thanks a lot !!! I anything I can do to figure out why didn´t work the last update let me know
Okay, now is working properly then? What is the link to your website? The points are calculated correctly and matches being displayed in the correct order?
Now it´s working perfectly. Los puntos y los partidos se muestran perfectamente.
Una sugerencia. se podría agregar un campo en la tabla de predicciones, que diga posición, entonces se puede ver como fue la evolución de un usuario a lo largo de la competencia y armar un gráfico.
Saludos
Exactamente de la página que se está refiriendo?
I´m sorry but I didn´t understand your question. My website is inside an Intranet and I was talking about a sugestion to make to your plug-in
No problem. I just do not understand exactly your suggestion. Where would this information?
My suggestion is:
When you select to view the ranking you see the data last data, it would be nice that you select any user and you can see the evolution in the ranking through different dates (example on 14/06/2014 10° – 15/06/2014 7° – 16/06/2014 5° and so on ) and to display this evolution in a graph. In my humble opinion this could be done with a field in the prediction table that says the ranking
I hope I was clear enough
look in