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

    (@landoweb)

    admin/wcp-admin.class.php

    The main change occurred at line 387:

    $sql = ‘SELECT ID,user_login, display_name FROM ‘ . $wpdb->users . ‘ ORDER BY display_name’;

    Sorting users select the box in alphabetical order. This facilitates display them on screen Admin >> World Cup >> Predictions.

    Also, removed the promo_link option because I do not intend to promote my website right now.

    A small test was also carried out to verify the reason for the upgrade did not work for users who have had problems in the last week. In it I found that only users who have disabled and activated the plugin again achieved the desired results.

    js/wcp-admin.js

    Removed warning regarding the promo_link.

    lang/world-cup-predictor.pot

    New phrases used in widgets were included.

    wcp-widgets.class.php

    My Predictions widget was modified and now displays only the last 5 matches and 5 matches to be played next. Are no longer displayed the points obtained in these matches due to the small space to view the widget. But this information is still available for those using the shortcode [world-cup-predictor user=1]

    A new widget called My Points, showing only the total points earned by the user yet been created. This can also be done through the shortcode [world-cup-predictor my_points=1]. This feature replaces the old shortcode [world-cup-predictor show_total=1], that some users felt lacking.

    wcp-reports.class.php
    Functions were modified: user_ranking(), user_scores(), user_predictions() and show_user_predictions(). Furthermore, the functions fun??es widget_predictions() and my_points() were created.

    Thread Starter beney

    (@beney)

    Thank You Sir ??

    Está bugado o Mostrar Previs?es do Usuário Logado.. da uma olhada aqui https://www.playnice.com.br em SEUS PALPITES

    Plugin Author landoweb

    (@landoweb)

    N?o tenho cadastro nesse site.

    Como assim está bugado?

    Já arrumei, troquei widget por shortcode.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘V1.9.2 Change files’ is closed to new replies.