• Resolved Nacholara

    (@nacholara)


    First your plug in is great

    After updating to 1.9.1 the alterning rows colors dissapear in the ranking or groups pages and also some score didn´t updated after I click match finished example (Colombia 3 Greece 0 usar has Colombia 2 Greece 1 gives him 0 points)

    https://ww.wp.xz.cn/plugins/world-cup-predictor/

Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author landoweb

    (@landoweb)

    Do you click on the button F5 to refresh the layout?

    I do not understand what you mean about Colombia vs. Greece.

    Thread Starter Nacholara

    (@nacholara)

    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 !!

    Plugin Author landoweb

    (@landoweb)

    Which version of the plugin are you using? This occurred with only 1 user?

    Thread Starter Nacholara

    (@nacholara)

    I´m using the latest one 1.9.1 this happens with all the users

    Thread Starter Nacholara

    (@nacholara)

    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)

    Plugin Author landoweb

    (@landoweb)

    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.

    Thread Starter Nacholara

    (@nacholara)

    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 !!!!!

    Plugin Author landoweb

    (@landoweb)

    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.

    Thread Starter Nacholara

    (@nacholara)

    Landoweb, everything perfect thanks a lot !!! I anything I can do to figure out why didn´t work the last update let me know

    Plugin Author landoweb

    (@landoweb)

    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?

    Thread Starter Nacholara

    (@nacholara)

    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

    Plugin Author landoweb

    (@landoweb)

    Exactamente de la página que se está refiriendo?

    Thread Starter Nacholara

    (@nacholara)

    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

    Plugin Author landoweb

    (@landoweb)

    No problem. I just do not understand exactly your suggestion. Where would this information?

    Thread Starter Nacholara

    (@nacholara)

    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

Viewing 15 replies - 1 through 15 (of 16 total)

The topic ‘Alterning rows colors’ is closed to new replies.