Title: eedo's Replies | WordPress.org

---

# eedo

  [  ](https://wordpress.org/support/users/eedo/)

 *   [Profile](https://wordpress.org/support/users/eedo/)
 *   [Topics Started](https://wordpress.org/support/users/eedo/topics/)
 *   [Replies Created](https://wordpress.org/support/users/eedo/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/eedo/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/eedo/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/eedo/engagements/)
 *   [Favorites](https://wordpress.org/support/users/eedo/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] Overtime Lost, Overtime Won](https://wordpress.org/support/topic/overtime-lost-overtime-won/)
 *  Thread Starter [eedo](https://wordpress.org/support/users/eedo/)
 * (@eedo)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/overtime-lost-overtime-won/#post-3899820)
 * Thank you! It looks perfect now 🙂
 * I really appriciate the time you took to help me fix the problem I had.
 * Have a good day and a great weekend!
 * thnx again!
 * Regards!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] Overtime Lost, Overtime Won](https://wordpress.org/support/topic/overtime-lost-overtime-won/)
 *  Thread Starter [eedo](https://wordpress.org/support/users/eedo/)
 * (@eedo)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/overtime-lost-overtime-won/#post-3899818)
 *     ```
       function displayStandingsColumns( $team, $rule )
       	{
       		global $leaguemanager;
       		echo '<td>'.$this->getNumWonMatchesOvertime($team->id).'</td>';
       		echo '<td>'.$this->getNumLostMatchesOvertime($team->id).'</td>';
       		$league = $leaguemanager->getCurrentLeague();
   
       		echo '<td class="num">';
       		if ( is_admin() && $rule == 'manual' )
       			echo '<input type="text" size="2" name="custom['.$team->id.'][points2][plus]" value="'.$team->points2_plus.'" /> : <input type="text" size="2" name="custom['.$team->id.'][points2][minus]" value="'.$team->points2_minus.'" />';
       		else
       			printf($league->point_format2, $team->points2_plus, $team->points2_minus);
   
       		echo '</td>';
       		echo '<td class="num">'.$team->diff.'</td>';
       	}
       ```
   
 * This is the complete function. I’m not that good at PHP, just the ordinary fixes
   and stuff, trying to learn 🙂
 * Only edited what you said
 * Regards!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] Overtime Lost, Overtime Won](https://wordpress.org/support/topic/overtime-lost-overtime-won/)
 *  Thread Starter [eedo](https://wordpress.org/support/users/eedo/)
 * (@eedo)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/overtime-lost-overtime-won/#post-3899816)
 * I fixed the 0-0 problem on my own (woho :))
 * If you look at this page, you see what i mean.
 * [http://www.vikhockey.se/a-lag/tabell/20132014-2/div-1-e-1314](http://www.vikhockey.se/a-lag/tabell/20132014-2/div-1-e-1314)
 * It shows some left align and some center? cant figure out how to fix it 🙁
 * Regards! And thnx for all the great help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] Overtime Lost, Overtime Won](https://wordpress.org/support/topic/overtime-lost-overtime-won/)
 *  Thread Starter [eedo](https://wordpress.org/support/users/eedo/)
 * (@eedo)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/overtime-lost-overtime-won/#post-3899814)
 * Oh, and by the way. Is there any way to get the columns centerd or right adjusted?
   cant get that working 🙂
 * Thanx!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] Overtime Lost, Overtime Won](https://wordpress.org/support/topic/overtime-lost-overtime-won/)
 *  Thread Starter [eedo](https://wordpress.org/support/users/eedo/)
 * (@eedo)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/overtime-lost-overtime-won/#post-3899813)
 * Thnx! It gave me OTW and OTL. But it gave me 0-0 under OTW, isn’t that wrong?
   Should have just given me a column of 0?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] add column (table of truth)](https://wordpress.org/support/topic/add-column-table-of-truth/)
 *  [eedo](https://wordpress.org/support/users/eedo/)
 * (@eedo)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/add-column-table-of-truth/#post-3769456)
 * Hi
 * I’m using your plugin for our icehockey league and want to show the columns OTW,
   OTL, GWSW and GWSL. Is that possible?
 * Much thanks for a great plugin!
 * And also, is there a possibility to right align text in extra fields on the matchstatistics?
   Their on the left now and looks terrible 🙁
 * Regards,
    Per

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