• Resolved tomtom555

    (@tomtom555)


    hello.

    in player statistic tab, under games played, how can i change visible datas?

    thera are only: Date, team 1, score, team 2, hour

    i want to add a league name, season, match day instead od hour

Viewing 5 replies - 1 through 5 (of 5 total)
  • You have to modify the following file : /sportspress/templates/player-events.php (line 21-24), copy this code :

                   'title_format' => 'title',
    		'time_format' => 'separate',
    		'columns' => array( 'event', 'season', 'day', 'league', 'results' ),
    		'order' => 'ASC',
    • This reply was modified 3 years, 10 months ago by plou.
    Thread Starter tomtom555

    (@tomtom555)

    sorry do not works ??

    Plugin Contributor Savvas

    (@savvasha)

    Hi @tomtom555 ,

    It seems that you are using the PRO version of SportsPress. Unfortunately we are not allowed to support PRO version through WP forums :(.

    You can come in contact with our Premium Support for 1to1 direct assist to all your issues ??

    In the meantime, check that your theme is not overriding the php file that @plou proposed to change. It should work ??

    Thanks,
    Savvas

    Thread Starter tomtom555

    (@tomtom555)

    @savvasha @plou In the meantime, check that your theme is not overriding the php file that @plou proposed to change. It should work ??
    canyou explain how?

    Plugin Contributor Savvas

    (@savvasha)

    Please come in contact with our Premium Support. Thanks ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Games played in player statistic tab’ is closed to new replies.