Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author LaMonte Forthun

    (@lamontef)

    Sorry that I didn’t get back to you…

    I’ll fix a new soccer template for you this afternoon that will do this.

    Thread Starter Healthgroup

    (@healthgroup)

    Thank you! Looking for new template.

    ohoud12

    (@ohoud12)

    to display goals for and goals against go to setting league and put (%d) (%d-%d) in point format

    it show in standing table the goals for and goals against

    for the template go to standings-extend.php in template folder
    change this line (41) :
    <?php do_action( ‘leaguemanager_standings_header_’.$league->sport ) ?>

    with this:

    <th class=”num”><h4>GF – GA</h4></th>
    <th class=”num”><h4>+/-</h4></th>

    i hope that this what you are lookin for

    Thread Starter Healthgroup

    (@healthgroup)

    2_ohoud12 – Thank you! I finally understand, how to tune GF-GA with plugin.
    But it doesnt solve whole problem… How to remove Diff column at all? It makes table in wiget too wide…

    Thanks again for you help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Need GA instead of Diff’ is closed to new replies.