• ahlemann

    (@ahlemann)


    Hi there,

    i just start looking into this cool plugin.
    Looks very promising!

    We are a small baseball club from Germany an i would love to show upcoming games and the result with your plugin.

    One question:

    scorecards! We don’t want to show them. The result is enough for us.

    I can uncheck scorecards in configuration events, but it it still shown, when looking at the result.

    Am I doing something wrong?

    https://wordpress.org/plugins/sportspress/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Roch

    (@rochesterj)

    Hi!

    First of all, I’m glad that you are enjoying SportsPress, that’s always good to hear 🙂

    As for your issue, Would you mind pasting the link to your website here, so we can check it out?

    Kind Regards,
    -Roch

    Thread Starter ahlemann

    (@ahlemann)

    Hi There,

    i thought, this i a general question.
    I unchecked the scorecards in configuration, but they where still showing in the detail view of a game…

    therefor i had a look at the code and made some changes…

    I will activate the plugin so you can have a look. http://www.69ers.de
    But as you will see, there is no scorecard, because i altered the code.

    the checkbox was not read in the code, so i added it at the event-performance.php template:
    $show_performance = get_option( ‘sportspress_event_show_performance’, ‘yes’ ) === ‘yes’ ? true : false; //added oa 11.03.2016

    then making a simple if-clause.

    O.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hide Scorecard’ is closed to new replies.