Viewing 3 replies - 1 through 3 (of 3 total)
  • Do you have a screenshot or code?

    Thread Starter mpiontek

    (@mpiontek)

    http://3mm.2zentner.de/spielplan-2/

    At the moment the columns for goals and diff is not visiable.

    Sort Order point_plus, point_minus, goaldiff

    This code to see the points (total):

    [ Moderator note: please wrap code in backticks or use the code button. Don’t use blockquote, it does not work for code snippets. ]

    //table header
    <th class="num" title="Points"><?php _e( 'Pts', 'leaguemanager' ) ?></th>
    
    //table body
    <td class='num' title="Points"><?php echo $team->points ?></td>

    I don’t understand. If you want that the columns will be in different side, you only need to change the code from one side to other side in the table, right?

    With this code you can see all variables in $team:

    <?php var_dump($team);?>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sort of standings doesn't work’ is closed to new replies.