Title: Volleyball point
Last modified: August 30, 2016

---

# Volleyball point

 *  [mrernie](https://wordpress.org/support/users/mrernie/)
 * (@mrernie)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/volleyball-point/)
 * Currents points in volleyball is
    1) Points 2) Set Difference 3) Won Sets 4) 
   Ballpoints Difference 5) Ballpoints
 * Can I change order to?
    1) Points 2) Won sets 3) Ballpoints
 * —
 * I change in leaguemanager/sports/volleyball.php but it doesn’t work
 * function rankTeams( $teams )
    { foreach ( $teams AS $key => $row ) { $points[
   $key] = $row->points[‘plus’]+$row->add_points; $won_sets[$key] = $row->sets[‘
   won’]; }
 *  array_multisort( $points, SORT_DESC, $won_sets, SORT_DESC, $teams );
    return
   $teams; }
 * [https://wordpress.org/plugins/leaguemanager/](https://wordpress.org/plugins/leaguemanager/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [K](https://wordpress.org/support/users/koelle/)
 * (@koelle)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/volleyball-point/#post-6839064)
 * Do you want to change the ranking of teams or the order in the standings table?
   What you attemted to change was how the teams are ranked. If you want to adapt
   the order in the standings table have a look at the functions standingstable_header
   and standingstable_content (something like that). Beware that any changes will
   be overwritten with new versions

Viewing 1 replies (of 1 total)

The topic ‘Volleyball point’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/leaguemanager.svg)
 * [LeagueManager](https://wordpress.org/plugins/leaguemanager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/leaguemanager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/leaguemanager/)
 * [Active Topics](https://wordpress.org/support/plugin/leaguemanager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/leaguemanager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/leaguemanager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [K](https://wordpress.org/support/users/koelle/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/volleyball-point/#post-6839064)
 * Status: not resolved